-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
85 lines (79 loc) · 2.61 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
83
84
85
site_name: OpenFOAM.YAML
copyright: Copyright © 2022 Iydon Liang
repo_url: https://github.com/iydon/of.yaml
theme:
name: material
favicon: assets/image/favicon.png
palette:
primary: green
features:
# - navigation.instant # https://github.com/ultrabug/mkdocs-static-i18n/issues/62
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
plugins:
- search
- i18n:
default_language: zh
docs_structure: suffix
languages:
zh:
name: 中文
en:
name: English
nav_translations:
zh:
Home: 首页
Installation: 安装
YAML: YAML
Configuration: 配置
Interface: 接口
Progress: 进展
markdown_extensions:
# https://squidfunk.github.io/mkdocs-material/reference/abbreviations/
- abbr
# https://squidfunk.github.io/mkdocs-material/reference/admonitions/
- admonition
- pymdownx.details
- pymdownx.superfences
# https://squidfunk.github.io/mkdocs-material/reference/code-blocks/
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.snippets
# https://squidfunk.github.io/mkdocs-material/reference/content-tabs/
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
# https://squidfunk.github.io/mkdocs-material/reference/data-tables/
- tables
# https://squidfunk.github.io/mkdocs-material/reference/footnotes/
- footnotes
# https://squidfunk.github.io/mkdocs-material/reference/formatting/
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
# https://squidfunk.github.io/mkdocs-material/reference/icons-emojis/
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
# https://squidfunk.github.io/mkdocs-material/reference/images/
- attr_list
- md_in_html
# https://squidfunk.github.io/mkdocs-material/reference/lists/
- def_list
- pymdownx.tasklist:
custom_checkbox: true
# https://facelessuser.github.io/pymdown-extensions/extensions/magiclink/
- pymdownx.magiclink
# https://facelessuser.github.io/pymdown-extensions/extensions/smartsymbols/
- pymdownx.smartsymbols
nav:
- Home: index.md
- Installation: tutorial/installation.md
- YAML: tutorial/yaml.md
- Configuration: tutorial/configuration.md
- Interface: tutorial/interface.md
- Progress: tutorial/progress.md