I require a theme that supports a hierarchical nav structure for my sections in the sidebar. Something like that:
├── bar
│ ├── x
│ ├── y
│ └── z
├── baz
└── foo
├── 2014
├── 2015
└── 2016
I had a look in the theme showcases for something suitable and found the camunda docs theme (Example: https://docs.camunda.org/manual/7.4/; Code: https://github.com/camunda/camunda-docs-theme) to be more or less exactly what I need. However, in their git, they do not publish the theme in a way that you just can put it into your theme folder and use it. You need npm and grunt to “compile” it first. This step fails for me.
Q1: Does anybody have a working instance of the camunda docs theme?
Q2: If not: is there another theme around that supports a hierarchical nav structure in the sidebar?
Regards!