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

---
 8-the-last-demo-day/_sidebar.md                |    0 
 6-return-of-the-app-monitoring/_sidebar.md     |    0 
 7-the-cluster-awakens/_sidebar.md              |    0 
 0-docs-template/_sidebar.md                    |    0 
 4-an-enslaved-hope/_sidebar.md                 |    0 
 0-docs-template/README.md                      |    6 +
 1-the-pbi-menace/_sidebar.md                   |    0 
 2-attack-of-the-pipelines/_sidebar.md          |    0 
 README.md                                      |   45 +++++++++++++++
 3-revenge-of-the-automated-testing/_sidebar.md |    0 
 1-the-pbi-menace/README.md                     |   42 ++++++++++++++
 images/new-item.png                            |    0 
 2-attack-of-the-pipelines/README.md            |   42 ++++++++++++++
 _sidebar.md                                    |    9 +++
 index.html                                     |    5 +
 5-non-functionals-strike-back/_sidebar.md      |    0 
 .nojekyll                                      |    0 
 17 files changed, 145 insertions(+), 4 deletions(-)

diff --git a/0-docs-template/.nojekyll b/.nojekyll
similarity index 100%
rename from 0-docs-template/.nojekyll
rename to .nojekyll
diff --git a/0-docs-template/README.md b/0-docs-template/README.md
index 4eaf747..371b9b4 100644
--- a/0-docs-template/README.md
+++ b/0-docs-template/README.md
@@ -14,7 +14,6 @@
 1. [Jenkins](https://jenkins.io/) - OpenSource build automation server; highly customisable through plugins
 1. [Ansible]() - blah blah ...
 
-
 ## 10,000 Ft View
 > This should contain the goal of the exercise; with enough information that advanced learners could use this to build the exercise without much guidance. The information here
 
@@ -39,4 +38,7 @@
  - Do some other stuff
 
 ## Additional Reading
- > List of links or other reading that might be of use / reference for the exercise
+> List of links or other reading that might be of use / reference for the exercise
+
+## Slide links
+> link back to the deck for the supporting material
\ No newline at end of file
diff --git a/0-docs-template/.nojekyll b/0-docs-template/_sidebar.md
similarity index 100%
copy from 0-docs-template/.nojekyll
copy to 0-docs-template/_sidebar.md
diff --git a/1-the-pbi-menace/README.md b/1-the-pbi-menace/README.md
new file mode 100644
index 0000000..3f31d2e
--- /dev/null
+++ b/1-the-pbi-menace/README.md
@@ -0,0 +1,42 @@
+# The PBI Menace
+
+> In this lab; learners will use Ansible to drive automated provisioning of Projects, Access Control, Git, Jenkins and Nexus 
+
+## Learning Outcomes
+As a learner you will be able to
+- Do thing 1
+- Do thing 2
+- Do thing 3
+
+## Tools and Frameworks
+> Name of tool - short description and link to docs or website
+
+1. [Jenkins](https://jenkins.io/) - OpenSource build automation server; highly customisable through plugins
+1. [Ansible]() - blah blah ...
+
+
+## 10,000 Ft View
+> This should contain the goal of the exercise; with enough information that advanced learners could use this to build the exercise without much guidance. The information here
+
+## Step by Step Instructions
+> This is a fairly structured guide with references to exact filenames and sections of text to be added. Include pictures and code snippets where appropriate. Rule of thumb is learners are dumb.... so over describe _why_ we're doing things
+
+### Part 1 - do some things
+2. Do thing using tool X.
+2. Insert blah into `file1.txt`
+```
+export SOME_THING=biscuits
+```
+2. Open console and navigate to `New Item` and click it ![new-item](../images/new-item.png)
+
+### Part 2 - do some other things
+3. Do other things
+
+## Extension Tasks
+> Ideas for go-getters. Advanced topic for doers to get on with if they finish early. These will usually not have a solution and are provided for additional scope.
+
+ - Add Auth to your application
+ - Do some other stuff
+
+## Additional Reading
+ > List of links or other reading that might be of use / reference for the exercise
diff --git a/1-the-pbi-menace/.gitkeep b/1-the-pbi-menace/_sidebar.md
similarity index 100%
rename from 1-the-pbi-menace/.gitkeep
rename to 1-the-pbi-menace/_sidebar.md
diff --git a/2-attack-of-the-pipelines/README.md b/2-attack-of-the-pipelines/README.md
new file mode 100644
index 0000000..4eaf747
--- /dev/null
+++ b/2-attack-of-the-pipelines/README.md
@@ -0,0 +1,42 @@
+# Exercise Title
+
+> Short description of the exercise and it's outcomes
+
+## Learning Outcomes
+As a learner you will be able to
+- Do thing 1
+- Do thing 2
+- Do thing 3
+
+## Tools and Frameworks
+> Name of tool - short description and link to docs or website
+
+1. [Jenkins](https://jenkins.io/) - OpenSource build automation server; highly customisable through plugins
+1. [Ansible]() - blah blah ...
+
+
+## 10,000 Ft View
+> This should contain the goal of the exercise; with enough information that advanced learners could use this to build the exercise without much guidance. The information here
+
+## Step by Step Instructions
+> This is a fairly structured guide with references to exact filenames and sections of text to be added. Include pictures and code snippets where appropriate. Rule of thumb is learners are dumb.... so over describe _why_ we're doing things
+
+### Part 1 - do some things
+2. Do thing using tool X.
+2. Insert blah into `file1.txt`
+```
+export SOME_THING=biscuits
+```
+2. Open console and navigate to `New Item` and click it ![new-item](./images/new-item.png)
+
+### Part 2 - do some other things
+3. Do other things
+
+## Extension Tasks
+> Ideas for go-getters. Advanced topic for doers to get on with if they finish early. These will usually not have a solution and are provided for additional scope.
+
+ - Add Auth to your application
+ - Do some other stuff
+
+## Additional Reading
+ > List of links or other reading that might be of use / reference for the exercise
diff --git a/2-attack-of-the-pipelines/.gitkeep b/2-attack-of-the-pipelines/_sidebar.md
similarity index 100%
rename from 2-attack-of-the-pipelines/.gitkeep
rename to 2-attack-of-the-pipelines/_sidebar.md
diff --git a/3-revenge-of-the-automated-testing/.gitkeep b/3-revenge-of-the-automated-testing/_sidebar.md
similarity index 100%
rename from 3-revenge-of-the-automated-testing/.gitkeep
rename to 3-revenge-of-the-automated-testing/_sidebar.md
diff --git a/4-an-enslaved-hope/.gitkeep b/4-an-enslaved-hope/_sidebar.md
similarity index 100%
rename from 4-an-enslaved-hope/.gitkeep
rename to 4-an-enslaved-hope/_sidebar.md
diff --git a/5-non-functionals-strike-back/.gitkeep b/5-non-functionals-strike-back/_sidebar.md
similarity index 100%
rename from 5-non-functionals-strike-back/.gitkeep
rename to 5-non-functionals-strike-back/_sidebar.md
diff --git a/6-return-of-the-app-monitoring/.gitkeep b/6-return-of-the-app-monitoring/_sidebar.md
similarity index 100%
rename from 6-return-of-the-app-monitoring/.gitkeep
rename to 6-return-of-the-app-monitoring/_sidebar.md
diff --git a/7-the-cluster-awakens/.gitkeep b/7-the-cluster-awakens/_sidebar.md
similarity index 100%
rename from 7-the-cluster-awakens/.gitkeep
rename to 7-the-cluster-awakens/_sidebar.md
diff --git a/8-the-last-demo-day/.gitkeep b/8-the-last-demo-day/_sidebar.md
similarity index 100%
rename from 8-the-last-demo-day/.gitkeep
rename to 8-the-last-demo-day/_sidebar.md
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..ff25c28
--- /dev/null
+++ b/README.md
@@ -0,0 +1,45 @@
+Below is a template of what is needed for each lab. Use it as a starting point when creating lab specific content in each lab folder.
+______
+
+# Exercise Title
+
+> Short description of the exercise and it's outcomes
+
+## Learning Outcomes
+As a learner you will be able to
+- Do thing 1
+- Do thing 2
+- Do thing 3
+
+## Tools and Frameworks
+> Name of tool - short description and link to docs or website
+
+1. [Jenkins](https://jenkins.io/) - OpenSource build automation server; highly customisable through plugins
+1. [Ansible]() - blah blah ...
+
+
+## 10,000 Ft View
+> This should contain the goal of the exercise; with enough information that advanced learners could use this to build the exercise without much guidance. The information here
+
+## Step by Step Instructions
+> This is a fairly structured guide with references to exact filenames and sections of text to be added. Include pictures and code snippets where appropriate. Rule of thumb is learners are dumb.... so over describe _why_ we're doing things
+
+### Part 1 - do some things
+2. Do thing using tool X.
+2. Insert blah into `file1.txt`
+```
+export SOME_THING=biscuits
+```
+2. Open console and navigate to `New Item` and click it ![new-item](./images/new-item.png)
+
+### Part 2 - do some other things
+3. Do other things
+
+## Extension Tasks
+> Ideas for go-getters. Advanced topic for doers to get on with if they finish early. These will usually not have a solution and are provided for additional scope.
+
+ - Add Auth to your application
+ - Do some other stuff
+
+## Additional Reading
+ > List of links or other reading that might be of use / reference for the exercise
diff --git a/_sidebar.md b/_sidebar.md
new file mode 100644
index 0000000..044a285
--- /dev/null
+++ b/_sidebar.md
@@ -0,0 +1,9 @@
+* [Home](/)
+* [1. The PBI Menace](1-the-pbi-menace/README.md)
+* [2. Attack of the Pipelines](2-attack-of-the-pipelines/README.md)
+* [3. Revenge of the Automated Testing](3-revenge-of-the-automated-testing/README.md)
+* [4. An Enslaved Hope](4-an-enslaved-hope/README.md)
+* [5. The Non Functionals Strike Back](5-non-functionals-strike-back/README.md)
+* [6. Return of the Monitoring](6-return-of-the-app-monitoring/README.md)
+* [7. The Cluster Awakens](7-the-cluster-awakens/README.md)
+* [8. The Last Demo Day](8-the-last-demo-day/README.md)
diff --git a/0-docs-template/images/new-item.png b/images/new-item.png
similarity index 100%
rename from 0-docs-template/images/new-item.png
rename to images/new-item.png
Binary files differ
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