-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmkdocs.yml
308 lines (276 loc) · 9.25 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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
# Copyright (c) 2016-2020 Martin Donath <[email protected]>
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
# deal in the Software without restriction, including without limitation the
# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
# sell copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.
# Project information
site_name: FYSETC WIKI
site_url: http://wiki.fysetc.com
site_author: FYSETC Team
site_description: >-
FYSETC product documentation
# Repository
repo_name: FYSETC Products
repo_url: https://github.com/FYSETC/
edit_uri: "edit/main/docs"
# Copyright
copyright: Copyright © 2014 - 2024 FYSETC Co, Ltd
# Configuration
theme:
locale: en
name: material
#custom_dir: material/.overrides
# 404 page
static_templates:
- 404.html
# Don't include MkDocs' JavaScript
include_search_page: false
search_index_only: true
# Default values, taken from mkdocs_theme.yml
language: en
features:
#- tabs
- instant
- header.autohide
- navigation.top
- navigation.path
#- content.tabs.link
- content.code.copy
#- toc.integrate
- announce.dismiss
- content.action.edit
- content.action.view
- content.code.annotate
- content.tooltips
#- navigation.expand
#- navigation.footer
#- navigation.instant
#- navigation.prune
#- navigation.sections
#- navigation.tabs
#- navigation.tabs.sticky
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
#- toc.integrate
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: deep indigo
accent: deep indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
font:
text: Roboto
code: Roboto Mono
icon:
logo:
favicon: assets/favicon.ico
# Plugins
# default_language: !ENV [DEFAULT_LANGUAGE, "en"]
# default_language_only: !ENV [DEFAULT_LANGUAGE_ONLY, false]
plugins:
- search
- i18n:
reconfigure_material: true
fallback_to_default: true
docs_structure: suffix
languages:
- locale: en
name: English
build: true
default: true
site_name: FYSETC WIKI
- locale: zh
name: 简体中文
build: true
site_name: FYSETC产品文档
nav_translations:
Home: 主页
Controllers: 控制板
Displays: 显示面板
Stepper Drivers: 步进电机驱动
Modules: 模块
Cables: 线束
Mechanicals: 机械部件
Sensors: 传感器
Wireless: 无线产品
Others: 其他
Guide: 教程
Spider_Software_Guide: 蜘蛛控制板软件指南
Spider_Hardware_Guide: 蜘蛛控制板硬件指南
- minify:
minify_html: true
# Customization
extra:
social:
- icon: fontawesome/brands/github
link: 'https://github.com/fysetc'
- icon: fontawesome/brands/facebook
link: 'https://www.facebook.com/groups/197476557529090/'
- icon: fontawesome/brands/google-plus
link: 'https://plus.google.com/communities/102413556437521044568'
# alternate:
# - name: English
# link: /en/
# lang: en
# - name: 简体中文
# link: /cn/
# lang: zh
# Extensions
markdown_extensions:
- markdown.extensions.admonition
- markdown.extensions.attr_list
- markdown.extensions.codehilite:
guess_lang: false
- markdown.extensions.def_list
- markdown.extensions.footnotes
- markdown.extensions.meta
- markdown.extensions.toc:
permalink: true
# slugify: !!python/name:pymdownx.slugs.uslugify
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:pymdownx.emoji.twemoji
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.highlight:
linenums_style: pymdownx-inline
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
user: squidfunk
repo: mkdocs-material
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.snippets:
check_paths: true
- pymdownx.superfences
- pymdownx.tabbed
# alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- pymdownx.arithmatex:
generic: true
# Page tree
nav:
- Home: index.md
- Controllers:
- Controllers Introduction: Controllers.md
- FYSETC F6: F6_V1.3.md
- FYSETC S6: FYSETC_S6.md
- FYSETC AIO II: AIO_II.md
- FYSETC Cheetah: Cheetah_Board.md
- FYSETC Cheetah v2.0: Cheetah_Board_V20.md
- FYSETC Cheetah v3.0: Cheatah_Board_V30.md
- FYSETC E4: E4.md
- FYSETC BIG-DIPPER: BIG-DIPPER.md
- FYSETC SPIDER : Spider.md
- FYSETC SPIDER KING : FYSETC-SPIDER-KING.md
- FYSETC StrideMax Dual FD : StrideMax_Dual_FD_V2.md
- Displays:
- LCDs and Displays Introduction: LCDs and Displays.md
- Mini12864 Panel: Mini12864_Panel.md
- Generic 12864 Panel: Generic_12864_Panel.md
- FYS Touch Lcd: FYS_Touch_Panel.md
- TFT81050: TFT81050.md
- Stepper Drivers:
- Stepper Drivers Introduction: Stepper Drivers.md
- S6128 V1.1: S6128_V1.1.md
- S109 V1.1: S109_V1.1.md
- TMC2100: TMC2100.md
- TMC2130: TMC2130.md
- TMC2208: TMC2208.md
- Silent2209: Silent2209.md
- S2210: S2210.md
- Silent5160: S5160_V1.2.md
- Silent5161: S5161_V1.1.md
- Silent2225: TMC2225.md
- Silent2226: TMC2226.md
- ST820 V1.0: ST820_V1.0.md
- LV8729 V1.0: LV8729_V1.0.md
- HV5160: HV5160.md
- QHV5160: QHV5160.md
- EXT2160: EXT2160.md
- Modules:
- PT100_Stick Introduction: PT100_STICK.md
- SB CAN TH: SB CAN ToolHead.md
- SB Combo V2: SB_Combo_V2.md
- H36 Combo: H36_Combo.md
- UCAN: UCAN.md
- M36 HUB v1: M36_HUB_V1.md
- NanoDLP Shield V1.1: NanoDLP_Shield_V1.1.md
- Cables:
- Cables and Wires Introduction: Cables and Wires.md
- Mechanicals:
- Mechanical parts Introduction: Mechanical parts.md
- CREALITY X-axis Belt Tensioner: CREALITY X-axis Belt Tensioner.md
- Black BMG Extruder: Black BMG Extruder.md
- CREALITY CR10 Y-axis Belt Tensioner: CREALITY CR10 Y-axis Belt Tensioner.md
- Ender3 Y-axis Belt Tensioner: Ender3 Y-axis Belt Tensioner.md
- Ender3 belt double Z upgrade kit: Ender3 belt double Z upgrade kit.md
- Ender 3 3D printer Direct Drive Extruder Plate: Ender 3 3D printer Direct Drive Extruder Plate.md
- Ender 5 3D printer Direct Drive Extruder Plate: Ender 5 3D printer Direct Drive Extruder Plate.md
- Metal BMG Left hand extruder: Metal BMG Left hand extruder.md
- Metal BMG right hand extruder: Metal BMG right hand extruder.md
- Mk8 Grey Extruder: Mk8 Grey Extruder.md
- NanoDLP_Shield_MEGA_V2.1: NanoDLP_Shield_MEGA_V2.1.md
- Prusa mini BMG V1 Extruder: Prusa mini BMG V1 Extruder.md
- Prusa mini clone: Prusa-mini-clone.md
- Original Prusa MMU2S clone: Original-Prusa-MMU2S-clone.md
- Prusa mk3s bear upgrade kit: PRUSA-MK3S-Bear-Upgrade-kit.md
- Prusa-mk3s-clone: Prusa-mk3s-clone.md
- Annex-Engineering Sherpa extruder: Sherpa-extruder.md
- Sensors:
- Sensors Introduction: Sensors.md
- Wireless:
- Wireless Introduction: Wireless.md
- Others:
- Others Introduction: Others.md
- FYS Boost LED Driver V1.0: FYS_Boost_LED_Driver_V1.0.md
- Guide:
- Guide Introduction: Tutorial.md
- How to Configure TMC2130 on FYSETC F6 Board: How_to_Configure_TMC2130_on_FYSETC-F6-Board.md
- How to Configure TMC2208 on FYSETC F6 Board: How_to_Configure_TMC2208_on_FYSETC-F6-Board.md
- How to Use Mini 12864 on SKR Board: Manual_for_Mini_panel_on_SKR.md
- Tutorial Introduction: Tutorial.md
- How to use BIQU‘s mini12864 on Spider: BIQU12864_On_Spider.md
- Spider_Hardware_Guide: Spider_Hardware_Guide.zh.md
- Spider_Software_Guide: Spider_Software_Guide.zh.md
# extra_css:
# - 'stylesheets/extra.css'
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
# - 'javascripts/extra.js'
# - 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML'
# google_analytics
google_analytics:
- 'UA-123694709-1'
- 'auto'