forked from commaai/openpilot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* push new docs * drop the new, just docs * cleanup
- Loading branch information
1 parent
4445fa3
commit 241fb90
Showing
12 changed files
with
312 additions
and
136 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/site/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters