The following docs github page is dedicated to creating documentation for the Toolbox Engine
Some info based on: https://docsify.js.org/#/quickstart
- 
Download node.js: https://nodejs.org/en/download
 - 
Install docsify:
npm i docsify-cli -g - 
Download docsify tools:
npm i docsify-tools -g - 
Download this github
 - 
Go and click on "Plugins Folder" in Roblox Studio
 
- Add "SourceExporter.rbxmx" into the plugins folder
 
- Run the python listener via 
cd docsthenpython ./plugin_listener.py 
- Click on "Export Sources"
 
- 
You can now exit the listener via [CTRL] + [C] and then
cd ..to go back to the project directory - 
Auto-generate the sidebar:
docsify-auto-sidebar -d docs - 
docsify serve docs 



