librarianphp / librarian

A static site generator and markdown indexer inspired by Hugo and DEV, written in PHP
https://librarianphp.dev/
MIT License
134 stars 11 forks source link

Investigate multi-level / nested doc indexing #53

Open erikaheidi opened 1 month ago

erikaheidi commented 1 month ago

This would be ideal for multi-language documentation and to support nested content.

erikaheidi commented 1 month ago

PR open to add support for multi-level content dirs in librarian-core. still needs some work in this repo to confirm that URLs and navigation are functional.

erikaheidi commented 3 weeks ago

From the content side, it's all functional, but more work needs to be done in the Request class to support listing pages for sub-levels of content. Currently working on tests for the Request class and will improve it from there.

erikaheidi commented 3 weeks ago

Next, update command-web where the web controllers live