lukasgeiter / mkdocs-awesome-pages-plugin

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

Indented `...` breaks `.pages` in subdirectories #77

Closed HactarCE closed 10 months ago

HactarCE commented 12 months ago

docs/.pages has these contents:

nav:
  - Wiki:
    - index.md
    - ...
  - faq.md
  - leaderboards

and docs/.pages/puzzles/physical-puzzles/phys-2x2x2x2/.pages contains this:

title: Melinda's 2x2x2x2

but as long as - ... is indented under Wiki:, the second .pages file is completely ignored. If I unindent it to the same level as faq.md, then it works as intended.

lukasgeiter commented 10 months ago

Thank you for reporting the bug. The fix is included in version 2.9.2.