Skip to content

Commit 8a8f2ce

Browse files
authored
docs: add user feedback video example, clarify description (#4106)
1 parent f713cde commit 8a8f2ce

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

fern/products/docs/pages/customization/user-feedback.mdx

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,33 @@
11
---
22
title: Collecting feedback and suggestions from users
33
slug: user-feedback
4+
description: Collect on-page feedback and enable edit suggestions from users in your Fern docs via GitHub or Fern Editor.
45
---
56

67
<Markdown src="/snippets/agent-directive.mdx"/>
78

89
Fern offers a variety of ways to track feedback and suggested improvements from users.
910

1011
## On-page feedback
11-
By default, every Markdown page of your docs contains a feedback component at the bottom of the page:
1212

13-
<Frame>
14-
<img src="./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+
<Frame caption="On-page feedback">
16+
<video
17+
src="user-feedback.mp4"
18+
autoPlay
19+
loop
20+
playsInline
21+
muted
22+
>
23+
</video>
1524
</Frame>
1625

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>
1829

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).
2031

2132
## Edit this page
2233

1.75 MB
Binary file not shown.

0 commit comments

Comments
 (0)