Including external YAML in order specified #5405
Replies: 1 comment 1 reply
-
Your wants are unfortunately too much for base MkDocs 😉 There is the The And the last approach would be to create an external tool which would replace the text in a I hope it helps a little ✌️ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to keep mkdocs.yml file short for a large number of documents.
Can I import specific yaml files with their own navigation and keep the order of the indexes? for example:
So lets say I wanted to have an
html.yaml
file and acss.yaml
file. How do I split the above content out into individual files to be included in the primary mkdocs.yml nav tree as their own sections while also keeping the specific order of the toc? I am new to mkdocs go easy :)Beta Was this translation helpful? Give feedback.
All reactions