mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-08-23 01:04:05 +08:00
committed by
Comma Device
parent
0094c9ac06
commit
cbd22eca29
+21
-2
@@ -1,3 +1,22 @@
|
||||
# openpilot-docs
|
||||
# openpilot docs
|
||||
|
||||
These docs are autogenerated from [this folder](https://github.com/commaai/openpilot/tree/master/docs) in the main openpilot repository.
|
||||
This is the source for [docs.comma.ai](https://docs.comma.ai).
|
||||
The site is updated on pushes to master by this [workflow](../.github/workflows/docs.yaml).
|
||||
|
||||
## development
|
||||
```
|
||||
# install the docs dependencies
|
||||
pip install .[docs]
|
||||
|
||||
cd docs/
|
||||
|
||||
# for a development server
|
||||
mkdocs serve
|
||||
|
||||
# build the site
|
||||
mkdocs build
|
||||
```
|
||||
|
||||
References:
|
||||
* https://www.mkdocs.org/getting-started/
|
||||
* https://github.com/ntno/mkdocs-terminal
|
||||
|
||||
Reference in New Issue
Block a user