Skip to content

Sub-subdirectories not supported? #104

@eXpl0it3r

Description

@eXpl0it3r

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.6
mkdocs_awesome_pages_plugin.navigation.NavEntryNotFound: Nav entry "tutorials/2.6" not found. [.pages]

Using just a subdirectory works:

nav:
    - Home: index.md
    - Learn:
        - tutorials

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions