Add documentation build scripts and initial MkDocs setup
This commit is contained in:
@@ -144,4 +144,14 @@ ros2 bag convert \
|
||||
-i robot_drive_old/ \
|
||||
-o robot_drive_mcap/ \
|
||||
--output-options '{"storage_id": "mcap"}'
|
||||
```
|
||||
|
||||
|
||||
<!-- Generate Doc -->
|
||||
```bash
|
||||
chmod +x doc/build_docs.sh
|
||||
|
||||
./build_docs.sh #Собирает статику в mkdocs/site/
|
||||
./build_docs.sh build # То же самое явно
|
||||
./build_docs.sh serve # Live-preview с авто-перезагрузкой
|
||||
```
|
||||
Reference in New Issue
Block a user