Skip to content

Commit

Permalink
Enable page-feedback form for doc pages (#4772)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin authored Jul 1, 2024
1 parent e725d33 commit 802beb9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,15 @@ params:
sidebar_menu_compact: true
sidebar_menu_foldable: true
sidebar_search_disable: true

feedback:
enable: true
'yes': >-
Thank you. Your feedback is appreciated!
# prettier-ignore
'no': >-
Please let us know <a class="external-link" target="_blank" rel="noopener"
href="https://github.com/open-telemetry/opentelemetry.io/issues/new?title=Page%20feedback&body=Suggested%20improvements%20for%20page:%20ADD%20PAGE-URL-HERE">how
we can improve this page</a>. Your feedback is appreciated!
links:
user:
- name: Mailing Lists
Expand Down

0 comments on commit 802beb9

Please sign in to comment.