-
Notifications
You must be signed in to change notification settings - Fork 60
/
mkdocs.yml
56 lines (53 loc) · 1.57 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
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
social:
- icon: fontawesome/solid/bug
link: https://github.com/tier4/scenario_simulator_v2/issues
- icon: fontawesome/solid/code-pull-request
link: https://github.com/tier4/scenario_simulator_v2/pulls
plugins:
- awesome-pages
- search
- git-revision-date-localized
- redirects:
redirect_maps:
copyright: "Copyright © 2024 TIER IV, Inc."
markdown_extensions:
- admonition
- attr_list
- codehilite: { guess_lang: false }
- fontawesome_markdown
- mdx_math
- 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
- stylesheet/extra.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