From e6703fdf43f1588c689810b2ba1dd2c413f0fc3d Mon Sep 17 00:00:00 2001 From: Mathias Schmitt Date: Sun, 26 Sep 2021 15:48:16 +0200 Subject: [PATCH] Fix broken documentation links. Force Jekyll to use files whose name begin with an underscore. --- docs/_config.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 docs/_config.yml diff --git a/docs/_config.yml b/docs/_config.yml new file mode 100644 index 0000000..8ceb7a0 --- /dev/null +++ b/docs/_config.yml @@ -0,0 +1,2 @@ +include: + - "_*.html"