From 4c99928155f1643985f909243d099cb6431ab825 Mon Sep 17 00:00:00 2001
From: Donal Spring <donalspring@gmail.com>
Date: Wed, 09 May 2018 17:05:01 +0200
Subject: [PATCH] Merge pull request #207 from rht-labs/feature/404-page

---
 index.html |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/index.html b/index.html
index 7c4676c..af3f9fa 100644
--- a/index.html
+++ b/index.html
@@ -21,6 +21,7 @@
       subMaxLevel: 5,
       auto2top: true,
       search: 'auto',
+      notFoundPage: 'notThe404.md'
     }
   </script>
   <script src="//unpkg.com/docsify/lib/docsify.min.js"></script>

--
Gitblit v1.9.3