Skip to content

Commit 90fa58f

Browse files
authored
(docs) Move changelog page to configuration section (#2456)
1 parent 2d331e1 commit 90fa58f

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

fern/docs.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,9 +363,11 @@ redirects:
363363
- source: /learn/docs/writing-content/reusable-markdown
364364
destination: /learn/docs/writing-content/reusable-snippets
365365
- source: /learn/docs/content/changelog
366-
destination: /learn/docs/customization/changelogs
366+
destination: /learn/docs/configuration/changelogs
367367
- source: /learn/docs/navigation/changelogs
368-
destination: /learn/docs/customization/changelogs
368+
destination: /learn/docs/configuration/changelogs
369+
- source: /learn/docs/customization/changelogs
370+
destination: /learn/docs/configuration/changelogs
369371
- source: /learn/docs/writing-content/visual-editor
370372
destination: /learn/docs/writing-content/fern-editor
371373
- source: /learn/docs/writing-content/code-blocks

fern/products/docs/docs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ navigation:
2626
path: ./pages/navigation/versions.mdx
2727
- page: Products
2828
path: ./pages/navigation/products.mdx
29+
- page: Changelog pages
30+
path: ./pages/navigation/changelogs.mdx
31+
slug: changelogs
2932
- page: Page-level settings
3033
path: ./pages/customization/frontmatter.mdx
3134
- section: Writing content
@@ -172,8 +175,6 @@ navigation:
172175
contents:
173176
- page: Announcement banner
174177
path: ./pages/navigation/announcement-banner.mdx
175-
- page: Changelogs
176-
path: ./pages/navigation/changelogs.mdx
177178
- page: Hiding content
178179
path: ./pages/navigation/hiding-content.mdx
179180
- page: Search

fern/products/docs/pages/customization/frontmatter.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ Currently, relative paths are _not_ supported for this field.
280280
## Changelog tags
281281

282282
<ParamField path="tags" type="array of strings" required={false}>
283-
For [changelog pages](/docs/customization/changelogs) only. Tags allow users to filter changelog entries by specific categories. Define tags as an array of strings in the frontmatter.
283+
For [changelog pages](/docs/configuration/changelogs) only. Tags allow users to filter changelog entries by specific categories. Define tags as an array of strings in the frontmatter.
284284
</ParamField>
285285

286286
<Markdown src="/snippets/changelog-example.mdx" />

0 commit comments

Comments
 (0)