diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-12-27 18:57:17 -0500 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2019-01-07 20:00:44 -0500 |
commit | f2f54290e84903679bdb9548924f933a6efe311d (patch) | |
tree | 42099332af46097bce20972ee9454b7c0e4ab69f /docs/Overview.md | |
parent | dc70a7c3558fadd2f0500f71c35292972b2c253f (diff) | |
download | kutter-f2f54290e84903679bdb9548924f933a6efe311d.tar.gz kutter-f2f54290e84903679bdb9548924f933a6efe311d.tar.xz kutter-f2f54290e84903679bdb9548924f933a6efe311d.zip |
docs: Add a new Config_Changes.md document
Add a document to track non-backwards compatible changes to the
printer config file.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Overview.md')
-rw-r--r-- | docs/Overview.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/Overview.md b/docs/Overview.md index a781344d..ce69e513 100644 --- a/docs/Overview.md +++ b/docs/Overview.md @@ -25,8 +25,11 @@ some common questions. The [G-Codes](G-Codes.md) document lists currently supported run-time commands. The history of Klipper releases is available at -[releases](Releases.md). See [contact](Contact.md) for information on -bug reporting and general communication with the developers. +[releases](Releases.md). The [config changes](Config_Changes.md) +document describes recent software changes that may require users to +update their printer config file. See [contact](Contact.md) for +information on bug reporting and general communication with the +developers. Developer Documentation ======================= |