* ssh docs * strict * need an index * push to prod old-commit-hash: f6189568eab0244ed792ef299fb781cc4c92fb9b
openpilot docs
This is the source for docs.comma.ai. The site is updated on pushes to master by this workflow.
development
# install the docs dependencies
pip install .[docs]
cd docs/
# for a development server
mkdocs serve
# build the site
mkdocs build
References: