80 lines
2.1 KiB
YAML
80 lines
2.1 KiB
YAML
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
|
|
- Setup:
|
|
- Hardware.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
|
|
- 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
|
|
- Breaking Changes: Changelog.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
|