You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fern/products/docs/pages/customization/user-feedback.mdx
+16-5Lines changed: 16 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,33 @@
1
1
---
2
2
title: Collecting feedback and suggestions from users
3
3
slug: user-feedback
4
+
description: Collect on-page feedback and enable edit suggestions from users in your Fern docs via GitHub or Fern Editor.
4
5
---
5
6
6
7
<Markdownsrc="/snippets/agent-directive.mdx"/>
7
8
8
9
Fern offers a variety of ways to track feedback and suggested improvements from users.
9
10
10
11
## On-page feedback
11
-
By default, every Markdown page of your docs contains a feedback component at the bottom of the page:
12
12
13
-
<Frame>
14
-
<imgsrc="./on-page-feedback.png" />
13
+
By default, every Markdown page of your docs contains a feedback component at the bottom of the page:
14
+
15
+
<Framecaption="On-page feedback">
16
+
<video
17
+
src="user-feedback.mp4"
18
+
autoPlay
19
+
loop
20
+
playsInline
21
+
muted
22
+
>
23
+
</video>
15
24
</Frame>
16
25
17
-
<Tip>The feedback can be sent to you in real-time via the method of your choosing (e.g. Slack, email). [Contact us](https://buildwithfern.com/contact) to get set up.</Tip>
26
+
<Tip>
27
+
Receive feedback in real-time via the method of your choosing (e.g. Slack, email). Reach out to support@buildwithfern.com to get set up.
28
+
</Tip>
18
29
19
-
To disable this feature on a page, set `hide-feedback: true` in the frontmatter of that page. You can read more about the frontmatter configuration [here](/learn/docs/configuration/page-level-settings#on-page-feedback).
30
+
You can also disable this feature for [individual pages](/learn/docs/configuration/page-level-settings#on-page-feedback) or [all pages](/learn/docs/configuration/site-level-settings#layouthide-feedback).
0 commit comments