Mkdocs
安装
- 安装python2.7(安装时选中加入环境变量)
- pip install mkdocs & mkdocs –version
- pip install click-man
- mkdocs new my-project & cd my-project
- mkdocs serve
- mkdocs build
- mkdocs build –clean (清理已被删除的文档所生成的html文件)
mkdocs-material主题配置
点击看效果 mkdocs-material
1 | 1. pip install mkdocs-material |
mkdocs.yml 配置示例:
1 | site_name: 文档中心 |
常用命令
1 | mkdocs new [dir-name] - Create a new project. |
项目结构
1 | mkdocs.yml # The configuration file. |
另外几种文档记录方式
- gitbook
- wiki
- docusaurus
- MM-wiki