donal
2018-04-04 c951f764aadd91eb4291ec60664f4c70e4a44c95
rework of the docsify template to have one template to rule them all
1 files copied
4 files added
2 files modified
11 files renamed
153 ■■■■■ changed files
README.md 4 ●●●● patch | view | raw | blame | history
exercises/.nojekyll patch | view | raw | blame | history
exercises/0-docs-template/README.md 6 ●●●●● patch | view | raw | blame | history
exercises/0-docs-template/_sidebar.md patch | view | raw | blame | history
exercises/1-the-pbi-menace/README.md 42 ●●●●● patch | view | raw | blame | history
exercises/1-the-pbi-menace/_sidebar.md patch | view | raw | blame | history
exercises/2-attack-of-the-pipelines/README.md 42 ●●●●● patch | view | raw | blame | history
exercises/2-attack-of-the-pipelines/_sidebar.md patch | view | raw | blame | history
exercises/3-revenge-of-the-automated-testing/_sidebar.md patch | view | raw | blame | history
exercises/4-an-enslaved-hope/_sidebar.md patch | view | raw | blame | history
exercises/5-non-functionals-strike-back/_sidebar.md patch | view | raw | blame | history
exercises/6-return-of-the-app-monitoring/_sidebar.md patch | view | raw | blame | history
exercises/7-the-cluster-awakens/_sidebar.md patch | view | raw | blame | history
exercises/8-the-last-demo-day/_sidebar.md patch | view | raw | blame | history
exercises/README.md 45 ●●●●● patch | view | raw | blame | history
exercises/_sidebar.md 9 ●●●●● patch | view | raw | blame | history
exercises/images/new-item.png patch | view | raw | blame | history
exercises/index.html 5 ●●●●● patch | view | raw | blame | history
README.md
@@ -6,9 +6,9 @@
Use the [Open Innovation Labs reveal.js template](https://github.com/rht-labs/slides-template) to create new content. Add your slides and commit them to the `slides` dir
## Exercises
Exercises are created using [Docsify](https://docsify.js.org/#/). Write docs in Markdown and use [Docsify](https://github.com/QingWei-Li/docsify-cli) cli to serve them. Store your lab exercises in the `exercises` dir.
Exercises are created using [Docsify](https://docsify.js.org/#/). Write docs in Markdown and use [Docsify](https://github.com/QingWei-Li/docsify-cli) cli to serve them. Store your lab exercises in the `exercises/<lab-number>` dir.
A template layout for the lab exercise with headings and what should be included is stored in `exercises/0-docs-template`. Use this as a base point when creating new materials
A template layout for the lab exercise with headings and what should be included is stored in `exercises/0-docs-template`. Use this as a base point when creating new materials. Add items to the sidebar on the homepage by updating the `_sidebar`
## Contributing & Issues
To contribute raise an issue and submit a PR to correspond to that feature.
exercises/.nojekyll
exercises/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
exercises/0-docs-template/_sidebar.md
copy from exercises/0-docs-template/.nojekyll copy to exercises/0-docs-template/_sidebar.md
exercises/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
exercises/1-the-pbi-menace/_sidebar.md
exercises/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
exercises/2-attack-of-the-pipelines/_sidebar.md
exercises/3-revenge-of-the-automated-testing/_sidebar.md
exercises/4-an-enslaved-hope/_sidebar.md
exercises/5-non-functionals-strike-back/_sidebar.md
exercises/6-return-of-the-app-monitoring/_sidebar.md
exercises/7-the-cluster-awakens/_sidebar.md
exercises/8-the-last-demo-day/_sidebar.md
exercises/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
exercises/_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)
exercises/images/new-item.png

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