forked from KlipperScreen/KlipperScreen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
88 lines (83 loc) · 2.34 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
site_name: KlipperScreen
site_url: https://klipperscreen.readthedocs.io
site_description: >-
KlipperScreen documentation.
repo_name: KlipperScreen/KlipperScreen/
repo_url: https://github.com/KlipperScreen/KlipperScreen/
nav:
- Home: index.md
- FAQ: FAQ.md
- Setup:
- Hardware: Hardware.md
- Hardware specific:
- GPIO 3.5": Hardware/GPIO_35.md
- HDMI: Hardware/HDMI.md
- Installation.md
- Updating.md
- Configuration.md
- Quicktips.md
- Macros: macros.md
- Thumbnails.md
- Remote screens:
- VNC.md
- Xserver-XSDL (Android): Android.md
- Troubleshooting:
- First Steps/Log: Troubleshooting.md
- Network: Troubleshooting/Network.md
- Physical install: Troubleshooting/Physical_Install.md
- Wrong Framebuffer: Troubleshooting/Framebuffer.md
- Framebuffer ID: Troubleshooting/Framebuffer_id.md
- Screen Rotation: Troubleshooting/Rotation.md
- Touch: Troubleshooting/Touch_issues.md
- Virtual Console Error: Troubleshooting/VC_ERROR.md
- FBturbo: Troubleshooting/FBturbo.md
- Last resort: Troubleshooting/Last_resort.md
- Screenshots: Panels.md
- Panels:
- Bed Level/Screws: Panels/Screws.md
- Job_status/Printing: Panels/Job_status.md
- Temperature: Panels/Temperature.md
- Z Calibrate: Panels/Zcalibrate.md
- Theming.md
- Translations.md
- Changelog: changelog.md
- Breaking Changes: breaking.md
- Developers.md
- Contact.md
theme:
name: material
language: en
features:
- content.code.copy
- content.code.annotate
- content.tooltips
- navigation.expand
- navigation.indexes
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
palette:
- scheme: slate
primary: deep purple
plugins:
- search
markdown_extensions:
- admonition
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.details
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/KlipperScreen/KlipperScreen/
- icon: fontawesome/brands/discord
link: https://discord.klipper3d.org/
- icon: fontawesome/brands/python
extra_css:
- stylesheets/extra.css