From 905e49cc053941ad0280a36c8cb6143e21d20c14 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Mon, 22 Mar 2021 22:12:26 -0400 Subject: [PATCH] docs: Move Example_Configs.md reference in Overview.md Signed-off-by: Kevin O'Connor --- docs/Overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Overview.md b/docs/Overview.md index ab74c862..94ffd8fa 100644 --- a/docs/Overview.md +++ b/docs/Overview.md @@ -52,8 +52,6 @@ communication with the Klipper developers. - [Code overview](Code_Overview.md): Developers should read this first. -- [Example configs](Example_Configs.md): Information on adding an - example config file to Klipper. - [Kinematics](Kinematics.md): Technical details on how Klipper implements motion. - [Protocol](Protocol.md): Information on the low-level messaging @@ -74,6 +72,8 @@ communication with the Klipper developers. # Device Specific Documents +- [Example configs](Example_Configs.md): Information on adding an + example config file to Klipper. - [SDCard Updates](SDCard_Updates.md): Flash a micro-controller by copying a binary to an sdcard in the micro-controller. - [Raspberry Pi as Micro-controller](RPi_microcontroller.md): Details