diff --git a/README.md b/README.md index 7cf8007..b5c803d 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ - Multiple themes - Useful plugin API - Compatible with IE11 -- Support SSR ([example](https://github.com/docsifyjs/docsify-ssr-demo)) +- Experimental SSR support ([example](https://github.com/docsifyjs/docsify-ssr-demo)) - Support embedded files ## Quick start diff --git a/docs/ssr.md b/docs/ssr.md index 5f77cf5..133e298 100644 --- a/docs/ssr.md +++ b/docs/ssr.md @@ -1,10 +1,17 @@ # Server-Side Rendering -See https://docsify.now.sh +!> :construction: SSR support is experimental and incomplete. We are working on it. Plugins and +some features of Docsify will not work in SSR mode yet. :construction: -Repo in https://github.com/docsifyjs/docsify-ssr-demo + + +Sample repo at https://github.com/docsifyjs/docsify-ssr-demo ## Why SSR? + - Better SEO - Feeling cool