diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-03-22 22:12:26 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-03-22 22:12:26 -0400 |
commit | 905e49cc053941ad0280a36c8cb6143e21d20c14 (patch) | |
tree | bf3556bc45adbc61c8771d7f2aee48b6b6b31280 | |
parent | 09067ddb52fb9aa2aeb427b9d3316dc9be2736db (diff) | |
download | kutter-905e49cc053941ad0280a36c8cb6143e21d20c14.tar.gz kutter-905e49cc053941ad0280a36c8cb6143e21d20c14.tar.xz kutter-905e49cc053941ad0280a36c8cb6143e21d20c14.zip |
docs: Move Example_Configs.md reference in Overview.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | docs/Overview.md | 4 |
1 files 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 |