Skip to content

Commit efddbbc

Browse files
Fix hard-verified broken links and redirect destinations (#4339)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1 parent 70ae889 commit efddbbc

4 files changed

Lines changed: 14 additions & 14 deletions

File tree

β€Žfern/docs.ymlβ€Ž

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ redirects:
211211
- source: /learn/sdks/guides/publish-to-package-managers/pypi
212212
destination: /learn/sdks/generators/python/publishing
213213
- source: /learn/sdks/guides/publish-to-package-managers/nuget
214-
destination: /learn/sdks/generators/net/publishing
214+
destination: /learn/sdks/generators/csharp/publishing
215215
- source: /learn/sdks/guides/publish-to-package-managers/pkgsite
216216
destination: /learn/sdks/generators/go/publishing
217217
- source: /learn/sdks/guides/publish-to-package-managers/maven-central
@@ -237,7 +237,7 @@ redirects:
237237
- source: /learn/sdks/overview/github
238238
destination: /learn/sdks/overview/project-structure
239239
- source: /learn/sdks/introduction/customer-showcase
240-
destination: /learn/sdks/customer-showcase
240+
destination: /learn/sdks/overview/introduction
241241
- source: /learn/sdks/introduction/changelog/ts/:slug*
242242
destination: /learn/sdks/generators/typescript/changelog/:slug*
243243
- source: /learn/sdks/introduction/changelog/python/:slug*
@@ -372,7 +372,7 @@ redirects:
372372
- source: /learn/docs/customization/custom-header-and-footer
373373
destination: /learn/docs/customization/header-and-footer
374374
- source: /learn/docs/content/frontmatter
375-
destination: /learn/docs/customization/frontmatter
375+
destination: /learn/docs/configuration/page-level-settings
376376
- source: /learn/docs/content/reusable-snippets
377377
destination: /learn/docs/writing-content/reusable-snippets
378378
- source: /learn/docs/writing-content/reusable-markdown
@@ -492,11 +492,11 @@ redirects:
492492
destination: /learn/cli-api-reference/cli-reference/options
493493
# CLI patterns
494494
- source: /learn/cli-api/cli-reference/:slug*
495-
destination: /learn/cli-reference/:slug*
495+
destination: /learn/cli-api-reference/cli-reference/:slug*
496496
- source: /learn/cli-api/cli/:slug*
497-
destination: /learn/cli-reference/:slug*
497+
destination: /learn/cli-api-reference/cli-reference/:slug*
498498
- source: /learn/cli-api/:slug*
499-
destination: /learn/cli-reference/:slug*
499+
destination: /learn/cli-api-reference/cli-reference/:slug*
500500
- source: /learn/cli-reference/changelog/:slug*
501501
destination: /learn/cli-api-reference/cli-reference/changelog/:slug*
502502

@@ -526,7 +526,7 @@ redirects:
526526
- source: /learn/api-definition/openapi/audiences
527527
destination: /learn/api-definitions/openapi/extensions/audiences
528528
- source: /learn/api-definition/openapi/examples
529-
destination: /learn/api-definitions/openapi/extensions/examples
529+
destination: /learn/api-definitions/openapi/extensions/request-response-examples
530530
- source: /learn/api-definition/openapi/:slug*
531531
destination: /learn/api-definitions/openapi/:slug*
532532
- source: /learn/openapi-definition/extensions/webhooks
@@ -756,7 +756,7 @@ redirects:
756756
- source: /learn/api-definitions/openrpc/extensions/sdk-group-name
757757
destination: /learn/api-definitions/openrpc/extensions/sdk-group-names
758758
- source: /learn/api-definitions/openrpc/extensions/examples
759-
destination: /learn/api-definitions/openrpc/examples
759+
destination: /learn/api-definitions/openrpc/extensions/request-response-examples
760760
- source: /learn/api-definitions/openrpc/extensions/retry
761761
destination: /learn/api-definitions/openrpc/extensions/overview
762762
- source: /learn/overview/define-your-api/openapi/extensions

β€Žfern/products/docs/pages/component-library/writing-content/markdown-basics.mdxβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Throughout this documentation, "Markdown" refers to both Markdown and MDX. [MDX]
1515

1616
Add pages manually to your documentation by creating Markdown (`.md`) or MDX (`.mdx`) files. New to Markdown? See [Markdown Guide: Getting started](https://www.markdownguide.org/getting-started/).
1717

18-
Place your pages inside your `fern/` folder and link to them from your [navigation settings](/learn/docs/building-your-docs/navigation) in the `docs.yml` file.
18+
Place your pages inside your `fern/` folder and link to them from your [navigation settings](/learn/docs/configuration/navigation) in the `docs.yml` file.
1919

2020
In the example below, the MDX files are inside a folder named `pages/`.
2121

@@ -60,7 +60,7 @@ Use a `/` character to begin a relative URL to another page on your docs site. T
6060

6161
<CodeBlock title='Relative link example'>
6262
```mdx
63-
Read the [Introduction](/learn/overview/introduction).
63+
Read the [Introduction](/learn/sdks/overview/introduction).
6464
```
6565
</CodeBlock>
6666

β€Žfern/products/docs/pages/navigation/announcement-banner.mdxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ An announcement banner is a great way to draw attention to new features and prod
99

1010
```yaml docs.yml
1111
announcement:
12-
message: "πŸš€ New feature: Announcements are available! (<a href=\"https://buildwithfern.com/learn/docs/building-your-docs/announcements\" target=\"_blank\">Learn more</a>) πŸš€"
12+
message: "πŸš€ New feature: Announcements are available! (<a href=\"https://buildwithfern.com/learn/docs/customization/announcement-banner\" target=\"_blank\">Learn more</a>) πŸš€"
1313
```
1414
1515
Markdown and HTML is supported in the announcement message. You can include links, images, and other formatting. [Custom CSS](/docs/customization/custom-css-js#custom-css) can be used to customize the style of the announcement.

β€Žfern/products/docs/pages/resources/stainless-comparison.mdxβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Stainless [deploys static files](https://www.stainless.com/docs/docs-platform/ho
100100

101101
| Feature | Fern Docs | Stainless Docs |
102102
|---------|-----------|----------------|
103-
| **Cloud hosting** | βœ… [Vercel with AWS VPC backend](/learn/docs/getting-started/publishing-your-docs) | βœ… Cloudflare (default) |
103+
| **Cloud hosting** | βœ… [Vercel with AWS VPC backend](/learn/docs/preview-publish/publishing-your-docs) | βœ… Cloudflare (default) |
104104
| **Self-hosted** | βœ… [Full-stack Docker](/learn/docs/self-hosted/overview) (PostgreSQL, S3/MinIO, MeiliSearch) | ❌ Static files only |
105105
| **Custom domains** | βœ… [Full support](/learn/docs/preview-publish/setting-up-your-domain) | βœ… Full support |
106106
<br/>
@@ -113,8 +113,8 @@ Stainless doesn't currently document redirect capabilities. Fern's [redirect sys
113113
| Feature | Fern Docs | Stainless Docs |
114114
|---------|-----------|----------------|
115115
| **Redirects** | βœ… [299+ rules](/learn/docs/seo/redirects) with pattern matching (`:slug`, `:splat`) | ❌ None |
116-
| **SEO optimization** | βœ… [Meta tags, JSON-LD, RSS, OG images, Twitter cards](/learn/docs/seo/metadata) | βœ… Basic meta tags |
117-
| **Sitemap & robots.txt** | βœ… [Automatic generation](/learn/docs/seo/metadata) | βœ… Automatic (assumed) |
116+
| **SEO optimization** | βœ… [Meta tags, JSON-LD, RSS, OG images, Twitter cards](/learn/docs/seo/setting-seo-metadata) | βœ… Basic meta tags |
117+
| **Sitemap & robots.txt** | βœ… [Automatic generation](/learn/docs/seo/setting-seo-metadata) | βœ… Automatic (assumed) |
118118
<br/>
119119
</Accordion>
120120

0 commit comments

Comments
Β (0)