Automatic entries for nav in mkdocs.yml #6319
-
Is it possible not to have to write the md-site-urls into For example is it possible to write something like the following?
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
The default behaviour if you do not have a |
Beta Was this translation helpful? Give feedback.
-
You could use the awesome-pages plugin You'd move the nav creation to another file, and then only specify the directory name to list all pages inside it. |
Beta Was this translation helpful? Give feedback.
Or, as I am just learning myself by looking at another post, it seems that the mkdocs-awesome-pages-plugin might help?