Skip to content

Commit 74c695e

Browse files
authored
Update index.html
1 parent b03ef24 commit 74c695e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -515,9 +515,9 @@ <h3>📦 Grab the configs</h3>
515515
</li>
516516
<li class="file-block">
517517
<div class="file-header">
518-
<a href="assets/nginx-chart.tgz" download>⬇ Download Helm Chart</a>
518+
<a href="assets/nginx-chart.tgz" download>⬇ Download Helm Chart</a>Helm chart to deploy and manage Kubernetes Applications
519519
<details>
520-
<summary>Show Code</summary>Helm chart to deploy and manage Kubernetes Applications
520+
<summary>Show Code</summary>
521521
<div class="code-container">
522522
<button class="copy-btn" data-target="file-1">Copy</button>
523523
<pre><code id="file-1" class="language-yaml">apiVersion: v2
@@ -532,9 +532,9 @@ <h3>📦 Grab the configs</h3>
532532
<!-- Docker Compose -->
533533
<li class="file-block">
534534
<div class="file-header">
535-
<a href="assets/docker-compose.yml" download>⬇ Download Docker Compose</a>
535+
<a href="assets/docker-compose.yml" download>⬇ Download Docker Compose</a>Docker for Containerisation of Systems
536536
<details>
537-
<summary>Show Code</summary>Docker for Containerisation of Systems
537+
<summary>Show Code</summary>
538538
<div class="code-container">
539539
<button class="copy-btn" data-target="file-2">Copy</button>
540540
<pre><code id="file-2" class="language-yaml">version: '3.8'

0 commit comments

Comments
 (0)