This is an interactive documentation for research and work processes. It is a small tool for presenting workflows and outcome but also for showcasing roads not taken. The documentation is generated from a Markdown file that can be edited to reflect the structure of your project.
In the markdown file you can also use the JSON structure to define the diagram. To create levels add them to children:[]
in the data
object. The levels need a distinct name (e.g. L0, L1, ...
). In content
you can define the content you want to show (even images). To link item in a new level to a parent use the identifier of the parent in the imports
array (data.L0.1, data.L0.2, ...).
- Edit the content.md file to reflect the structure of your project.
- Run webserver with the contents.