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 +
 notThe404.md            |    3 +++
 images/404/Obi-wan.jpeg |    0 
 3 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/images/404/Obi-wan.jpeg b/images/404/Obi-wan.jpeg
new file mode 100644
index 0000000..74f0b62
--- /dev/null
+++ b/images/404/Obi-wan.jpeg
Binary files differ
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>
diff --git a/notThe404.md b/notThe404.md
new file mode 100644
index 0000000..b0597ac
--- /dev/null
+++ b/notThe404.md
@@ -0,0 +1,3 @@
+![obi-wan](../images/404/Obi-wan.jpeg)
+# 404 - Page Not Found
+### This is not the page you're looking for, [ move along](/)
\ No newline at end of file

--
Gitblit v1.9.3