
From afc82e38f181123b044322c8a2fbb540ab3a5454 Mon Sep 17 00:00:00 2001
From: David Konigsberg <72822263+davidkonigsberg@users.noreply.github.com>
Date: Mon, 18 Aug 2025 09:20:19 -0400
Subject: [PATCH 5/6] fix more bad links
---
fern/docs.yml | 2 +-
.../products/api-def/openapi-pages/extensions/overview.md | 8 ++++----
fern/products/docs/pages/changelog/2025-05-23.mdx | 2 +-
.../component-library/custom-components/custom-css-js.mdx | 2 +-
fern/products/docs/pages/navigation/versions.mdx | 2 +-
5 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/fern/docs.yml b/fern/docs.yml
index 31f587424..00ce19acd 100644
--- a/fern/docs.yml
+++ b/fern/docs.yml
@@ -325,7 +325,7 @@ redirects:
destination: https://buildwithfern.com/customers
permanent: true
- source: /learn/docs/getting-started/global-configuration
- destination: /learn/docs/customization/what-is-docs-yml
+ destination: /learn/docs/configuration/what-is-docs-yml
permanent: true
- source: /learn/docs/getting-started/development
destination: /learn/docs/preview-publish/previewing-changes-locally
diff --git a/fern/products/api-def/openapi-pages/extensions/overview.md b/fern/products/api-def/openapi-pages/extensions/overview.md
index 93e741f89..fe3030b38 100644
--- a/fern/products/api-def/openapi-pages/extensions/overview.md
+++ b/fern/products/api-def/openapi-pages/extensions/overview.md
@@ -14,10 +14,10 @@ The table below shows all available extensions and links to detailed documentati
| [`x-fern-audiences`](./audiences) | Filter endpoints, schemas, and properties by audience |
| [`x-fern-availability`](./availability) | Mark availability status (beta, generally-available, deprecated) |
| [`x-fern-base-path`](./base-path) | Set base path prepended to all endpoints |
-| [`x-fern-enum`](./enums) | Add descriptions and custom names to enum values |
-| [`x-fern-examples`](./examples) | Associate request and response examples |
+| [`x-fern-enum`](./enum-descriptions-and-names) | Add descriptions and custom names to enum values |
+| [`x-fern-examples`](./request-response-examples) | Associate request and response examples |
| [`x-fern-global-headers`](./global-headers) | Configure headers used across all endpoints |
-| [`x-fern-ignore`](./ignore) | Skip reading specific endpoints or schemas |
+| [`x-fern-ignore`](./ignoring-elements) | Skip reading specific endpoints or schemas |
| [`x-fern-sdk-method-name`](./method-names) | Customize SDK method names |
| [`x-fern-sdk-group-name`](./method-names) | Organize methods into SDK groups |
| [`x-fern-parameter-name`](./parameter-names) | Customize parameter variable names |
@@ -33,4 +33,4 @@ The table below shows all available extensions and links to detailed documentati
### FastAPI
-FastAPI allows you to add extensions directly in your route decorators and models. See our [FastAPI integration guide](/api-definition/openapi/frameworks/fastapi) for detailed examples.
+FastAPI allows you to add extensions directly in your route decorators and models. See our [FastAPI integration guide](/learn/api-definitions/openapi/frameworks/fastapi) for detailed examples.
diff --git a/fern/products/docs/pages/changelog/2025-05-23.mdx b/fern/products/docs/pages/changelog/2025-05-23.mdx
index c0cf20752..81e8211a2 100644
--- a/fern/products/docs/pages/changelog/2025-05-23.mdx
+++ b/fern/products/docs/pages/changelog/2025-05-23.mdx
@@ -2,4 +2,4 @@
We've added a `max-toc-depth` frontmatter option to control the depth of the table of contents. Use this to limit the heading ranks included in the table of contents.
-You can read more about this feature in the [frontmatter documentation](/learn/docs/content/frontmatter#max-depth).
\ No newline at end of file
+You can read more about this feature in the [frontmatter documentation](/learn/docs/configuration/page-level-settings#max-depth).
\ No newline at end of file
diff --git a/fern/products/docs/pages/component-library/custom-components/custom-css-js.mdx b/fern/products/docs/pages/component-library/custom-components/custom-css-js.mdx
index 396b15191..dacb29adb 100644
--- a/fern/products/docs/pages/component-library/custom-components/custom-css-js.mdx
+++ b/fern/products/docs/pages/component-library/custom-components/custom-css-js.mdx
@@ -56,7 +56,7 @@ css:
For customizing the background, logo, font, and layout of your Docs via Fern's built-in styling,
-check out the [Global Configuration](/learn/docs/getting-started/global-configuration).
+check out the [Global Configuration](/learn/docs/configuration/what-is-docs-yml).
### Common use cases
diff --git a/fern/products/docs/pages/navigation/versions.mdx b/fern/products/docs/pages/navigation/versions.mdx
index 1ecf958de..d4ad83915 100644
--- a/fern/products/docs/pages/navigation/versions.mdx
+++ b/fern/products/docs/pages/navigation/versions.mdx
@@ -78,7 +78,7 @@ tabs:
-
You can also have multiple products, some versioned and some unversioned. For more information on setting up multiple products, follow our [product switching docs](/docs/navigation/products).
+
You can also have multiple products, some versioned and some unversioned. For more information on setting up multiple products, follow our [product switching docs](/docs/configuration/products).
From 8a5f3e741f2d108ea026e12c27eb23ee16aadd75 Mon Sep 17 00:00:00 2001
From: David Konigsberg <72822263+davidkonigsberg@users.noreply.github.com>
Date: Mon, 18 Aug 2025 09:26:45 -0400
Subject: [PATCH 6/6] fix even more links
---
fern/docs.yml | 2 +-
fern/products/docs/pages/customization/frontmatter.mdx | 2 +-
fern/products/docs/pages/customization/global-configuration.mdx | 2 +-
fern/products/docs/pages/customization/what-is-docs-yml.mdx | 2 +-
fern/products/docs/pages/getting-started/project-structure.mdx | 2 +-
fern/products/docs/pages/navigation/overview.mdx | 2 +-
fern/products/docs/pages/navigation/products.mdx | 2 +-
7 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/fern/docs.yml b/fern/docs.yml
index 00ce19acd..b97784f87 100644
--- a/fern/docs.yml
+++ b/fern/docs.yml
@@ -378,7 +378,7 @@ redirects:
destination: /learn/docs/customization/custom-css-js
permanent: true
- source: /learn/docs/building-and-customizing-your-docs/custom-domain
- destination: /learn/docs/getting-started/setting-up-your-domain
+ destination: /learn/docs/preview-publish/setting-up-your-domain
permanent: true
- source: /learn/docs/building-and-customizing-your-docs/rbac
destination: /learn/docs/authentication/rbac
diff --git a/fern/products/docs/pages/customization/frontmatter.mdx b/fern/products/docs/pages/customization/frontmatter.mdx
index 3279c8f40..928e356f4 100644
--- a/fern/products/docs/pages/customization/frontmatter.mdx
+++ b/fern/products/docs/pages/customization/frontmatter.mdx
@@ -245,7 +245,7 @@ Currently, relative paths are _not_ supported for this field.
## SEO metadata
-Looking to set metadata across the entire site? [Use the metadata field in the `docs.yml` file](/learn/docs/customization/what-is-docs-yml#metadata-configuration).
+Looking to set metadata across the entire site? [Use the metadata field in the `docs.yml` file](/learn/docs/configuration/what-is-docs-yml#metadata-configuration).
When configuring SEO metadata, ensure your titles and descriptions are unique, descriptive, and relevant to the page content. Keep descriptions between 150-160 characters for optimal display in search results.
diff --git a/fern/products/docs/pages/customization/global-configuration.mdx b/fern/products/docs/pages/customization/global-configuration.mdx
index cb803a6a9..4fa90cd2e 100644
--- a/fern/products/docs/pages/customization/global-configuration.mdx
+++ b/fern/products/docs/pages/customization/global-configuration.mdx
@@ -122,7 +122,7 @@ instances:
- The custom domain where your documentation is hosted. Learn more about [setting up a custom domain](/learn/docs/building-your-docs/custom-domain).
+ The custom domain where your documentation is hosted. Learn more about [setting up a custom domain](/learn/docs/preview-publish/setting-up-your-domain).
diff --git a/fern/products/docs/pages/customization/what-is-docs-yml.mdx b/fern/products/docs/pages/customization/what-is-docs-yml.mdx
index 945a33a2a..3b7ea5cbb 100644
--- a/fern/products/docs/pages/customization/what-is-docs-yml.mdx
+++ b/fern/products/docs/pages/customization/what-is-docs-yml.mdx
@@ -122,7 +122,7 @@ instances:
- The custom domain where your documentation is hosted. Learn more about [setting up a custom domain](/learn/docs/building-your-docs/custom-domain).
+ The custom domain where your documentation is hosted. Learn more about [setting up a custom domain](/learn/docs/preview-publish/setting-up-your-domain).
diff --git a/fern/products/docs/pages/getting-started/project-structure.mdx b/fern/products/docs/pages/getting-started/project-structure.mdx
index b13373f1f..c8873cde8 100644
--- a/fern/products/docs/pages/getting-started/project-structure.mdx
+++ b/fern/products/docs/pages/getting-started/project-structure.mdx
@@ -68,7 +68,7 @@ The `assets` folder contains any images or videos used in your documentation. Yo
The `docs.yml` file is the heart of your Fern documentation site. This configuration file controls your documentation's navigation structure, visual design, site functionality, and hosting settings.
-For complete configuration options, see the [docs.yml reference](/docs/customization/what-is-docs-yml).
+For complete configuration options, see the [docs.yml reference](/docs/configuration/what-is-docs-yml).
```yml
diff --git a/fern/products/docs/pages/navigation/overview.mdx b/fern/products/docs/pages/navigation/overview.mdx
index 2a6f71de1..5567d4594 100644
--- a/fern/products/docs/pages/navigation/overview.mdx
+++ b/fern/products/docs/pages/navigation/overview.mdx
@@ -240,7 +240,7 @@ Here's an example of what the Tabs implementation looks like:
-Tabs display in the left sidebar by default. To display them horizontally, set `tabs-placement` to `header` in your [layout configuration](/docs/customization/what-is-docs-yml#layout-configuration).
+Tabs display in the left sidebar by default. To display them horizontally, set `tabs-placement` to `header` in your [layout configuration](/docs/configuration/what-is-docs-yml#layout-configuration).
```yaml
diff --git a/fern/products/docs/pages/navigation/products.mdx b/fern/products/docs/pages/navigation/products.mdx
index 0e043d11a..bd574f257 100644
--- a/fern/products/docs/pages/navigation/products.mdx
+++ b/fern/products/docs/pages/navigation/products.mdx
@@ -164,7 +164,7 @@ products:
```
-For more information on setting up versioned products, follow our [versioning docs](/docs/navigation/versions).
+For more information on setting up versioned products, follow our [versioning docs](/docs/configuration/versions).