How do I sort pages? #5177
-
Like if I have:
How do I sort it to be:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
By default there is no special way to do that. You have to structure your files and folders in a special way, and omit defining a Same answer as here (found by looking for |
Beta Was this translation helpful? Give feedback.
By default there is no special way to do that. You have to structure your files and folders in a special way, and omit defining a
nav
in themkdocs.yml
it will create a sorted nav tree, or use theawesome-pages
plugin for more control. If you're using some other plugin already that uses the structure provided above, maybe there is an option there.🤔Same answer as here (found by looking for
sort pages
👁️): #4684Also you might read my answer here: #5178
Plugin: https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin