zola_easydocs_theme
zola_easydocs_theme copied to clipboard
Support nested sections in nav
trafficstars
Currently, the nav on the left-hand side doesn't support nested sections, even when you are visiting a section's own page.
Example directory structure:
content/
├── section/
├── subsection/
├── _index.md
├── _index.md
Expected: The "subsection" appears in the left nav under "section" Actual: "subsection" is not visible in the left nav at all.
Hi @spectria-limina ! Yes, you can add another nested subsection for both navigation and folders structure, just by copy-paste the current one.
@spectria-limina do you know exactly how many levels you need?