From b790e0065c3c11a3bd553a3b8f86c992a1e581bf Mon Sep 17 00:00:00 2001
From: acammies <acammies@redhat.com>
Date: Wed, 02 May 2018 16:18:55 +0200
Subject: [PATCH] added search plugin

---
 exercises/index.html |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/exercises/index.html b/exercises/index.html
index 0244c8d..49baa65 100644
--- a/exercises/index.html
+++ b/exercises/index.html
@@ -1,5 +1,6 @@
 <!DOCTYPE html>
 <html lang="en">
+
 <head>
   <meta charset="UTF-8">
   <title>Labs Readiness</title>
@@ -9,20 +10,24 @@
   <link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/buble.css">
   <link rel="stylesheet" href="./custom.css">
 </head>
+
 <body>
   <div id="app"></div>
   <script>
     window.$docsify = {
       name: 'Red Hat Open Innovation Labs Exercises',
       repo: 'https://github.com/rht-labs/enablement-docs',
-      loadSidebar: true
+      loadSidebar: true,
+      search: 'auto',
     }
   </script>
   <script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
+  <script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script>
   <script src="//unpkg.com/prismjs/components/prism-bash.min.js"></script>
   <script src="//unpkg.com/prismjs/components/prism-javascript.min.js"></script>
   <script src="//unpkg.com/prismjs/components/prism-groovy.min.js"></script>
   <script src="//unpkg.com/prismjs/components/prism-yaml.min.js"></script>
   <script src="//unpkg.com/prismjs/components/prism-json.min.js"></script>
 </body>
-</html>
+
+</html>
\ No newline at end of file

--
Gitblit v1.9.3