Edit documentation only in the /
folder!
To update documentation from root to /docs
use macro make fixRelativeLinkDocs
which will replace all relative links from /
to /docs
folder.
The documentation is built using mkdocs. To test the documentation locally, run make docs-serve
and open http://localhost:8000 in your browser.
The documentation is deployed automatically using GitHub Actions. Just push to the master
branch and the documentation will be updated automatically.