Skip to content

Commit 89f0a7b

Browse files
authored
Update ssr.md (#27)
1 parent f6169d0 commit 89f0a7b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

ssr.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,7 @@ npm i now docsify-cli -D
4545
}
4646
```
4747

48-
如果你还没有创建文档,可以参考[之前的文章](https://zhuanlan.zhihu.com/p/24540753)
49-
50-
!> 其中 `basePath` 相当于 webpack 的 `publicPath ,为文档所在的路径,可以填你的 docsify 文档网站。我们可以使用本地或者远程文件。
48+
!> 其中 `basePath` 相当于 webpack 的 `publicPath` ,为文档所在的路径,可以填你的 docsify 文档网站。我们可以使用本地或者远程文件。
5149

5250
配置好了以后,我们可以在本地预览。
5351

@@ -57,13 +55,13 @@ npm start
5755
# open http://localhost:4000
5856
```
5957

60-
Publish it!
58+
发布!
6159

6260
```bash
6361
now -p
6462
```
6563

66-
Now, You have a support for SSR the docs site.
64+
现在,你有一个支持服务端渲染的文档网站了。
6765

6866
## 定制模板
6967

0 commit comments

Comments
 (0)