-
Notifications
You must be signed in to change notification settings - Fork 33
/
mkdocs.yml
109 lines (102 loc) · 2.77 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
106
107
108
109
site_name: ToolDiy
site_url: https://github.com/cargo-youth/ToolDiy/
repo_name: ToolDiy
repo_url: https://github.com/cargo-youth/ToolDiy
edit_uri: blob/main/docs/
# 主题设置
theme:
name: material
language: zh
custom_dir: overrides
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/weather-night
name: 暗色模式
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/weather-sunny
name: 亮色模式
features:
# https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/?h=nav#navigation-tabs
- navigation.tabs
- navigation.tabs.sticky
# https://squidfunk.github.io/mkdocs-material/setup/setting-up-the-footer/?h=footer
- navigation.footer
- navigation.top
- navigation.sections
# https://squidfunk.github.io/mkdocs-material/setup/adding-a-git-repository/?h=edit#code-actions
- content.action.edit
- content.tabs.link
# 版权
copyright: This website follows CC BY-SA 4.0
# 插件
plugins:
- awesome-pages:
strict: false
- i18n:
default_language: zh
material_alternate: true
languages:
zh:
name: 简体中文
build: true
en:
name: English
build: true
nav_translations:
zh:
One click deployment : 一键部署
Markdown : Markdown 规范
Platform : 平台
Plugins : 插件
Software : 软件
Preface : 前言
Specification : 规范
Frame : 开源框架
Firmware : 固件
Large language model : 大语言模型
Package manager: 包管理器
en:
前言 : Preface
规范 : Specification
PR规范 : PR Specification
中英混排 : Chinese With English
写作模板 : Writing Template
软件 : Software
插件 : Plugins
平台 : Platform
一键部署 : One-Click Deployment
开源框架 : Opensource Frame
大语言模型 : Large Language Model
包管理器 : Package manager
- search:
lang: ja
# LaTeX支持
markdown_extensions:
- pymdownx.arithmatex:
generic: true
- admonition
- pymdownx.details
- pymdownx.tilde
- pymdownx.superfences
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.highlight:
use_pygments: true
- footnotes
- def_list
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tabbed:
alternate_style: true
- attr_list
- md_in_html
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js