Extend Katacoda removal warning
Also cover HTML-based interactive tutorials that do not launch Katacoda from a button. This commit only updates the English localization.
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
{{ block "deprecated" . }}
|
||||
{{ partial "deprecation-warning.html" . }}
|
||||
{{ end }}
|
||||
{{ if .HasShortcode "kat-button" }}
|
||||
{{ if or ( .HasShortcode "kat-button" ) ( .HasShortcode "katacoda-tutorial" ) }}
|
||||
{{ block "katacoda-removal" . }}
|
||||
{{ partial "katacoda-removal.html" . }}
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user