carla/mkdocs.yml

24 lines
784 B
YAML
Raw Normal View History

2017-10-30 17:59:19 +08:00
site_name: CARLA Simulator
repo_url: https://github.com/carla-simulator/carla
2017-11-13 21:01:55 +08:00
docs_dir: Docs
2017-10-30 17:59:19 +08:00
pages:
2017-11-13 21:01:55 +08:00
- Home: 'index.md'
- Using CARLA:
- 'How to run CARLA server and client': 'how_to_run.md'
- 'CARLA Settings': 'carla_settings.md'
2017-11-16 23:14:11 +08:00
- 'Measurements': 'measurements.md'
2017-11-17 00:26:50 +08:00
- 'Cameras and sensors': 'cameras_and_sensors.md'
2017-11-13 21:01:55 +08:00
- 'Troubleshooting': 'troubleshooting.md'
- Building from source:
- 'How to build on Linux': 'how_to_build_on_linux.md'
- 'How to build on Windows': 'how_to_build_on_windows.md'
- 'How to add Automotive Materials': 'how_to_add_automotive_materials.md'
- Development:
2017-11-18 00:21:45 +08:00
- 'Map customization': 'map_customization.md'
2017-11-13 21:01:55 +08:00
- 'How to add assets': 'how_to_add_assets.md'
- 'CarlaServer documentation': 'carla_server.md'
2017-10-30 17:59:19 +08:00
markdown_extensions:
2017-11-13 21:01:55 +08:00
- admonition