Merge pull request #34262 from Rishit-dagli/Rishit-dagli-katacoda-banner

Remove katacoda warning
pull/34358/head
Kubernetes Prow Robot 2022-06-17 01:32:32 -07:00 committed by GitHub
commit b835209a5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 15 deletions

View File

@ -96,9 +96,6 @@ other = "email address"
[javascript_required]
other = "JavaScript must be [enabled](https://www.enable-javascript.com/) to view this content"
[katacoda_removal_warning]
other = """This online tutorial on this page uses functionality that will [not be available](https://www.oreilly.com/online-learning/leveraging-katacoda-technology.html) past <time datetime="2022-06-15">June 15th, 2022</time>."""
[latest_release]
other = "Latest Release:"

View File

@ -24,11 +24,6 @@
{{ if not .Site.Params.ui.breadcrumb_disable }}{{ partial "breadcrumb.html" . }}{{ end }}
{{ block "deprecated" . }}
{{ partial "deprecation-warning.html" . }}
{{ end }}
{{ if or ( .HasShortcode "kat-button" ) ( .HasShortcode "katacoda-tutorial" ) }}
{{ block "katacoda-removal" . }}
{{ partial "katacoda-removal.html" . }}
{{ end }}
{{ end }}
{{ block "main" . }}{{ end }}
{{- if .HasShortcode "thirdparty-content" -}}

View File

@ -1,7 +0,0 @@
<section id="katacoda-removal-warning">
<div class="content warning pageinfo pageinfo-warning">
<p>
{{ T "katacoda_removal_warning" | markdownify }}
</p>
</div>
</section>