carla/mkdocs.yml

64 lines
1.7 KiB
YAML

site_name: CARLA Simulator UE5
repo_url: https://github.com/carla-simulator/carla
docs_dir: Docs
edit_uri: 'edit/master/Docs/'
theme: readthedocs
extra_css: [extra.css]
extra_javascript: [extra.js]
nav:
- Home: 'index.md'
- Getting started:
- 'Introduction': 'start_introduction.md'
- 'Quick start package installation': 'start_quickstart.md'
- 'First steps' : 'tuto_first_steps.md'
- 'Building CARLA' : 'build_carla.md'
- Next steps:
- 'Content authoring - maps': 'tuto_content_authoring_maps.md'
- 'Content authoring - vehicles': 'tuto_content_authoring_vehicles.md'
- CARLA topics:
- 'Foundations': 'foundations.md'
- 'Actors': 'core_actors.md'
- 'Maps': 'core_map.md'
- 'Sensors and data': 'core_sensors.md'
- 'Traffic' : 'ts_traffic_simulation_overview.md'
- 'Development': 'development_tutorials.md'
- 'Custom assets': 'custom_assets_tutorials.md'
- Resources:
- 'Python API': 'python_api.md'
- 'Catalogue': 'catalogue.md'
- 'C++ reference': 'ref_cpp.md'
- 'Blueprint library': 'bp_library.md'
- 'Tutorials': 'tutorials.md'
- 'Extended documentation': 'ext_docs.md'
- CARLA Ecosystem:
- 'MathWorks': 'large_map_roadrunner.md'
- 'ASAM OpenDRIVE': 'adv_opendrive.md'
- 'ROS': https://carla.readthedocs.io/projects/ros-bridge/en/latest/
- 'Scenic': 'tuto_G_scenic.md'
- 'SYNKROTRON': 'ecosys_synkrotron.md'
- Contributing:
- 'Guidelines': 'cont_contribution_guidelines.md'
- 'Coding standards': 'cont_coding_standard.md'
- 'Documentation standard': 'cont_doc_standard.md'
- '': ''
markdown_extensions:
- admonition
theme:
name: 'readthedocs'
logo: img/logos/carla_ue5_logo.png
palette:
# Dark mode
- scheme: slate
primary: blue
accent: blue
toggle: