【问题标题】:How do I specify the ordering of pages on readthedocs.org?如何指定 readthedocs.org 上的页面顺序? 【发布时间】:2014-12-23 16:22:48 【问题描述】: 我在一个文件夹中有一堆 md 文件,但我想指定它们在左侧索引中的显示顺序。有没有办法做到这一点? 【问题讨论】: 标签: read-the-docs 【解决方案1】: 显然这里使用的是Mkdocs,你可以指定一个yml文件来指定顺序 http://www.mkdocs.org/user-guide/configuration/ 【讨论】: 另见related github issue