From 6bb10d4cc6ecc801ce412a8240888de18939387e Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Thu, 24 Oct 2019 01:43:00 -0700 Subject: [PATCH] Added PT100 to docs site nav #docs --- mkdocs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index 92da8c0..474f8f1 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -66,6 +66,8 @@ nav: - Klipper: 'tutorials/config/printer-firmware/klipper/klipper-config.md' - RepRapFirmware v2: 'tutorials/config/printer-firmware/rrf-v2/rrf-v2-config.md' - RepRapFirmware v3: 'tutorials/config/printer-firmware/rrf-v3/rrf-v3-config.md' + - Extras: + - PT100 RTD Thermal Sensor: 'tutorials/extras/pt100.md' - Resources: - Schematics: - EasyPiezi: 'schematics/easypiezi/easypiezi-schematics.md'