@@ -41,17 +41,17 @@ copyright:
4141 from_year : 2024
4242 license : MIT
4343
44- # github information
44+ # github information - disabled, only needed if feedback is enabled.
4545# github_repo: url to repo of web site
4646# github_branch: main branch of repo
4747# github_subdir: unused by Interlisp.org
4848# github_project_repo: added by Interlisp.org points to repo used
4949# for issue reporting
5050#
51- github_repo : https://github.com/interlisp/Interlisp.github.io
52- github_branch : main
53- github_subdir :
54- github_project_repo : https://github.com/interlisp/medley
51+ # github_repo: https://github.com/interlisp/Interlisp.github.io
52+ # github_branch: main
53+ # github_subdir:
54+ # github_project_repo: https://github.com/interlisp/medley
5555
5656# Google custom search engine configuration
5757# gcs_engine_id: search engine
@@ -136,30 +136,11 @@ taxonomy:
136136
137137# User Interface Configuration options
138138#
139- # feedback:
140- # Adds a H2 section titled "Feedback" to the bottom of each doc. The responses
141- # are sent to Google Analytics as events. This feature depends
142- # on [services.googleAnalytics] and will be disabled if
143- # "services.googleAnalytics.id" is not set.
144- #
145- # If you want this feature, but occasionally need to remove the
146- # "Feedback" section from a single page,
147- # add "hide_feedback: true" to the page's front matter.
148- # enable: boolean Turn feedback
149- # yes: text to display with yes is selected
150- # no: text to display when no is selected
151-
152139ui :
140+ # Adds a H2 section titled "Feedback" to the bottom of each doc. The responses
141+ # are sent to Google Analytics as events.
153142 feedback :
154- enable : true
155- yes : >-
156- Glad to hear it! Please <a
157- href="https://github.com/Interlisp/medley/issues/new?template=documentation.md&projects=Interlisp/medley/5">
158- tell us how we can improve</a>.
159- no : >-
160- Sorry to hear that. Please <a
161- href="https://github.com/Interlisp/medley/issues/new?template=documentation.md&projects=Interlisp/medley/5">
162- tell us how we can improve</a>.
143+ enable : false
163144
164145 # Adds a reading time to the top of each doc.
165146 # If you want this feature, but occasionally need to remove the Reading time from a single page,
0 commit comments