diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-04-18 22:28:01 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-04-18 22:35:35 -0400 |
commit | 57cf0759c0b3096daeda3d39e1184a374bfe2b0b (patch) | |
tree | 889cf716a6ca65187733c0ddded8def39c484e28 /docs/index.md | |
parent | 85c01d4b6acc0aceb3bea68b51c8bd892cd6bd38 (diff) | |
download | kutter-57cf0759c0b3096daeda3d39e1184a374bfe2b0b.tar.gz kutter-57cf0759c0b3096daeda3d39e1184a374bfe2b0b.tar.xz kutter-57cf0759c0b3096daeda3d39e1184a374bfe2b0b.zip |
docs: Add logos to web page
Also, move docs/index.md to docs/_layouts/home.html. Add a
docs/_layouts/README file.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/index.md')
-rw-r--r-- | docs/index.md | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/index.md b/docs/index.md deleted file mode 100644 index da065701..00000000 --- a/docs/index.md +++ /dev/null @@ -1,12 +0,0 @@ -Welcome to the Klipper project! - -Klipper is a 3d-Printer firmware. It combines the power of a general -purpose computer with one or more micro-controllers. See the -[features](Features.md) document for more information on why you -should use Klipper. - -To begin using Klipper start by [installing](Installation.md) it. - -Klipper is Free Software. Read the [documentation](Overview.md) or -view -[the Klipper code on github](https://github.com/KevinOConnor/klipper). |