24好玩-非标组入职教程
在线文档
文档地址:https://24haowan.gitbooks.io/24custom/content/
本地运行
# 全局安装gitbook
$ npm install gitbook-cli -g
# 克隆到本地
$ git clone https://github.com/GuangZhouShanyouGame/24haowan_custom_doc.git
# 进入目录
$ cd 24haowan_cusdom_doc/docs
# 安装gitbook插件
$ gitbook install
# 本地运行
$ gitbook serve .
目录结构
- book/
- customized/ 非标组入职教程
更新文档
- 新增/修改文档。
- 如果是新增文档,则在SUMMARY.md中添加目录。
- 提交修改到github,gitbook将自动进行同步。