Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion fern/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,10 @@ redirects:
destination: /learn/docs/customization/frontmatter
permanent: true
- source: /learn/docs/content/reusable-snippets
destination: /learn/docs/writing-content/reusable-markdown
destination: /learn/docs/writing-content/reusable-snippets
permanent: true
- source: /learn/docs/writing-content/reusable-markdown
destination: /learn/docs/writing-content/reusable-snippets
permanent: true
- source: /learn/docs/content/changelog
destination: /learn/docs/navigation/changelogs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


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

## 0.78.3
**`(chore):`** Support IR v59 in the Rust SDK generator.
Expand Down
1 change: 0 additions & 1 deletion fern/products/docs/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ navigation:
slug: fern-editor
- page: Reusable snippets
path: ./pages/component-library/custom-components/reusable-markdown.mdx
slug: reusable-markdown
- page: Custom React components
path: ./pages/component-library/custom-components/custom-react-components.mdx
- page: Conditionally rendered content
Expand Down