Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: mention that SSR is experimental and incomplete, … #1734

Merged
merged 1 commit into from
Jan 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 8 additions & 1 deletion docs/ssr.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
# Server-Side Rendering

!> :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:

<!--
This link is dead.
See https://docsify.now.sh
-->

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

Expand Down