mkdocs.yml 780 B

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