Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有人知道使用时如何更改菜单顺序.md吗?我找不到它。我知道其他类型也可以,例如.rst,但我使用.md
.md
.rst
谢谢!
在根目录中包含一个 mkdocs.yml 文件,其中包含:
pages: - [intro.md] - [first_part.md] - [second_part.md]
另见http://www.mkdocs.org/user-guide/configuration/#pages