Skip to content

Commit b58941e

Browse files
authored
Merge pull request #1734 from docsifyjs/mark-ssr-as-experimental
docs: mention that SSR is experimental and incomplete, …
2 parents e0bead3 + 47cb36e commit b58941e

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.md

+1-1
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

+8-1
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)