-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
134 lines (128 loc) · 3.95 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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
site_name: 三木奇奇怪怪的文档收录
site_url: https://docs.529300529.xyz
site_description: >-
各种文档、记录整理收录合集
repo_name: Samuel-0-0/docs/
repo_url: https://github.com/Samuel-0-0/docs/
# 导航栏
nav:
- Home: index.md
- VAST系列产品手册:
- vast/index.md
- Stealthburner内嵌CAN控制板:
- 概述: vast/sb-can/index.md
- Canboot(可选): vast/sb-can/canboot.md
- Klipper: vast/sb-can/klipper.md
- 电源计量与远程控制:
- 概述: vast/power/index.md
- 固件: vast/power/firmware.md
- Klipper: vast/power/klipper.md
- Voron 0.2裙边按钮+屏幕套件:
- 概述: vast/v0-skirt/index.md
- Canboot(可选): vast/v0-skirt/canboot.md
- Klipper: vast/v0-skirt/klipper.md
- Voron 0.2集线板+主控板套件:
- 概述: vast/D4/index.md
- Canboot(可选): vast/D4/canboot.md
- Klipper: vast/D4/klipper.md
- 水冷套件(含控制板):
- 概述: vast/water/index.md
- 硬件安装: vast/water/manual.md
- Canboot(可选): vast/water/canboot.md
- Klipper: vast/water/klipper.md
- SolidWorks:
- solidworks/index.md
- 设计相关: solidworks/solidworks.md
- 3D打印机:
- 3d_printer/index.md
- 打印机安装调试:
- Voron 0.2: 3d_printer/voron/v0.md
- Voron 2.4: 3d_printer/voron/v2.md
- Klipper安装及使用:
- 加速度传感器应用: 3d_printer/klipper/shaper_tuning.md
- 异常案例: 3d_printer/klipper/error.md
- CAN相关: 3d_printer/klipper/canbus.md
- 图形化一键脚本: 3d_printer/klipper/assistant.md
- 7寸触屏小主机: 3d_printer/klipper/7inch.md
- 其他: 3d_printer/klipper/klipper.md
- 打印及切片软件调试: 3d_printer/slicer.md
- 打印件及问题处理: 3d_printer/printing_issue.md
- 3D打印机MODS:
- Voron 0.2: 3d_printer/voron/v0_mods.md
- Voron 2.4: 3d_printer/voron/v2_mods.md
- 其他: 3d_printer/printers.md
- CNC:
- cnc/index.md
- 机械速查表: cnc/holes_thread_shaft.md
plugins:
- search
theme:
name: material
language: zh
# 主题颜色
palette:
# 明亮模式
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: 切换到暗黑模式
# 暗黑模式
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: 切换到明亮模式
# 特征
features:
# 代码块复制按钮
- content.code.copy
# 代码块注解,使用方法:在代码要加注解的后面加"# (1)"
# 然后在代码后面加"1. 注解的内容"
- content.code.annotate
# 顶部导航菜单
- navigation.tabs
# 展开菜单
#- navigation.sections
# 返回顶部按钮
- navigation.top
- search.highlight
- search.share
- search.suggest
icon:
# 警示栏图标
admonition:
note: octicons/tag-16
abstract: octicons/checklist-16
info: octicons/info-16
tip: octicons/squirrel-16
success: octicons/check-16
question: octicons/question-16
warning: octicons/alert-16
failure: octicons/x-circle-16
danger: octicons/zap-16
bug: octicons/bug-16
example: octicons/beaker-16
quote: octicons/quote-16
# markdowm扩展
markdown_extensions:
# 警示栏
- admonition
# 警示栏可折叠
- pymdownx.details
- md_in_html
# 代码显示样式
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
# 列表
- def_list
# 任务列表
- pymdownx.tasklist:
custom_checkbox: true
copyright: |
© 2023 <a href="https://github.com/Samuel-0-0" target="_blank" rel="noopener">Samuel Wang (三木)</a>