DevLab Theme v0.1.1 is a small hotfix for documentation navigation.

Before

Documentation groups had to be listed by hand in section frontmatter. Nested folders could exist in content/docs/, but the sidebar, breadcrumbs and previous/next links did not understand them as one navigation tree.

After

The docs navigation now follows the Zola section structure automatically.

Create a folder with _index.md, add pages inside it, and the theme will render it as an expandable group. Nested sections work the same way, and breadcrumbs plus previous/next links follow the same tree.

No manual page list is needed for regular documentation navigation.