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,