Skip to content

Commit 2c1eb9e

Browse files
authored
Add highlighted and comment props to files changelog entry (#1925)
1 parent 588443e commit 2c1eb9e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

fern/products/docs/pages/changelog/2025-11-09.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
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.
44

55
<Files>
6-
<Folder name="components" defaultOpen>
6+
<Folder name="components" highlighted defaultOpen>
77
<File name="accordion.mdx" />
88
<File name="button.mdx" />
99
<File name="card.mdx" />
@@ -12,6 +12,8 @@ The new `<Files>` component creates visual file tree structures with expandable
1212
<Folder name="assets">
1313
<File name="styles.css" />
1414
</Folder>
15+
<File name="markdown.mdx" href="/learn/docs/writing-content/markdown" />
16+
<File name="README.md" comment="Contribute to the docs"/>
1517
<File name="markdown.mdx" href="/learn/docs/writing-content/markdown-basics" />
1618
<File name="README.md" />
1719
</Files>
@@ -20,7 +22,7 @@ The component consists of three parts: `<Files>` as the container, `<Folder>` fo
2022

2123
```jsx Markdown maxLines=10
2224
<Files>
23-
<Folder name="components" defaultOpen>
25+
<Folder name="components" highlighted defaultOpen>
2426
<File name="accordion.mdx" />
2527
<File name="button.mdx" />
2628
<File name="card.mdx" />
@@ -29,6 +31,8 @@ The component consists of three parts: `<Files>` as the container, `<Folder>` fo
2931
<Folder name="assets">
3032
<File name="styles.css" />
3133
</Folder>
34+
<File name="markdown.mdx" href="/learn/docs/writing-content/markdown" />
35+
<File name="README.md" comment="Contribute to the docs"/>
3236
<File name="markdown.mdx" href="/learn/docs/writing-content/markdown-basics" />
3337
<File name="README.md" />
3438
</Files>

0 commit comments

Comments
 (0)