aboutsummaryrefslogtreecommitdiffstats
path: root/docs/_layouts/README
diff options
context:
space:
mode:
authorDamien <damlobster@gmail.com>2021-07-22 00:38:53 +0200
committerKevinOConnor <kevin@koconnor.net>2021-07-27 13:15:25 -0400
commitea802aa91e40ea6150773d4c7618f450a64a8ca8 (patch)
tree014a45597172073ff4511a936d01465671cd9046 /docs/_layouts/README
parentcff61605fb7260ab60d1abd4e295b71a533869ac (diff)
downloadkutter-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/README')
-rw-r--r--docs/_layouts/README5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/_layouts/README b/docs/_layouts/README
deleted file mode 100644
index 266b60e4..00000000
--- a/docs/_layouts/README
+++ /dev/null
@@ -1,5 +0,0 @@
-This directory defines the https://www.klipper3d.org/ website. The
-site is hosted using "github pages" (which uses Jekyll to
-automatically convert the markdown files in the docs/ directory to
-html). In addition to the files in this directory, the docs/CNAME and
-docs/_config.yml file also control the website generation.