aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Overview.md
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2016-12-23 18:28:09 -0500
committerKevin O'Connor <kevin@koconnor.net>2016-12-23 18:28:42 -0500
commit3b668c9baf7800dbda069318986f9477b9f39715 (patch)
tree898607ba502c17663cc9b056692a9879d57c4660 /docs/Overview.md
parent618fe0e6fb91c96c3ef8ddc82a1d7378e908f467 (diff)
downloadkutter-3b668c9baf7800dbda069318986f9477b9f39715.tar.gz
kutter-3b668c9baf7800dbda069318986f9477b9f39715.tar.xz
kutter-3b668c9baf7800dbda069318986f9477b9f39715.zip
docs: Add Releases page with history of releases
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Overview.md')
-rw-r--r--docs/Overview.md20
1 files changed, 12 insertions, 8 deletions
diff --git a/docs/Overview.md b/docs/Overview.md
index 73342a50..8b221763 100644
--- a/docs/Overview.md
+++ b/docs/Overview.md
@@ -1,16 +1,20 @@
See [installation](Installation.md) for information on compiling,
installing, and running Klipper. Read [features](Features.md) for a
-high-level description of useful capabilities.
+high-level description of useful capabilities. The history of releases
+is available at [releases](Releases.md).
-See [code overview](Code_Overview.md) for developer information on the
-structure and layout of the Klipper code.
+There are also several documents available for developers interested
+in understanding how Klipper works:
-See [protocol](Protocol.md) for developer information on the messaging
-protocol between host and firmware. See also
+See [code overview](Code_Overview.md) for information on the structure
+and layout of the Klipper code.
+
+See [protocol](Protocol.md) for information on the messaging protocol
+between host and firmware. See also
[firmware commands](Firmware_Commands.md) for a high-level description
-of some commands implemented in the firmware.
+of common commands implemented in the firmware.
-See [debugging](Debugging.md) for developer information on how to test
-and debug Klipper.
+See [debugging](Debugging.md) for information on how to test and debug
+Klipper.
See [todo](Todo.md) for information on possible future code features.