Skip to content

Commit 8ece3c2

Browse files
Kapil GowruKapil Gowru
authored andcommitted
fix: added api-definitions product
1 parent 7433715 commit 8ece3c2

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

fern/docs.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,12 +338,21 @@ redirects:
338338
- source: /learn/docs/building-and-customizing-your-docs/navigation
339339
destination: /learn/docs/navigation/overview
340340
permanent: true
341+
- source: /learn/docs/navigation/overview
342+
destination: /learn/docs/configuration/navigation
343+
permanent: true
341344
- source: /learn/docs/building-and-customizing-your-docs/versioning
342345
destination: /learn/docs/navigation/versions
343346
permanent: true
347+
- source: /learn/docs/navigation/versions
348+
destination: /learn/docs/configuration/versions
349+
permanent: true
344350
- source: /learn/docs/building-and-customizing-your-docs/announcements
345351
destination: /learn/docs/navigation/announcement-banner
346352
permanent: true
353+
- source: /learn/docs/navigation/announcement-banner
354+
destination: /learn/docs/customization/announcement-banner
355+
permanent: true
347356
- source: /learn/docs/building-and-customizing-your-docs/links-and-redirects
348357
destination: /learn/docs/seo/redirects
349358
permanent: true
@@ -353,12 +362,18 @@ redirects:
353362
- source: /learn/docs/building-and-customizing-your-docs/hiding-content
354363
destination: /learn/docs/navigation/hiding-content
355364
permanent: true
365+
- source: /learn/docs/navigation/hiding-content
366+
destination: /learn/docs/customization/hiding-content
367+
permanent: true
356368
- source: /learn/docs/building-and-customizing-your-docs/pull-request-preview
357369
destination: /learn/docs/preview-publish/previewing-changes-in-a-pr
358370
permanent: true
359371
- source: /learn/docs/building-and-customizing-your-docs/product-switching
360372
destination: /learn/docs/navigation/products
361373
permanent: true
374+
- source: /learn/docs/navigation/products
375+
destination: /learn/docs/configuration/products
376+
permanent: true
362377
- source: /learn/docs/building-and-customizing-your-docs/custom-css-global-js
363378
destination: /learn/docs/customization/custom-css-js
364379
permanent: true
@@ -390,6 +405,9 @@ redirects:
390405
- source: /learn/docs/content/changelog
391406
destination: /learn/docs/navigation/changelogs
392407
permanent: true
408+
- source: /learn/docs/navigation/changelogs
409+
destination: /learn/docs/customization/changelogs
410+
permanent: true
393411
- source: /learn/docs/content/visual-editor
394412
destination: /learn/docs/writing-content/visual-editor
395413
permanent: true

fern/products/docs/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ navigation:
99
path: ./pages/getting-started/project-structure.mdx
1010
- link: Customer Showcase
1111
href: https://buildwithfern.com/showcase#docs-customers.alldocs-features
12+
- changelog: ./pages/changelog
13+
icon: fa-regular fa-clock-rotate-left
1214
- section: Writing Content
1315
contents:
1416
- page: Markdown
@@ -221,6 +223,4 @@ navigation:
221223
path: ./pages/developer-tools/vale.mdx
222224
- page: View Markdown
223225
path: ./pages/developer-tools/view-markdown.mdx
224-
- changelog: ./pages/changelog
225-
icon: fa-regular fa-clock-rotate-left
226226

0 commit comments

Comments
 (0)