diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-04-18 23:10:32 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-04-18 23:10:32 -0400 |
commit | 8524602b6edcbe5de82632c262b5dc7183f46593 (patch) | |
tree | cd227094f044cdcb8de74c7b51125647b8f56517 | |
parent | 17dd6e50975f364aa8b3f6a5550c59f9a64d0233 (diff) | |
download | kutter-8524602b6edcbe5de82632c262b5dc7183f46593.tar.gz kutter-8524602b6edcbe5de82632c262b5dc7183f46593.tar.xz kutter-8524602b6edcbe5de82632c262b5dc7183f46593.zip |
docs: Fix inclusion of CONTRIBUTING.md in the automatic html generation
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | docs/_config.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/_config.yml b/docs/_config.yml index 09c20950..9daee3ca 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1 +1,4 @@ +# This is a Jekyll config file that is used by "github pages" to +# produce the https://www.klipper3d.org/ website. +include: CONTRIBUTING.md google_analytics: UA-138371409-1 |