From 2d533cadfbb0f28fde21c751d0baa1437514ab9c Mon Sep 17 00:00:00 2001 From: LisaFC Date: Fri, 19 Jun 2020 17:03:50 +0100 Subject: [PATCH] Configure feedback so it works for our own site! --- userguide/config.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/userguide/config.toml b/userguide/config.toml index b2a6b8e682..65f30935ac 100644 --- a/userguide/config.toml +++ b/userguide/config.toml @@ -148,8 +148,9 @@ navbar_logo = true [params.ui.feedback] enable = true # The responses that the user sees after clicking "yes" (the page was helpful) or "no" (the page was not helpful). -yes = 'Glad to hear it! Please tell us how we can improve.' -no = 'Sorry to hear that. Please tell us how we can improve.' +# Update with your own repository and response text. +yes = 'Glad to hear it! Please tell us how we can improve.' +no = 'Sorry to hear that. Please tell us how we can improve.' # Adds a reading time to the top of each doc. # If you want this feature, but occasionally need to remove the Reading time from a single page,