Documentation Site¶
Developing And Testing¶
The documentation website is built using mkdocs
and mkdocs-material
.
To test:
make serve-docs
Before submitting a PR build the website, to verify that there are no errors building the site
make build-docs
If you want to build and test the site directly on your local machine without the use of docker container, follow the below steps:
- Install the
mkdocs
using thepip
commandpip install mkdocs
- Install the required dependencies using the below command
bash pip install $(mkdocs get-deps)
- Build the docs site locally from the root
make build-docs-local
- Start the docs site locally
make serve-docs-local
Analytics¶
Tip
Don't forget to disable your ad-blocker when testing.
We collect Google Analytics.