Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Klipper3d/klipper.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Overview.md')
-rw-r--r--docs/Overview.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/Overview.md b/docs/Overview.md
new file mode 100644
index 000000000..05311c27f
--- /dev/null
+++ b/docs/Overview.md
@@ -0,0 +1,8 @@
+See [installation](Installation.md) for information on compiling,
+installing, and running Klipper.
+
+See [code overview](Code_Overview.md) for developer information on the
+structure and layout of the Klipper code.
+
+See [debugging](Debugging.md) for developer information on how to test
+and debug Klipper.