增加静态页面构建、文档撰写热更新方法

增加静态页面构建、文档撰写热更新方法。配图。
pull/221/head
SilverLeaves 7 years ago committed by GitHub
parent 7f645f350d
commit 3885d327be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,6 +10,8 @@
## 静态页面构建与文档撰写
![image](/vuepress_page.png)
### 构建
你可以将本mdbook构建成一系列静态html页面。这里我们采用vuepress打包出静态网页。在这之前你需要安装Nodejs。
@ -45,4 +47,4 @@ vuepress dev ./src
本翻译主要采用 [mdBook](https://github.com/rust-lang-nursery/mdBook) 格式。同时支持 [GitBook](https://github.com/GitbookIO/gitbook),但会缺失部分功能,如一些代码没有语法高亮。
[GitBook.com](https://www.gitbook.com/) 地址:[https://www.gitbook.com/book/kaisery/trpl-zh-cn/details](https://www.gitbook.com/book/kaisery/trpl-zh-cn/details)
[GitBook.com](https://www.gitbook.com/) 地址:[https://www.gitbook.com/book/kaisery/trpl-zh-cn/details](https://www.gitbook.com/book/kaisery/trpl-zh-cn/details)

Loading…
Cancel
Save