-
Notifications
You must be signed in to change notification settings - Fork 13
/
mkdocs.yml
68 lines (63 loc) · 1.41 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
site_name: Driving Log Replayer Documentation
site_url: https://tier4.github.io/driving_log_replayer
edit_uri: edit/main/docs/
repo_url: https://github.com/tier4/driving_log_replayer
docs_dir: docs
copyright: Copyright © 2022 TIER IV Inc.
theme:
name: material
features:
- navigation.expand
- navigation.indexes
- navigation.instant
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.footer
palette:
- scheme: default
primary: white
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- scheme: slate
primary: grey
toggle:
icon: material/weather-night
name: Switch to light mode
extra:
font:
text: Roboto
code: Roboto Mono
version:
provider: mike
plugins:
- awesome-pages:
strict: false
- search
- i18n:
docs_structure: suffix
fallback_to_default: true
languages:
- build: true
default: true
locale: en
name: English
- build: true
default: false
locale: ja
name: 日本語
reconfigure_material: true
reconfigure_search: true
markdown_extensions:
- attr_list
- admonition
- codehilite:
guess_lang: false
- mdx_truly_sane_lists:
nested_indent: 2
- pymdownx.superfences:
- toc:
permalink: "#"
toc_depth: 3