-
I really like that MkDocs can make the navigation menu automatically, it is very convenient. For example: if I name the files "01_red.md", "02_green.md", "03_blue.md" with this content: "# Red", "# Green", "# Blue", the result will be a menu of header colors that is sorted by file names and that's so cool because I don't have to create the "nav" section in mkdocs.yml at all! But the problem is that I don't know how to do the same trick with directories. Maybe there is a way? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Could you provide an example, please? |
Beta Was this translation helpful? Give feedback.
-
The reason I don't want to use nav section is because I'm too lazy and don't want to manually monitor changes in it every time I add or remove files. It's not convenient. |
Beta Was this translation helpful? Give feedback.
The reason I don't want to use nav section is because I'm too lazy and don't want to manually monitor changes in it every time I add or remove files. It's not convenient.