Files
onepilot/docs
Adeeb Shihadeh 8cc6b66cde docs: add concepts section
old-commit-hash: 5ebc65f254f66ff13c679f9f699a92458c41aa8a
2024-07-28 16:38:41 -07:00
..
2024-07-28 16:38:41 -07:00
2024-07-28 16:38:41 -07:00
2024-02-27 11:55:19 -08:00
2024-07-28 15:38:38 -07:00
2021-10-28 15:14:37 +02:00
2024-07-28 15:38:38 -07:00
2023-07-24 21:13:40 -07:00

# openpilot docs

This is the source for [docs.comma.ai](https://docs.comma.ai).
The site is updated on pushes to master by this [workflow](../.github/workflows/docs.yaml).

## development
```
# install the docs dependencies
pip install .[docs]

cd docs/

# for a development server
mkdocs serve

# build the site
mkdocs build
```

References:
* https://www.mkdocs.org/getting-started/
* https://github.com/ntno/mkdocs-terminal