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/changelog/2025-11-09.mdx
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
The new `<Files>` component creates visual file tree structures with expandable folders and nested files. Use it to show project structures, directory layouts, or any hierarchical file organization in your documentation.
4
4
5
5
<Files>
6
-
<Foldername="components"defaultOpen>
6
+
<Foldername="components"highlighteddefaultOpen>
7
7
<Filename="accordion.mdx" />
8
8
<Filename="button.mdx" />
9
9
<Filename="card.mdx" />
@@ -12,6 +12,8 @@ The new `<Files>` component creates visual file tree structures with expandable
0 commit comments