diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2017-04-27 15:31:48 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2017-04-27 16:05:26 -0400 |
commit | a7f339ad1c61e61a89bfcf106ba2eac4e0a694ab (patch) | |
tree | cca57174f8a490788d5dbf574a5433ed31cf7cc6 /docs/README.md | |
parent | c1c0b2dd387670b168ed6ac229f512e3cab1820e (diff) | |
download | kutter-a7f339ad1c61e61a89bfcf106ba2eac4e0a694ab.tar.gz kutter-a7f339ad1c61e61a89bfcf106ba2eac4e0a694ab.tar.xz kutter-a7f339ad1c61e61a89bfcf106ba2eac4e0a694ab.zip |
docs: Improve documentation for those starting in docs/
Those that reach Klipper via github may jump directly to the docs/
directory in search of documentation. Add README.md and rework
Overview.md with that in mind.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/README.md')
-rw-r--r-- | docs/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 00000000..d3ef1484 --- /dev/null +++ b/docs/README.md @@ -0,0 +1,2 @@ +Welcome to the Klipper documentation. The +[overview document](Overview.md) is a good starting point. |