Skip to content

Commit 1e232e3

Browse files
authored
Merge pull request #40292 from nate-double-u/katacoda-shutdown-shortcode
Adding katacoda removal notices on pages with interactive tutorials
2 parents f4b8046 + 26b24d7 commit 1e232e3

File tree

9 files changed

+31
-0
lines changed

9 files changed

+31
-0
lines changed

content/en/docs/tutorials/configuration/configure-java-microservice/configure-java-microservice-interactive.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
weight: 20
44
---
55

6+
{{% katacoda-removal %}}
7+
68
<!DOCTYPE html>
79

810
<html lang="en">

content/en/docs/tutorials/kubernetes-basics/create-cluster/cluster-interactive.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
weight: 20
44
---
55

6+
{{% katacoda-removal %}}
7+
68
<!DOCTYPE html>
79

810
<html lang="en">

content/en/docs/tutorials/kubernetes-basics/deploy-app/deploy-interactive.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
weight: 20
44
---
55

6+
{{% katacoda-removal %}}
7+
68
<!DOCTYPE html>
79

810
<html lang="en">

content/en/docs/tutorials/kubernetes-basics/explore/explore-interactive.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
weight: 20
44
---
55

6+
{{% katacoda-removal %}}
7+
68
<!DOCTYPE html>
79

810
<html lang="en">

content/en/docs/tutorials/kubernetes-basics/expose/expose-interactive.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
weight: 20
44
---
55

6+
{{% katacoda-removal %}}
7+
68
<!DOCTYPE html>
79

810
<html lang="en">

content/en/docs/tutorials/kubernetes-basics/scale/scale-interactive.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
weight: 20
44
---
55

6+
{{% katacoda-removal %}}
7+
68
<!DOCTYPE html>
79

810
<html lang="en">

content/en/docs/tutorials/kubernetes-basics/update/update-interactive.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
weight: 20
44
---
55

6+
{{% katacoda-removal %}}
7+
68
<!DOCTYPE html>
79

810
<html lang="en">

data/i18n/en/en.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,20 @@ other = "email address"
133133
[javascript_required]
134134
other = "JavaScript must be [enabled](https://www.enable-javascript.com/) to view this content"
135135

136+
[katacoda_message]
137+
other = """Shutdown of interactive tutorials.
138+
<p>The interactive tutorials on this website are being shut down. The
139+
Kubernetes
140+
project hopes to reinstate a similar interactive learning option in the long
141+
term future.</p>
142+
<p>The shutdown follows O'Reilly Media's 2019 <a
143+
href="https://www.oreilly.com/content/oreilly-acquires-katacoda-and-a-new-way-for-2-5m-customers-to-learn/">acquisition</a>
144+
of Katacoda.</p>
145+
<p>Kubernetes is grateful to O'Reilly and Katacoda for many years of helping
146+
people take their first steps in learning Kubernetes.</p>
147+
<p>The tutorials will cease to function after the 31<sup>st</sup> of March
148+
2023.</p>"""
149+
136150
[latest_release]
137151
other = "Latest Release:"
138152

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<div class="alert alert-secondary callout note" role="alert">
2+
<strong>{{ T "note" | safeHTML }}</strong> {{ T "katacoda_message" | safeHTML }}
3+
</div>

0 commit comments

Comments
 (0)