diff options
author | Damien <damlobster@gmail.com> | 2021-07-22 00:38:53 +0200 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2021-07-27 13:15:25 -0400 |
commit | ea802aa91e40ea6150773d4c7618f450a64a8ca8 (patch) | |
tree | 014a45597172073ff4511a936d01465671cd9046 /docs/_layouts/home.html | |
parent | cff61605fb7260ab60d1abd4e295b71a533869ac (diff) | |
download | kutter-ea802aa91e40ea6150773d4c7618f450a64a8ca8.tar.gz kutter-ea802aa91e40ea6150773d4c7618f450a64a8ca8.tar.xz kutter-ea802aa91e40ea6150773d4c7618f450a64a8ca8.zip |
docs: Setup mkdocs with mkdocs-material theme
This changes the framework used to generate the klipper3d site.
Signed-off-by: Damien Martin <damlobster@gmail.com>
Diffstat (limited to 'docs/_layouts/home.html')
-rw-r--r-- | docs/_layouts/home.html | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/docs/_layouts/home.html b/docs/_layouts/home.html deleted file mode 100644 index 6f213fd0..00000000 --- a/docs/_layouts/home.html +++ /dev/null @@ -1,16 +0,0 @@ ---- -# This file defines the main https://www.klipper3d.org/ page. -layout: default ---- -<p class="text-center"><img src="img/klipper-logo.png"/></p> - -<p>Klipper is a 3d-Printer firmware. It combines the power of a general -purpose computer with one or more micro-controllers. See the -<a href="/Features.html">features</a> document for more information on why you -should use Klipper.</p> - -<p>To begin using Klipper start by <a href="/Installation.html">installing</a> it.</p> - -<p>Klipper is Free Software. Read the <a href="/Overview.html">documentation</a> or -view -<a href="https://github.com/KevinOConnor/klipper">the Klipper code on github</a>.</p> |