zola_easydocs_theme icon indicating copy to clipboard operation
zola_easydocs_theme copied to clipboard

Support nested sections in nav

Open spectria-limina opened this issue 2 years ago • 2 comments
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.

spectria-limina avatar Jun 06 '23 06:06 spectria-limina

Hi @spectria-limina ! Yes, you can add another nested subsection for both navigation and folders structure, just by copy-paste the current one.

codeandmedia avatar Jun 06 '23 19:06 codeandmedia

@spectria-limina do you know exactly how many levels you need?

c-git avatar Jun 09 '23 15:06 c-git