dragonpilot/docs
dragonpilot c58f481a80 dragonpilot beta3
date: 2024-08-20T11:22:58
commit: dc76c1d621
2024-08-20 11:23:01 +00:00
..
assets dragonpilot beta3 2024-06-25 13:13:19 +08:00
car-porting dragonpilot beta3 2024-08-20 11:23:01 +00:00
concepts dragonpilot beta3 2024-08-20 11:23:01 +00:00
contributing dragonpilot beta3 2024-08-20 11:23:01 +00:00
getting-started dragonpilot beta3 2024-08-20 11:23:01 +00:00
how-to dragonpilot beta3 2024-08-20 11:23:01 +00:00
BOUNTIES.md dragonpilot beta3 2024-06-25 13:13:19 +08:00
CARS.md dragonpilot beta3 2024-07-13 18:45:42 +08:00
CONTRIBUTING.md dragonpilot beta3 2024-06-25 13:13:19 +08:00
INTEGRATION.md dragonpilot v2023.07.05 2023-07-05 18:59:58 -07:00
LIMITATIONS.md dragonpilot v2023.07.05 2023-07-05 18:59:58 -07:00
README.md dragonpilot beta3 2024-08-20 11:23:01 +00:00
SAFETY.md dragonpilot beta3 2024-06-25 13:13:19 +08:00
WORKFLOW.md dragonpilot beta3 2024-07-13 18:45:42 +08:00
index.md dragonpilot beta3 2024-08-20 11:23:01 +00: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

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: