editing Docsy theme config file to add user feedback buttons to website (issue #1644)

This commit is contained in:
Will Tsai 2021-09-03 16:35:17 -07:00
parent a30adfb062
commit 21cf1e3db5
1 changed files with 4 additions and 0 deletions

View File

@ -190,6 +190,10 @@ url_latest_version = "https://docs.dapr.io"
sidebar_menu_compact = true
navbar_logo = true
sidebar_search_disable = true
[params.ui.feedback]
enable = true
yes = '<b>Glad to hear it!</b> Please <a href="https://github.com/dapr/docs/issues/new/choose">tell us how we can improve</a>.'
no = '<b>Sorry to hear that.</b> Please <a href="https://github.com/dapr/docs/issues/new/choose">tell us how we can improve</a>.'
# Links
## End user relevant links. These will show up on left side of footer and in the community page if you have one.