Skip to content

Commit c8141f7

Browse files
authored
Merge branch 'develop' into element-value-for-el-option
2 parents 8b20eb8 + b58941e commit c8141f7

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
- Multiple themes
4747
- Useful plugin API
4848
- Compatible with IE11
49-
- Support SSR ([example](https://github.com/docsifyjs/docsify-ssr-demo))
49+
- Experimental SSR support ([example](https://github.com/docsifyjs/docsify-ssr-demo))
5050
- Support embedded files
5151

5252
## Quick start

docs/ssr.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
# Server-Side Rendering
22

3+
!> :construction: SSR support is experimental and incomplete. We are working on it. Plugins and
4+
some features of Docsify will not work in SSR mode yet. :construction:
5+
6+
<!--
7+
This link is dead.
38
See https://docsify.now.sh
9+
-->
410

5-
Repo in https://github.com/docsifyjs/docsify-ssr-demo
11+
Sample repo at https://github.com/docsifyjs/docsify-ssr-demo
612

713
## Why SSR?
14+
815
- Better SEO
916
- Feeling cool
1017

0 commit comments

Comments
 (0)