diff --git a/content/en/docs/home/_index.md b/content/en/docs/home/_index.md index 7f6b94a122..c385c17780 100644 --- a/content/en/docs/home/_index.md +++ b/content/en/docs/home/_index.md @@ -11,6 +11,7 @@ display_browse_numbers: true linkTitle: "Home" main_menu: true weight: 10 +hide_feedback: true menu: main: title: "Documentation" diff --git a/layouts/docs/baseof.html b/layouts/docs/baseof.html index 1d353c7f7b..6e8dcd7e85 100644 --- a/layouts/docs/baseof.html +++ b/layouts/docs/baseof.html @@ -16,6 +16,52 @@ {{ block "side-menu" . }}{{ end }}
{{ block "content" . }}{{ end }} + {{ if not .Params.hide_feedback }} +

Feedback

+

Was this page helpful?

+ + +

+ Thanks for the feedback. If you have a specific, answerable question about how to use Kubernetes, + ask it on Stack Overflow. Open + an issue in the GitHub repo if you want to or + . +

+ + {{ end }}