|
1 | 1 | site_name: CARLA ScenarioRunner |
2 | 2 | repo_url: https://github.com/carla-simulator/scenario_runner |
3 | 3 | docs_dir: Docs |
4 | | -edit_uri: 'edit/master/Docs/' |
| 4 | +edit_uri: "edit/master/Docs/" |
5 | 5 | theme: readthedocs |
6 | 6 | extra_css: [extra.css] |
7 | 7 |
|
8 | 8 | nav: |
9 | | -- Home: index.md |
10 | | -- Quick start: |
11 | | - - Get ScenarioRunner: getting_scenariorunner.md |
12 | | - - First steps: getting_started.md |
13 | | - - Create a new scenario: creating_new_scenario.md |
14 | | - - Metrics module: metrics_module.md |
15 | | - - FAQ: FAQ.md |
16 | | - - Release Notes: CHANGELOG.md |
17 | | -- References: |
18 | | - - List of scenarios: list_of_scenarios.md |
19 | | - - OpenSCENARIO support: openscenario_support.md |
20 | | -- Contributing: |
21 | | - - Code of conduct: CODE_OF_CONDUCT.md |
22 | | - - Coding standard: coding_standard.md |
23 | | - - Contribution guidelines: CONTRIBUTING.md |
| 9 | + - Home: index.md |
| 10 | + - Quick start: |
| 11 | + - Get ScenarioRunner: getting_scenariorunner.md |
| 12 | + - First steps: getting_started.md |
| 13 | + - Create a new scenario: creating_new_scenario.md |
| 14 | + - Metrics module: metrics_module.md |
| 15 | + - FAQ: FAQ.md |
| 16 | + - Release Notes: CHANGELOG.md |
| 17 | + - References: |
| 18 | + - List of scenarios: list_of_scenarios.md |
| 19 | + - OpenSCENARIO: openscenario_support.md |
| 20 | + - OpenSCENARIO2: README_OpenSCENARIO_2.0.md |
| 21 | + - Contributing: |
| 22 | + - Code of conduct: CODE_OF_CONDUCT.md |
| 23 | + - Coding standard: coding_standard.md |
| 24 | + - Contribution guidelines: CONTRIBUTING.md |
24 | 25 |
|
25 | 26 | markdown_extensions: |
26 | 27 | - admonition |
27 | 28 | - markdown_include.include: |
28 | | - base_path: '.' |
29 | | - |
| 29 | + base_path: "." |
0 commit comments