mkdocs.yml 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. site_name: openpilot docs
  2. repo_url: https://github.com/commaai/openpilot/
  3. site_url: https://docs.comma.ai
  4. exclude_docs: README.md
  5. strict: true
  6. docs_dir: docs
  7. site_dir: docs_site/
  8. theme:
  9. name: readthedocs
  10. navigation_depth: 3
  11. nav:
  12. - Getting Started:
  13. - What is openpilot?: getting-started/what-is-openpilot.md
  14. - How-to:
  15. - Turn the speed blue: how-to/turn-the-speed-blue.md
  16. - Connect to a comma 3/3X: how-to/connect-to-comma.md
  17. #- Replay a drive: how-to/replay-a-drive.md
  18. - Concepts:
  19. - Logs: concepts/logs.md
  20. - Safety: concepts/safety.md
  21. - Car Porting:
  22. - What is a car port?: car-porting/what-is-a-car-port.md
  23. - Porting a car brand: car-porting/brand-port.md
  24. - Porting a car model: car-porting/model-port.md
  25. - Contributing:
  26. - Roadmap: contributing/roadmap.md
  27. #- Architecture: contributing/architecture.md
  28. - Contributing Guide →: https://github.com/commaai/openpilot/blob/master/docs/CONTRIBUTING.md
  29. - Links:
  30. - Blog →: https://blog.comma.ai
  31. - Bounties →: https://comma.ai/bounties
  32. - GitHub →: https://github.com/commaai
  33. - Discord →: https://discord.comma.ai
  34. - X →: https://x.com/comma_ai