1490a714a0
* ssh docs
* strict
* need an index
* push to prod
old-commit-hash:
|
||
---|---|---|
.. | ||
assets | ||
docs | ||
.gitignore | ||
BOUNTIES.md | ||
CARS.md | ||
CONTRIBUTING.md | ||
INTEGRATION.md | ||
LIMITATIONS.md | ||
README.md | ||
SAFETY.md | ||
WORKFLOW.md | ||
mkdocs.yml |
README.md
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: