Skip to content

Commit 56b3773

Browse files
authored
Revert "fix: replace videos w static images" (#6465)
1 parent e257590 commit 56b3773

6 files changed

Lines changed: 16 additions & 10 deletions

File tree

-122 KB
Binary file not shown.

fern/products/docs/pages/authentication/rbac.mdx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,6 @@ You can also combine `roles` with `products` and `versions` props.
8989

9090
On a docs [preview link](/learn/docs/preview-publish/preview-changes#preview-links), a role selector lets you view the site as a specific viewer to verify role-based visibility before publishing. Pick one or more roles to see the site as a user with those roles, or select anonymous to see the public view. The docs re-render with that viewer's visibility applied, including nav pruning, `<If />` blocks, and role-gated tabs and products. With no selection, the preview shows all content regardless of role.
9191

92-
<Frame>
93-
<img
94-
src="assets/rbac-preview.png"
95-
alt="Role selector on a docs preview link"
96-
/>
97-
</Frame>
98-
9992
## Example
10093

10194
Fern's RBAC demo site defines the following roles:

fern/products/docs/pages/changelog/2026-07-13.mdx

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,14 @@
55
You can now create and edit `<Tooltip>` components in the Fern Editor. Select existing text to wrap it in a tooltip, or use the `/tooltips` slash command to insert a new one.
66

77
<Frame>
8-
<img src="./assets/tooltips.png" alt="Creating a tooltip in the Fern Editor" />
9-
</Frame>
8+
<video
9+
src="./assets/tooltips.mp4"
10+
autoPlay
11+
loop
12+
playsInline
13+
muted
14+
>
15+
</video>
16+
</Frame>
1017

1118
<Button intent="none" outlined rightIcon="arrow-right" href="/learn/docs/writing-content/fern-editor#supported-components">Read the docs</Button>

fern/products/docs/pages/changelog/2026-07-21.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@
55
Teams can now preview a role-gated docs site as a specific viewer to validate their gating before publishing. On a preview link, a role selector lets you pick one or more roles (or anonymous) and re-renders the site with that viewer's role-based visibility applied, including nav pruning, `<If />` blocks, and role-gated tabs and products. With no selection, the preview continues to show all content.
66

77
<Frame>
8-
<img src="./assets/rbac-preview.png" alt="Role selector on a docs preview link" />
8+
<video
9+
autoPlay
10+
muted
11+
loop
12+
>
13+
<source src="./assets/rbac-preview.mp4" type="video/mp4" />
14+
</video>
915
</Frame>
1016

1117
<Button intent="none" outlined rightIcon="arrow-right" href="/learn/docs/authentication/features/rbac#preview-as-a-role">Read the docs</Button>
-122 KB
Binary file not shown.
-114 KB
Binary file not shown.

0 commit comments

Comments
 (0)