tsl/docs
Adeeb Shihadeh 1490a714a0 mvp of new docs.comma.ai (#32926)
* ssh docs

* strict

* need an index

* push to prod
old-commit-hash: f6189568ea
2024-07-08 16:55:16 -07:00
..
assets Revert "docs: fix car docs video icon" (#31234) 2024-01-30 19:04:43 -08:00
docs mvp of new docs.comma.ai (#32926) 2024-07-08 16:55:16 -07:00
.gitignore publish new docs (#32922) 2024-07-07 19:13:48 -07:00
BOUNTIES.md Update BOUNTIES.md re. Toyota SecOC and community bounty. (#32661) 2024-06-08 16:10:58 -07:00
CARS.md Chrysler Pacifica Hybrid: combine 2017 and 2018 (#32937) 2024-07-08 14:45:01 -07:00
CONTRIBUTING.md typo (#31618) 2024-02-27 11:55:19 -08:00
INTEGRATION.md
LIMITATIONS.md
README.md publish new docs (#32922) 2024-07-07 19:13:48 -07:00
SAFETY.md Update SAFETY.md (#29129) 2023-07-24 21:13:40 -07:00
WORKFLOW.md Add `git lfs pull` to workflow.md (#32914) 2024-07-05 17:10:39 -07:00
mkdocs.yml mvp of new docs.comma.ai (#32926) 2024-07-08 16:55:16 -07:00

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: