From 0f4d08fb426b6035914054bbad1b5a54973e99c5 Mon Sep 17 00:00:00 2001
From: donal <donalspring@gmail.com>
Date: Wed, 04 Apr 2018 16:00:30 +0200
Subject: [PATCH] rework of the docsify template to have one template to rule them all

---
 index.html |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/0-docs-template/index.html b/index.html
similarity index 80%
rename from 0-docs-template/index.html
rename to index.html
index e3eb7bf..5b0d615 100644
--- a/0-docs-template/index.html
+++ b/index.html
@@ -12,8 +12,9 @@
   <div id="app"></div>
   <script>
     window.$docsify = {
-      name: '',
-      repo: ''
+      name: 'Red Hat Open Innovation Labs Exercises',
+      repo: 'https://github.com/rht-labs/enablement-docs',
+      loadSidebar: true
     }
   </script>
   <script src="//unpkg.com/docsify/lib/docsify.min.js"></script>

--
Gitblit v1.9.3