From 633ec26f81e0967d0265337dbb75f637bca52cde Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 10:30:44 +0000 Subject: [PATCH 1/2] Add broken links scaffold for Devin to fix --- .github/broken-links/broken-links.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/broken-links/broken-links.md diff --git a/.github/broken-links/broken-links.md b/.github/broken-links/broken-links.md new file mode 100644 index 0000000000..c27d95043b --- /dev/null +++ b/.github/broken-links/broken-links.md @@ -0,0 +1,26 @@ +@devin-ai-integration Please fix the broken links detected by the scheduled link checker. + +**Instructions:** +1. For each URL listed below, identify the source file containing the broken link +2. Try to find the correct replacement URL. Common fixes include: + - Updating outdated commit SHAs to the latest commit + - Fixing URL-encoded paths + - Updating renamed file paths +3. **IMPORTANT: If you cannot confidently find a correct replacement** (e.g., the only signal is a 5xx/503 error, connection reset, or rate limiting), **do NOT remove or modify the link**. Instead, leave it unchanged and add a PR comment on the relevant line asking for manual validation. +4. Only update links/paths contained in this PR, not other links that follow a similar pattern +5. Run `fern docs dev` locally to verify your changes don't break anything +6. Push your fix to this PR branch +7. After CI posts a preview link, use it to verify that your changes actually fix the underlying issue, then post a comment to the PR mentioning that you have tested it using the preview link +8. When the PR is ready for review, request a review from @davidkonigsberg in GitHub and send a message in the Devin session that includes "" to alert everyone in the channel. +9. Delete the scaffold file (.github/broken-links/broken-links.md) as part of your fix + +**Broken Links:** + + +## Non-429 Broken Links + +- [404] https://buildwithfern.com/learn/ask-fern +- [404] https://buildwithfern.com/learn/ask-fern + +--- +[View workflow run](https://github.com/fern-api/docs/actions/runs/23189284495) From e21878d92f8ff39f0f11eed940df7bd229437d87 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 10:35:48 +0000 Subject: [PATCH 2/2] Fix broken /learn/ask-fern links and delete scaffold file Co-Authored-By: unknown <> --- .github/broken-links/broken-links.md | 26 ------------------- .../pages/resources/stainless-comparison.mdx | 6 ++--- 2 files changed, 3 insertions(+), 29 deletions(-) delete mode 100644 .github/broken-links/broken-links.md diff --git a/.github/broken-links/broken-links.md b/.github/broken-links/broken-links.md deleted file mode 100644 index c27d95043b..0000000000 --- a/.github/broken-links/broken-links.md +++ /dev/null @@ -1,26 +0,0 @@ -@devin-ai-integration Please fix the broken links detected by the scheduled link checker. - -**Instructions:** -1. For each URL listed below, identify the source file containing the broken link -2. Try to find the correct replacement URL. Common fixes include: - - Updating outdated commit SHAs to the latest commit - - Fixing URL-encoded paths - - Updating renamed file paths -3. **IMPORTANT: If you cannot confidently find a correct replacement** (e.g., the only signal is a 5xx/503 error, connection reset, or rate limiting), **do NOT remove or modify the link**. Instead, leave it unchanged and add a PR comment on the relevant line asking for manual validation. -4. Only update links/paths contained in this PR, not other links that follow a similar pattern -5. Run `fern docs dev` locally to verify your changes don't break anything -6. Push your fix to this PR branch -7. After CI posts a preview link, use it to verify that your changes actually fix the underlying issue, then post a comment to the PR mentioning that you have tested it using the preview link -8. When the PR is ready for review, request a review from @davidkonigsberg in GitHub and send a message in the Devin session that includes "" to alert everyone in the channel. -9. Delete the scaffold file (.github/broken-links/broken-links.md) as part of your fix - -**Broken Links:** - - -## Non-429 Broken Links - -- [404] https://buildwithfern.com/learn/ask-fern -- [404] https://buildwithfern.com/learn/ask-fern - ---- -[View workflow run](https://github.com/fern-api/docs/actions/runs/23189284495) diff --git a/fern/products/docs/pages/resources/stainless-comparison.mdx b/fern/products/docs/pages/resources/stainless-comparison.mdx index 44f58a16e0..1bcb5845d3 100644 --- a/fern/products/docs/pages/resources/stainless-comparison.mdx +++ b/fern/products/docs/pages/resources/stainless-comparison.mdx @@ -72,12 +72,12 @@ Stainless doesn't offer audience-specific content filtering, multi-version APIs, -Stainless offers RAG-based search. Fern provides additional AI features including [guidance documents](/learn/ask-fern/), [custom knowledge sources](/learn/ask-fern/), and analytics for operational control. +Stainless offers RAG-based search. Fern provides additional AI features including [guidance documents](/learn/docs/ai-features/ask-fern/guidance), [custom knowledge sources](/learn/docs/ai-features/ask-fern/content-sources), and analytics for operational control. | Feature | Fern Docs | Stainless Docs | |---------|-----------|----------------| -| **AI chatbot** | ✅ [Ask Fern](/learn/ask-fern/) with Claude/Cohere, [guidance documents](/learn/ask-fern/), and custom knowledge sources | ✅ RAG-based Q&A | -| **AI analytics** | ✅ [Content gap identification](/learn/ask-fern/) and insights | ❌ None | +| **AI chatbot** | ✅ [Ask Fern](/learn/docs/ai-features/ask-fern/overview) with Claude/Cohere, [guidance documents](/learn/docs/ai-features/ask-fern/guidance), and custom knowledge sources | ✅ RAG-based Q&A | +| **AI analytics** | ✅ [Content gap identification](/learn/docs/ai-features/ask-fern/overview) and insights | ❌ None | | **Search** | ✅ Vector search with faceting by language, product, version | ⚠️ Metadata-driven with basic faceting | | **LLM-friendly format** | ✅ [/llms.txt and /llms-full.txt](/learn/docs/ai-features/llms-txt) | ✅ .md extension on URLs |