Adding katacoda removal notices on pages with interactive tutorials

Signed-off-by: Nate W <natew@cncf.io>
pull/40292/head
Nate W 2023-03-24 17:38:38 -07:00
parent f4b8046726
commit 26b24d762f
9 changed files with 31 additions and 0 deletions

View File

@ -3,6 +3,8 @@ title: "Interactive Tutorial - Configuring a Java Microservice"
weight: 20
---
{{% katacoda-removal %}}
<!DOCTYPE html>
<html lang="en">

View File

@ -3,6 +3,8 @@ title: Interactive Tutorial - Creating a Cluster
weight: 20
---
{{% katacoda-removal %}}
<!DOCTYPE html>
<html lang="en">

View File

@ -3,6 +3,8 @@ title: Interactive Tutorial - Deploying an App
weight: 20
---
{{% katacoda-removal %}}
<!DOCTYPE html>
<html lang="en">

View File

@ -3,6 +3,8 @@ title: Interactive Tutorial - Exploring Your App
weight: 20
---
{{% katacoda-removal %}}
<!DOCTYPE html>
<html lang="en">

View File

@ -3,6 +3,8 @@ title: Interactive Tutorial - Exposing Your App
weight: 20
---
{{% katacoda-removal %}}
<!DOCTYPE html>
<html lang="en">

View File

@ -3,6 +3,8 @@ title: Interactive Tutorial - Scaling Your App
weight: 20
---
{{% katacoda-removal %}}
<!DOCTYPE html>
<html lang="en">

View File

@ -3,6 +3,8 @@ title: Interactive Tutorial - Updating Your App
weight: 20
---
{{% katacoda-removal %}}
<!DOCTYPE html>
<html lang="en">

View File

@ -133,6 +133,20 @@ other = "email address"
[javascript_required]
other = "JavaScript must be [enabled](https://www.enable-javascript.com/) to view this content"
[katacoda_message]
other = """Shutdown of interactive tutorials.
<p>The interactive tutorials on this website are being shut down. The
Kubernetes
project hopes to reinstate a similar interactive learning option in the long
term future.</p>
<p>The shutdown follows O'Reilly Media's 2019 <a
href="https://www.oreilly.com/content/oreilly-acquires-katacoda-and-a-new-way-for-2-5m-customers-to-learn/">acquisition</a>
of Katacoda.</p>
<p>Kubernetes is grateful to O'Reilly and Katacoda for many years of helping
people take their first steps in learning Kubernetes.</p>
<p>The tutorials will cease to function after the 31<sup>st</sup> of March
2023.</p>"""
[latest_release]
other = "Latest Release:"

View File

@ -0,0 +1,3 @@
<div class="alert alert-secondary callout note" role="alert">
<strong>{{ T "note" | safeHTML }}</strong> {{ T "katacoda_message" | safeHTML }}
</div>