File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
cli-api-reference/cli-changelog Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments