首页¶
知识与技能图景¶
本站内容旨在实用,多为操作方法。 没有概念介绍和教程。 相关资料均为网上搜集而来。
For more information visit jokerleu.site.
Commands¶
mkdocs new [dir-name]
- Create a new project.mkdocs serve
- Start the live-reloading docs server.mkdocs build
- Build the documentation site.mkdocs help
- Print this help message.
Project layout¶
mkdocs.yml # The configuration file. docs/ index.md # The documentation homepage. ... # Other markdown pages, images and other files. a b c