We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6169d0 commit 89f0a7bCopy full SHA for 89f0a7b
ssr.md
@@ -45,9 +45,7 @@ npm i now docsify-cli -D
45
}
46
```
47
48
-如果你还没有创建文档,可以参考[之前的文章](https://zhuanlan.zhihu.com/p/24540753)。
49
-
50
-!> 其中 `basePath` 相当于 webpack 的 `publicPath ,为文档所在的路径,可以填你的 docsify 文档网站。我们可以使用本地或者远程文件。
+!> 其中 `basePath` 相当于 webpack 的 `publicPath` ,为文档所在的路径,可以填你的 docsify 文档网站。我们可以使用本地或者远程文件。
51
52
配置好了以后,我们可以在本地预览。
53
@@ -57,13 +55,13 @@ npm start
57
55
# open http://localhost:4000
58
56
59
60
-Publish it!
+发布!
61
62
```bash
63
now -p
64
65
66
-Now, You have a support for SSR the docs site.
+现在,你有一个支持服务端渲染的文档网站了。
67
68
## 定制模板
69
0 commit comments