Shane Smiskol df529de1d0 Lexus ES TSS2: improve start from stop response time (#33666) 3 周之前
..
assets 1b79d709b9 Revert "docs: fix car docs video icon" (#31234) 8 月之前
car-porting 900c2c83bd docs: car port info cleanup (#33630) 4 周之前
concepts 8cc6b66cde docs: add concepts section 2 月之前
contributing caaddfa7b2 docs: add #current-projects link 2 月之前
getting-started 1ce6573141 docs: fix nested structure (#33114) 2 月之前
how-to 4c8547cfe4 cleanup duplicate serial docs 1 月之前
CARS.md df529de1d0 Lexus ES TSS2: improve start from stop response time (#33666) 3 周之前
CONTRIBUTING.md 35581d31eb update bounties link in `CONTRIBUTING.md` (#33631) 4 周之前
INTEGRATION.md 5b6ba63253 One-word grammar fix to docs/INTEGRATION.md (#26621) 1 年之前
LIMITATIONS.md 67f41f32f1 Sphinx docs generation (#22697) 3 年之前
README.md b03f4f9b48 docs: fix README.md (#33142) 2 月之前
SAFETY.md 54fcdbf0f3 Update SAFETY.md (#29129) 1 年之前
WORKFLOW.md 1feb6d671a remove pre-commit (explorations) (#33172) 2 月之前
index.md 1ce6573141 docs: fix nested structure (#33114) 2 月之前

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: