diff --git a/docs/README.md b/docs/README.md index c4ecbb54..c3f5c8a4 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1042,7 +1042,8 @@ This DevOps Bootcamp is used as an introduction to DevOps for Liatrio's apprenti This bootcamp alone will by no means make anyone an expert on DevOps; that's where real, in-the-field experience engineering and shadowing come in. However, this bootcamp is a great start for anyone entering the world of DevOps! It is recommended that anyone going through this bootcamp have a mentor to fill in the gaps of information and answer questions, as well. Also, many of the exercises proposed in this bootcamp have no solution listed. This is because it is up to the bootcamper to come up with the solution on their own. So, if you're wondering where a solution to an exercise is - there is likely none; that's up to you! ## Learning Goals - + + 1. Introduction to DevOps 2. Virtual Machines and Containers diff --git a/docs/_stats.md b/docs/_stats.md index e499cb45..189cad3f 100644 --- a/docs/_stats.md +++ b/docs/_stats.md @@ -21,4 +21,4 @@ | 7. IaC |
| | | 8. Kubernetes | | | - + diff --git a/src/docksify-plugins/generate-chart.js b/src/docksify-plugins/generate-chart.js index d9a1630d..118e1549 100644 --- a/src/docksify-plugins/generate-chart.js +++ b/src/docksify-plugins/generate-chart.js @@ -263,7 +263,7 @@ let bootcampMetadata = null; switch (window.location.hash) { case '#/': generateCategoryDoughnutChart('category-doughnut-canvas', bootcampMetadata); - generateWordCloud('test-word-cloud', bootcampMetadata); + generateWordCloud('technology-word-cloud', bootcampMetadata); break; case '#/_stats': populateChapterHours(bootcampMetadata);