lukasgeiter / mkdocs-awesome-pages-plugin

An MkDocs plugin that simplifies configuring page titles and their order
MIT License
452 stars 35 forks source link

[BUG] #100

Closed VladimirFokow closed 4 months ago

VladimirFokow commented 4 months ago

if you have something like this (index.md is not the first in the order)

nav:
  - idx: 
    - home/other.md
    - home/index.md
    - ... | about/**
    - ... | flat | home/**

then the ... is broken: both are rendered as only one AWESOME_PAGES_REST

TODO: should I create a reproducible example or is this an expected behavior?

VladimirFokow commented 4 months ago

closing - this was my mistake - I specified the non-existing path with about/**