We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76523a5 commit 0101525Copy full SHA for 0101525
README.md
@@ -46,7 +46,7 @@
46
- Multiple themes
47
- Useful plugin API
48
- Compatible with IE11
49
-- Support SSR ([example](https://github.com/docsifyjs/docsify-ssr-demo))
+- Experimental SSR support ([example](https://github.com/docsifyjs/docsify-ssr-demo))
50
- Support embedded files
51
52
## Quick start
docs/ssr.md
@@ -1,10 +1,17 @@
1
# Server-Side Rendering
2
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.
8
See https://docsify.now.sh
9
+-->
10
-Repo in https://github.com/docsifyjs/docsify-ssr-demo
11
+Sample repo at https://github.com/docsifyjs/docsify-ssr-demo
12
13
## Why SSR?
14
15
- Better SEO
16
- Feeling cool
17
0 commit comments