Skip to content

Commit e8c3b1d

Browse files
PabloVDglopezdiest
authored andcommitted
Add OpenScenario2 to documentation
1 parent 633a913 commit e8c3b1d

1 file changed

Lines changed: 18 additions & 18 deletions

File tree

mkdocs.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
site_name: CARLA ScenarioRunner
22
repo_url: https://github.com/carla-simulator/scenario_runner
33
docs_dir: Docs
4-
edit_uri: 'edit/master/Docs/'
4+
edit_uri: "edit/master/Docs/"
55
theme: readthedocs
66
extra_css: [extra.css]
77

88
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
2425

2526
markdown_extensions:
2627
- admonition
2728
- markdown_include.include:
28-
base_path: '.'
29-
29+
base_path: "."

0 commit comments

Comments
 (0)