mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-07-27 04:42:05 +08:00
b965950a7a
- Changed references in logs.md, pull request template, and various UI components to point to stable.konik.ai. - Updated pairing dialog and related translations to reflect the new URL. - Modified API endpoints and documentation to ensure consistency with the new domain. - Ensured all instances of connect.comma.ai are replaced with stable.konik.ai in user-facing messages and code comments.
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: