Skip to content

Commit c92e0f0

Browse files
committed
disable feedback and enable read time
Signed-off-by: Jeeva Kandasamy <jkandasa@gmail.com>
1 parent f13be19 commit c92e0f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ params:
148148
# If you want this feature, but occasionally need to remove the "Feedback" section from a single page,
149149
# add "hide_feedback: true" to the page's front matter.
150150
feedback:
151-
enable: true
151+
enable: false
152152
# The responses that the user sees after clicking "yes" (the page was helpful) or "no" (the page was not helpful).
153153
yes: 'Thanks for your feedback!'
154154
no: 'Sorry to hear that. Please <a href="https://github.com/mycontroller-org/documentation/issues/new">tell us how we can improve</a>.'
@@ -157,7 +157,7 @@ params:
157157
# If you want this feature, but occasionally need to remove the Reading time from a single page,
158158
# add "hide_readingtime: true" to the page's front matter
159159
readingtime:
160-
enable: false
160+
enable: true
161161

162162
links:
163163
# End user relevant links. These will show up on left side of footer and in the community page if you have one.

0 commit comments

Comments
 (0)