Documentation
How to maintain this documentation
The documentation is written in Markdown and is built using HonKit. The documentation is hosted on GitHub Pages.
First install HonKit following the installation guide.
Then, in the
docsfolder at the root of the project, runnpx honkit serveto build the documentation and serve it locally. The changes will be automatically updated in the browser.Do your changes by editing the Markdown files in the
docsfolder.To build the documentation, run
npx honkit buildin thedocsfolder. The documentation will be built in the_bookfolder.Replace the html and json files in the
docsfolder with the html files in the_bookfolder. Do se same with gitbook folder.Commit and push the changes.
Troubleshooting
To solve plugins problems checkout this
When modifying SUMMARY.md you have to delete
_bookfolder and restart the server.