donal
2018-04-04 0f4d08fb426b6035914054bbad1b5a54973e99c5
rework of the docsify template to have one template to rule them all
1 files copied
4 files added
1 files modified
11 files renamed
149 ■■■■■ changed files
.nojekyll patch | view | raw | blame | history
0-docs-template/README.md 6 ●●●●● patch | view | raw | blame | history
0-docs-template/_sidebar.md patch | view | raw | blame | history
1-the-pbi-menace/README.md 42 ●●●●● patch | view | raw | blame | history
1-the-pbi-menace/_sidebar.md patch | view | raw | blame | history
2-attack-of-the-pipelines/README.md 42 ●●●●● patch | view | raw | blame | history
2-attack-of-the-pipelines/_sidebar.md patch | view | raw | blame | history
3-revenge-of-the-automated-testing/_sidebar.md patch | view | raw | blame | history
4-an-enslaved-hope/_sidebar.md patch | view | raw | blame | history
5-non-functionals-strike-back/_sidebar.md patch | view | raw | blame | history
6-return-of-the-app-monitoring/_sidebar.md patch | view | raw | blame | history
7-the-cluster-awakens/_sidebar.md patch | view | raw | blame | history
8-the-last-demo-day/_sidebar.md patch | view | raw | blame | history
README.md 45 ●●●●● patch | view | raw | blame | history
_sidebar.md 9 ●●●●● patch | view | raw | blame | history
images/new-item.png patch | view | raw | blame | history
index.html 5 ●●●●● patch | view | raw | blame | history
.nojekyll
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
0-docs-template/_sidebar.md
copy from 0-docs-template/.nojekyll copy to 0-docs-template/_sidebar.md
1-the-pbi-menace/README.md
New file
@@ -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
1-the-pbi-menace/_sidebar.md
2-attack-of-the-pipelines/README.md
New file
@@ -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
2-attack-of-the-pipelines/_sidebar.md
3-revenge-of-the-automated-testing/_sidebar.md
4-an-enslaved-hope/_sidebar.md
5-non-functionals-strike-back/_sidebar.md
6-return-of-the-app-monitoring/_sidebar.md
7-the-cluster-awakens/_sidebar.md
8-the-last-demo-day/_sidebar.md
README.md
New file
@@ -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
_sidebar.md
New file
@@ -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)
images/new-item.png

index.html
File was renamed from 0-docs-template/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>