-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
105 lines (93 loc) · 2.5 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
site_name: My Docs
docs_dir: 'docs'
repo_url: https://github.com/CubikTech/MkDocsTemplate
repo_name: CubikTech/MkDocsTemplate
edit_uri: edit/main/docs/
site_author: Contributors
copyright: Licensed under Creative Commons Attribution-NonCommercial 4.0 International License.
theme:
name: material
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: white
accent: red
toggle:
icon: material/weather-sunny
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue
accent: blue
toggle:
icon: material/weather-night
name: Switch to light mode
include_search_page: false
search_index_only: true
features:
- navigation.tabs
# Customization
extra_css:
- '_static/css/extra.css?v=14'
# Extensions
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- tables
- footnotes
# Navigation
nav:
- Welcome to MkDocs: index.md
# Plugins
plugins:
- search
- i18n:
docs_structure: suffix
languages:
- locale: en
name: English
default: true
site_name: Multi-Lang MkDocs Documentation Site
build: true
- locale: zh
name: 中文
site_name: 多语言 MkDocs 文档模板
build: true
nav_translations:
zh:
Welcome to MkDocs: 欢迎使用 MkDocs
- with-pdf:
#author: Contributors
#copyright: Licensed under Creative Commons Attribution-NonCommercial 4.0 International License.
cover: true
back_cover: true
cover_title: TITLE TEXT
cover_subtitle: SUBTITLE TEXT
#custom_template_path: TEMPLATES PATH
#toc_title: TOC TITLE TEXT
#heading_shift: false
#toc_level: 3
#ordered_chapter_level: 2
#excludes_children:
# - 'release-notes/:upgrading'
# - 'release-notes/:changelog'
#exclude_pages:
# - 'bugs/'
# - 'appendix/contribute/'
#convert_iframe:
# - src: IFRAME SRC
# img: POSTER IMAGE URL
# text: ALTERNATE TEXT
# - src: ...
#two_columns_level: 3
#render_js: true
#headless_chrome_path: headless-chromium
#enabled_if_env: ENABLE_PDF_EXPORT
#debug_html: true
#show_anchors: true
#verbose: true