lukasgeiter / mkdocs-awesome-pages-plugin

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

Deep `.pages.` files not respected #89

Closed vermiculus closed 7 months ago

vermiculus commented 8 months ago

I'm hoping I'm just doing something wrong, but it appears that a deep .pages file is not found/respected.

In the site generated from https://github.com/vermiculus/awesome-pages-bug, it looks like title overrides aren't being respected. Even adding a new fake entry in the nav doesn't appear to be picked up.

The below screenshot is in contradiction with the .pages definition here:

# -*- yaml -*-
nav:
  - Landing: index.md
  - Page E: page-e.md
  - Page F: page-f.md
image

This .pages file is located at docs/guide/my-dir/.pages. Other, less deep files seem to be respected.

kamilkrzyskow commented 8 months ago

Works for me. Try upgrading or reinstalling your python packages.

Screenshot ![image](https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin/assets/34622465/b4e764d1-50b6-4907-8814-a3305967a5d2)

Versions of modules for reference: pip-freeze.txt

kamilkrzyskow commented 7 months ago

Any progress or feedback @vermiculus ?

vermiculus commented 7 months ago

I handed this off to another developer for investigation. It looks like this was just a local problem. If I ever sort out the exact dependency needed here, I'll update this thread.

Thanks!