From 55fb87460df144d5658127d6c3a7c5d99e8ad98c Mon Sep 17 00:00:00 2001 From: jasonviviano <83607984+jasonviviano@users.noreply.github.com> Date: Tue, 7 Nov 2023 11:54:58 -0800 Subject: [PATCH] Adding Feedback mechanism that Dapr docs use (#930) Signed-off-by: jasonviviano <83607984+jasonviviano@users.noreply.github.com> Docsy Feedback widget --- docs/config.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/config.toml b/docs/config.toml index ad8051c2e..c918b1bde 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -105,3 +105,8 @@ sidebar_menu_foldable = true sidebar_menu_truncate = 500 ul_show = 1 navbar_logo = true + +[params.ui.feedback] +enable = true +yes = 'Glad to hear it! Please feel free to star our repo and join our Discord server to stay up to date with the project.' +no = 'Sorry to hear that. If you would like to also contribute a suggestion visit and tell us how we can improve.'