Repository to store mkdocs based documentation for the Reference Design Guideline for Privately-own Vehicles (PoV).
You can access the document at https://autowarefoundation.github.io/autoware.pov-reference-design-docs/main/
- Prepare mkdocs container
make prepare- Start mkdocs server on the built container
make serve-
You can access the local document on http://127.0.0.1:8000/autoware.pov-reference-design-docs/
-
Build static mkdocs documents
make build