Browse Source

update the workshop instructions

pull/1/head
Nicolas Massé 6 years ago
parent
commit
c59a5b4d97
  1. 4
      lab-instructions/content/automate/_index.md
  2. 0
      lab-instructions/content/automate/exercise-cicd.md
  3. 0
      lab-instructions/content/automate/exercise-git.md
  4. 6
      lab-instructions/content/conclusion/_index.md
  5. 2
      lab-instructions/content/test/exercise1.md
  6. 2
      lab-instructions/content/test/exercise2.md
  7. 2
      lab-instructions/content/test/exercise3.md

4
lab-instructions/content/publish/_index.md → lab-instructions/content/automate/_index.md

@ -1,5 +1,5 @@
+++ +++
title = "Publish" title = "Automate"
weight = 6 weight = 6
chapter = true chapter = true
pre = "<b>6. </b>" pre = "<b>6. </b>"
@ -7,6 +7,6 @@ pre = "<b>6. </b>"
### Chapter 6 ### Chapter 6
# Publish # Automate
Because ACME adheres to the Infrastructure-as-Code and API-Management-as-Code principles, everything needs to be versioned in a GIT repository and automated. Because ACME adheres to the Infrastructure-as-Code and API-Management-as-Code principles, everything needs to be versioned in a GIT repository and automated.

0
lab-instructions/content/publish/exercise-cicd.md → lab-instructions/content/automate/exercise-cicd.md

0
lab-instructions/content/publish/exercise-git.md → lab-instructions/content/automate/exercise-git.md

6
lab-instructions/content/conclusion/_index.md

@ -1,11 +1,11 @@
+++ +++
title = "Conclusion" title = "Conclusion"
weight = 15 weight = 7
chapter = true chapter = true
pre = "<b>15. </b>" pre = "<b>7. </b>"
+++ +++
### Chapter 15 ### Chapter 7
# Conclusion # Conclusion

2
lab-instructions/content/test/exercise1.md

@ -1,5 +1,5 @@
--- ---
title: "Exercise 1" title: "Exercise: run the test suite"
weight: 1 weight: 1
--- ---

2
lab-instructions/content/test/exercise2.md

@ -1,5 +1,5 @@
--- ---
title: "Exercise 2" title: "Exercise: extend test coverage"
weight: 2 weight: 2
--- ---

2
lab-instructions/content/test/exercise3.md

@ -1,5 +1,5 @@
--- ---
title: "Exercise 3" title: "Exercise: re-run the tests"
weight: 3 weight: 3
--- ---

Loading…
Cancel
Save