Skip to content

Commit

Permalink
Updating varaible name and correcting linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikayla Billings-Alston committed Oct 31, 2023
1 parent 3da2931 commit 6221209
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<canvas id="test-word-cloud"></canvas>

<canvas id="technology-word-cloud"></canvas>

1. Introduction to DevOps
2. Virtual Machines and Containers
Expand Down
2 changes: 1 addition & 1 deletion docs/_stats.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
| 7. IaC | <p id=7-infrastructure-configuration-management></p> |<p id=7-infrastructure-configuration-management-weeks></p> |
| 8. Kubernetes | <p id=8-kubernetes-container-orchestration></p> |<p id=8-kubernetes-container-orchestration-weeks></p> |

<canvas id="test-word-cloud"></canvas>
<canvas id="technology-word-cloud"></canvas>
2 changes: 1 addition & 1 deletion src/docksify-plugins/generate-chart.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 6221209

Please sign in to comment.