Skip to content

fix(docs): various docs errors#7742

Merged
ArthurGamby merged 4 commits intomainfrom
fix/various-docs-errors
Apr 2, 2026
Merged

fix(docs): various docs errors#7742
ArthurGamby merged 4 commits intomainfrom
fix/various-docs-errors

Conversation

@aidankmcalister
Copy link
Copy Markdown
Member

@aidankmcalister aidankmcalister commented Apr 1, 2026

Summary by CodeRabbit

  • Documentation

    • Updated multiple external and internal documentation links (Windsurf, Deno Deploy, blog posts, Vercel Deployments) and small formatting/text tweaks for improved accuracy.
  • Chores

    • Added technical terms to the spell-check dictionary.
    • Adjusted link-check behavior to ignore a specific URL and streamlined CI report truncation logic.

@vercel
Copy link
Copy Markdown

vercel bot commented Apr 1, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
blog Ready Ready Preview, Comment Apr 1, 2026 7:33pm
docs Ready Ready Preview, Comment Apr 1, 2026 7:33pm
eclipse Ready Ready Preview, Comment Apr 1, 2026 7:33pm
site Ready Ready Preview, Comment Apr 1, 2026 7:33pm

Request Review

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Apr 1, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 1194cc39-eea6-45c3-8268-61efd85a95f0

📥 Commits

Reviewing files that changed from the base of the PR and between 561b492 and 14bdd8e.

📒 Files selected for processing (1)
  • .github/workflows/lychee.yml

Walkthrough

This PR updates multiple documentation links and small text formatting across guides, adds spelling dictionary entries, allowlists one external URL in the link-linter, and simplifies a GitHub Actions truncation step for Lychee output.

Changes

Cohort / File(s) Summary
Windsurf & MCP links
apps/docs/content/docs.v6/orm/more/ai-tools/windsurf.mdx, apps/docs/content/docs/ai/tools/windsurf.mdx, apps/docs/content/docs.v6/postgres/integrations/mcp-server.mdx, apps/docs/content/docs/ai/tools/mcp-server.mdx
Replaced outdated Codeium/Windsurf memory and MCP URLs with Windsurf Cascade docs paths.
Vercel / Deployment docs
apps/docs/content/docs.v6/guides/multiple-databases.mdx, apps/docs/content/docs/guides/database/multiple-databases.mdx
Changed Vercel link target from /docs/dashboard-features to /docs/deployments.
Prisma/blog URL slug fixes
apps/docs/content/docs.v6/orm/more/comparisons/prisma-and-drizzle.mdx, apps/docs/content/docs/orm/more/comparisons/prisma-and-drizzle.mdx, apps/docs/content/docs.v6/orm/prisma-client/testing/integration-testing.mdx, apps/docs/content/docs.v6/orm/prisma-client/testing/unit-testing.mdx, apps/docs/content/docs/orm/prisma-client/testing/integration-testing.mdx, apps/docs/content/docs/orm/prisma-client/testing/unit-testing.mdx
Normalized external blog URL slugs (case/identifier changes) for testing and comparison links.
Deno Deploy link
apps/docs/content/docs/orm/prisma-client/deployment/edge/deploy-to-deno-deploy.mdx
Replaced generic Deno KV URL with the Deno Deploy-specific Deno KV docs page.
Geometry fields text
apps/docs/content/docs/orm/prisma-client/special-fields-and-types/working-with-geometry-fields.mdx
Removed an auto-linked schema reference for Geometry and adjusted spacing in a PostgreSQL performance note.
Spelling dictionary
apps/docs/cspell.json
Added words: epsg, geofencing, Geofencing, OSGB, SRID, srid.
Link linter
apps/docs/scripts/lint-external-links.ts
Added IGNORED_URLS set and early-exit skip for https://pris.ly/cursor-deeplink during URL checks.
CI: lychee truncation
.github/workflows/lychee.yml
Replaced multiline Python truncation script and here-doc creation with compact python3 -c one-liner and printf-based fallback for Lychee output truncation/initialization.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~20 minutes

🚥 Pre-merge checks | ✅ 1 | ❌ 2

❌ Failed checks (1 warning, 1 inconclusive)

Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
Title check ❓ Inconclusive The title 'fix(docs): various docs errors' is vague and generic, using the non-descriptive term 'various docs errors' without conveying what specific documentation issues were fixed. Replace 'various docs errors' with a specific summary of the main fixes, such as 'fix(docs): update external documentation links and add spelling dictionary entries' to clearly communicate the changeset scope.
✅ Passed checks (1 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Comment @coderabbitai help to get the list of available commands and usage tips.

@argos-ci
Copy link
Copy Markdown

argos-ci bot commented Apr 1, 2026

The latest updates on your projects. Learn more about Argos notifications ↗︎

Build Status Details Updated (UTC)
default (Inspect) ✅ No changes detected - Apr 1, 2026, 7:55 PM

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 1, 2026

🍈 Lychee Link Check Report

251 links: ✅ 145 OK | 🚫 0 errors | 🔀 18 redirects | 👻 86 excluded

✅ All links are working!


Full Statistics Table
Status Count
✅ Successful 145
🔀 Redirected 18
👻 Excluded 86
🚫 Errors 0
⛔ Unsupported 2
⏳ Timeouts 0
❓ Unknown 0

@ArthurGamby ArthurGamby merged commit 01051d2 into main Apr 2, 2026
17 checks passed
@ArthurGamby ArthurGamby deleted the fix/various-docs-errors branch April 2, 2026 09:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants