We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 51b4fa8 + 7258a8d commit 14b7c11Copy full SHA for 14b7c11
layouts/partials/head.html
@@ -54,7 +54,14 @@
54
"@context": "https://schema.org",
55
"@type": "Organization",
56
"url": "https://kubernetes.io",
57
- "logo": "https://kubernetes.io/images/favicon.png"
+ "logo": "https://kubernetes.io/images/favicon.png",
58
+{{- if not .Site.Params.deprecated }}
59
+ "potentialAction": {
60
+ "@type": "SearchAction",
61
+ "target": {{ printf "%s%s" ("/docs/search/" | absURL) "?q={search_term_string}" }},
62
+ "query-input": "required name=search_term_string"
63
+ }
64
+{{ end }}
65
}
66
</script>
67
<meta name="theme-color" content="#326ce5">
0 commit comments