clean-jsdoc-theme
clean-jsdoc-theme copied to clipboard
Tutorials and subtutorials
Describe the solution you'd like
Add the possibility of generating a menu with sub-elements for tutorials based on the distribution of folders within the main tutorial folder.
This menu would be similar to the existing menu (right side).
Example: /tutorials/ /tutorials/apple.md
/tutorials/car.md /tutorials/car/engine.md /tutorials/car/integrated-system.md
Wonderful, you have created your first issue for clean-jsdoc-theme. Someone will talk to you soon!
Thanks for this feature request. I will think of the ways to implement this feature.
Hi @JeffersonLupinacci
The path of tutorials (and classes, modules etc) are generated by jsdoc
internal. At the time of creating sidebar, we have no information about the file structure of the tutorials.
I am not sure how to get the path information. Do you have any idea on how to get this information?