From 59c47128073867c65db23717d1982bd5ed278846 Mon Sep 17 00:00:00 2001 From: Kayce Basques Date: Tue, 20 Nov 2018 05:44:49 -0800 Subject: [PATCH] add feedback widget to bottom of docs (#11037) --- content/en/docs/home/_index.md | 1 + layouts/docs/baseof.html | 46 + sass/_base.sass | 16 + static/css/case-study-styles.css | 2644 +++++++++++++++++++++++++- static/css/case-study-styles.css.map | 8 +- static/css/styles.css | 2514 +++++++++++++++++++++++- static/css/styles.css.map | 8 +- 7 files changed, 5219 insertions(+), 18 deletions(-) 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

+ + + + + + {{ end }}