forked from tier4/AutowareArchitectureProposal.iv
-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
38 lines (36 loc) · 987 Bytes
/
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
site_name: Autoware Documentation
site_url: https://tier4.github.io/autoware.iv
repo_url: https://github.com/tier4/autoware.iv
edit_uri: edit/main/
docs_dir: .
theme:
name: material
feature:
tabs: true
favicon: docs/images/tier4.png
icon:
repo: fontawesome/brands/github
extra:
font:
text: "Noto Sans JP"
code: "Consolas"
plugins:
- same-dir
- search
copyright: "Copyright © 2021 Tier IV, Inc."
markdown_extensions:
- codehilite: { guess_lang: false }
- fontawesome_markdown
- mdx_math
- mdx_truly_sane_lists: { nested_indent: 2 }
- mdx_unimoji
- plantuml_markdown: { server: "http://www.plantuml.com/plantuml" }
- pymdownx.arithmatex
- pymdownx.highlight
- pymdownx.superfences
- toc: { permalink: "#" }
extra_css:
- "https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css"
- docs/css/tier4_color.css
extra_javascript:
- "https://cdn.jsdelivr.net/npm/mathjax@2/MathJax.js?config=TeX-AMS-MML_HTMLorMML"