欢迎来到关爱通开放平台
此页面请产品编写, visit mkdocs.org.
分类列表¶
mkdocs new [dir-name]- Create a new project.mkdocs serve- Start the live-reloading docs server.mkdocs build- Build the documentation site.mkdocs -h- Print help message and exit.
注意事项
As the [custom_dir][custom_dir] setting is used for the theme extension
process, Material for MkDocs needs to be installed via pip and referenced
with the [name][name] setting in mkdocs.yml. It will not work when
cloning from git.
代码片段格式¶
mkdocs.yml # The configuration file.
docs/
index.md # The documentation homepage.
... # Other markdown pages, images and other files.