logo

MkDocs Doc

王哲峰 / 2022-05-06


目录

MkDocs is a documentation generator that focuses on speed and simplicity. It has many great features including:

安装环境

$ pip3 install mkdocs

创建文档

$ mkdocs new project_doc

编译文档

$ mkdocs serve

打开离线文档:

GitHub 代码托管

$ touch .gitignore
$ git init
$ git add .
$ git remote add origin git:/github.git
$ git push -u origin master

绑定 Read the Docs

  1. Import your docs.
  2. Read the Docs dashboard
  3. Import

版本管理

资源