openpilot0/docs
Shane Smiskol df529de1d0
Lexus ES TSS2: improve start from stop response time (#33666)
* bump

* docs
2024-09-27 21:26:54 -07:00
..
assets
car-porting docs: car port info cleanup (#33630) 2024-09-23 16:39:36 -04:00
concepts
contributing
getting-started
how-to
CARS.md Lexus ES TSS2: improve start from stop response time (#33666) 2024-09-27 21:26:54 -07:00
CONTRIBUTING.md update bounties link in `CONTRIBUTING.md` (#33631) 2024-09-23 15:32:08 -07:00
INTEGRATION.md
LIMITATIONS.md
README.md
SAFETY.md
WORKFLOW.md
index.md

README.md

openpilot docs

This is the source for docs.comma.ai. The site is updated on pushes to master by this workflow.

Development

NOTE: Those commands must be run in the root directory of openpilot, not /docs

1. Install the docs dependencies

pip install .[docs]

2. Build the new site

mkdocs build

3. Run the new site locally

mkdocs serve

References: