forked from tier4/scenario_simulator_v2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
82 lines (78 loc) · 2.59 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
repo_url: https://github.com/tier4/scenario_simulator.auto
site_name: Scenario testing framework for Autoware
theme:
name: material
feature:
tabs: true
favicon: image/icon.png
icon:
logo: material/car
repo: fontawesome/brands/github
extra:
font:
text: "Noto Sans JP"
code: "Consolas"
search:
language: en
plugins:
- search
palette:
scheme: slate
copyright: "Copyright © 2020- Tier IV, Inc."
markdown_extensions:
- attr_list
- codehilite: { guess_lang: false }
- fontawesome_markdown
- mdx_math
- mdx_unimoji
- plantuml_markdown: { server: http://www.plantuml.com/plantuml }
- pymdownx.arithmatex
- pymdownx.emoji: { emoji_generator: !!python/name:pymdownx.emoji.to_svg }
- pymdownx.highlight
- pymdownx.superfences
- toc: { permalink: "#" }
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_div_format
extra_css:
- "https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css"
- stylesheet/tierivcolor.css
- https://unpkg.com/mermaid@8.0.0/dist/mermaid.css
extra_javascript:
- http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML
- https://unpkg.com/mermaid/dist/mermaid.min.js
nav:
- Home: README.md
- Tutorials:
- tutorials/BuildInstructions.md
- tutorials/SimpleDemo.md
- tutorials/RunWithDocker.md
- tutorials/RunTestScenarioWithDocker.md
- User Guide:
- Scenario Editor:
- Overview: user_guide/scenario_editor/ScenarioEditorUserGuide.md
- user_guide/scenario_editor/CreateSimpleScenario.md
- user_guide/scenario_editor/EditExistingScenario.md
- user_guide/scenario_editor/ChangeCoordinate.md
- Place an entity to relative position: user_guide/scenario_editor/RelativePosition.md
- Scenario Test Runner:
- Overview: user_guide/scenario_test_runner/ScenarioTestRunner.md
- user_guide/scenario_test_runner/ScenarioFormatConversion.md
- user_guide/scenario_test_runner/HowToWriteWorkflowFile.md
- user_guide/scenario_test_runner/Tips.md
- Design:
- About: design/About.md
- design/AutowareAPI.md
- design/ErrorCategories.md
- design/OpenSCENARIOSupport.md
- design/SimpleSensorSimulator.md
- design/SystemArchitecture.md
- design/TrafficSimulator.md
- design/ZeroMQ.md
- Metrics: design/Metrics.md
- Package Details: package/About.md
- Release Notes: ReleaseNotes.md
- Contact Information: etc/ContactUs.md
- LICENSE: LICENSE.md