From 759d3973ef80999bee63bbf5912a858deb43679a Mon Sep 17 00:00:00 2001 From: alfrix Date: Tue, 3 Oct 2023 09:30:44 -0300 Subject: [PATCH] docs: config change markup for better visualization --- docs/Configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Configuration.md b/docs/Configuration.md index 2cc693fe..44735e93 100644 --- a/docs/Configuration.md +++ b/docs/Configuration.md @@ -168,7 +168,7 @@ enable: {{ printer.power_devices.count > 0 }} Available panels are listed here: [docs/panels.md](Panels.md) Certain variables are available for conditional testing of the enable statement: -```ini +```yaml printer.extruders.count # Number of extruders printer.temperature_devices.count # Number of temperature related devices that are not extruders printer.fans.count # Number of fans @@ -195,7 +195,7 @@ printer.pause_resume # Pause resume section of Klipper A sample configuration of a main menu would be as follows: -```ini +```yaml+jinja [menu __main homing] name: Homing icon: home