pulp / pulp-docs

Python Package to help aggregating Pulp's multirepo ecosystem into a unified doc.
https://pedro-psb.github.io/pulp-docs/
2 stars 4 forks source link

Replace underscore with space on dir name display #15

Closed pedro-psb closed 6 months ago

pedro-psb commented 6 months ago

When there is a nested structure (a directory with markdown files inside), the following formatting will be applied to the dirname:

Example:

# File strcture
backup_and_restore/
    00_overview.md
    01_conclusion.md

# Display (on the website)
Backup And Restore
    <h1 for '00_overview.md'>
    <h1 for '01_conclusion.md'>