https://wohugb.github.io/mkdocs/#installing-mkdocs
git clone https://github.com/jiangfeng/JanusGraph-Docs.git
cd JanusGraph-Docs
具体可参考已经有的菜单
- 一级菜单:
- 二级菜单1: ./docs下的子目录/菜单1对应的页面.md
- 二级菜单2: ./docs下的子目录/菜单2对应的页面.md
参考:https://wohugb.github.io/mkdocs/
运行命令:mkdocs serve (服务启动)
本地浏览器访问: http://127.0.0.1:8000/
![效果图](./docs/img/1546005426449.jpg)
git add xx.md
git commit -m "模块" xx.md
git push -u origin master