-
Couldn't load subscription status.
- Fork 40
Open
Description
Am I understanding this correctly, that sub-subdirectories are not supported?
For example I'd have the structure:
└───tutorials
└───2.6
├───getting-started
└───system
How would I address the 2.6 directory?
If I write something like the following, mkdocs just crashes:
nav:
- Home: index.md
- Learn:
- tutorials/2.6mkdocs_awesome_pages_plugin.navigation.NavEntryNotFound: Nav entry "tutorials/2.6" not found. [.pages]
Using just a subdirectory works:
nav:
- Home: index.md
- Learn:
- tutorialsk3yss
Metadata
Metadata
Assignees
Labels
No labels