Hi all,
I updated the Docs with admin.sqlite in here:
It is for v5, need to update it. It is a start but the idea is the same.
The Mind Map file (for FreeMind software), can be downloaded from the above link.
The output of this file (the html Export), is what we see on the page.
The exported Jam.py.html from FreeMind software needs a slight modification before it is included in the Docs, because of the Sphinx (for my own sanity):
<img src="Jam.py.html_files/image.png"
change to:
<img src="../_static/Jam.py.html_files/image.png"
Than we copy everything into _static folder on Docs, including
admin.mm
Enjoy
D.