Skip to content

Commit c70b1de

Browse files
authored
Merge pull request #40304 from nate-double-u/katacoda-shutdown-shortcode
Updating katacoda removal message
2 parents 2c0c3cf + c3f31fe commit c70b1de

File tree

4 files changed

+13
-9
lines changed

4 files changed

+13
-9
lines changed

content/en/docs/tutorials/hello-minikube.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ card:
1313
weight: 10
1414
---
1515

16+
{{% katacoda-removal %}}
17+
1618
<!-- overview -->
1719

1820
This tutorial shows you how to run a sample app

content/en/docs/tutorials/kubernetes-basics/_index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
title: Walkthrough the basics
1010
---
1111

12+
{{% katacoda-removal %}}
13+
1214
<!DOCTYPE html>
1315

1416
<html lang="en">
@@ -44,7 +46,7 @@ <h2>What can Kubernetes do for you?</h2>
4446
</div>
4547

4648
<br>
47-
49+
4850
<div id="basics-modules" class="content__modules">
4951
<h2>Kubernetes Basics Modules</h2>
5052
<div class="row">

data/i18n/en/en.toml

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

136136
[katacoda_message]
137-
other = """Shutdown of interactive tutorials.
138-
<p>The interactive tutorials on this website are being shut down. The
139-
Kubernetes
137+
other = """<h4>Shutdown of interactive tutorials</h4>
138+
<p>The interactive tutorials on this website are being shut down. The Kubernetes
140139
project hopes to reinstate a similar interactive learning option in the long
141-
term future.</p>
140+
term.</p>
142141
<p>The shutdown follows O'Reilly Media's 2019 <a
143142
href="https://www.oreilly.com/content/oreilly-acquires-katacoda-and-a-new-way-for-2-5m-customers-to-learn/">acquisition</a>
144143
of Katacoda.</p>
145144
<p>Kubernetes is grateful to O'Reilly and Katacoda for many years of helping
146145
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>"""
146+
<p>The tutorials will cease to function after the <b>31<sup>st</sup> of March,
147+
2023</b>. For more information, see "<a href="/blog/2023/02/14/kubernetes-katacoda-tutorials-stop-from-2023-03-31/">Free Katacoda Kubernetes Tutorials Are Shutting
148+
Down</a>."</p>"""
149149

150150
[latest_release]
151151
other = "Latest Release:"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
<div class="alert alert-secondary callout note" role="alert">
2-
<strong>{{ T "note" | safeHTML }}</strong> {{ T "katacoda_message" | safeHTML }}
1+
<div class="pageinfo pageinfo-secondary">
2+
{{ T "katacoda_message" | safeHTML }}
33
</div>

0 commit comments

Comments
 (0)