AgmLauncher
AgmLauncher

Reputation: 7270

How do I specify the ordering of pages on readthedocs.org?

I've got a bunch of md files in a folder, but I want to specify an order in which they show up in the index on the left. Is there a way to do this?

Upvotes: 1

Views: 3869

Answers (1)

AgmLauncher
AgmLauncher

Reputation: 7270

Apparently this uses Mkdocs, and you can specify a yml file to specify the order

http://www.mkdocs.org/user-guide/configuration/

Upvotes: 2

Related Questions