Skip to content

Commit 85b12d2

Browse files
committed
change reusable snippet page link and add redirect
1 parent 7b8d25d commit 85b12d2

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

fern/docs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,10 @@ redirects:
402402
destination: /learn/docs/customization/frontmatter
403403
permanent: true
404404
- source: /learn/docs/content/reusable-snippets
405-
destination: /learn/docs/writing-content/reusable-markdown
405+
destination: /learn/docs/writing-content/reusable-snippets
406+
permanent: true
407+
- source: /learn/docs/writing-content/reusable-markdown
408+
destination: /learn/docs/writing-content/reusable-snippets
406409
permanent: true
407410
- source: /learn/docs/content/changelog
408411
destination: /learn/docs/navigation/changelogs

fern/products/cli-api-reference/cli-changelog/2025-09-22.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99
## 0.78.4
10-
**`(fix):`** Collapse any combination of optional and nullable to optional<nullable<T>>.
10+
**`(fix):`** Collapse any combination of optional and nullable to `optional<nullable<T>>`.
1111

1212
## 0.78.3
1313
**`(chore):`** Support IR v59 in the Rust SDK generator.

fern/products/docs/docs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ navigation:
100100
slug: fern-editor
101101
- page: Reusable snippets
102102
path: ./pages/component-library/custom-components/reusable-markdown.mdx
103-
slug: reusable-markdown
104103
- page: Custom React components
105104
path: ./pages/component-library/custom-components/custom-react-components.mdx
106105
- page: Conditionally rendered content

0 commit comments

Comments
 (0)