zola_easydocs_theme
zola_easydocs_theme copied to clipboard
An easy way to create docs for your project
I think that is the recommended way by Zola, do submodule or copy the theme's repo into the `/themes` folder.
If a website doesn't have that many options, it might be better if all sections would be totally opened instead of collapsed. Ofc course ideally it would be cool to...
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/ ├──...
If there is a page (not in a section) directly under the `content/` directory, it does not appear in the nav.
There's no way to link directly to a section page from the nav, which is unfortunate when the section has content. Please add a way to do this, possibly with...