Skip to content

fix(docs): small nits#7509

Merged
mhartington merged 2 commits intomainfrom
fix/final-edits
Feb 17, 2026
Merged

fix(docs): small nits#7509
mhartington merged 2 commits intomainfrom
fix/final-edits

Conversation

@mhartington
Copy link
Member

@mhartington mhartington commented Feb 17, 2026

Summary by CodeRabbit

  • Documentation
    • Updated metadata (titles and descriptions) across ORM docs to improve SEO and page previews
    • Adjusted headings and inline formatting for clearer reading
    • Added MDX-specific code fence annotations for better code rendering
    • Standardized page title structure for a more consistent navigation and preview experience

@vercel
Copy link

vercel bot commented Feb 17, 2026

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

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview, Comment Feb 17, 2026 1:36pm

Request Review

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 17, 2026

No actionable comments were generated in the recent review. 🎉


Walkthrough

This pull request updates front matter metadata on several ORM docs pages, tweaks documentation formatting (headings and code fences), and changes the app layout metadata.title to an object with default and template fields for dynamic page titles.

Changes

Cohort / File(s) Summary
Documentation front matter metadata
apps/docs/content/docs/orm/core-concepts/supported-databases/index.mdx, apps/docs/content/docs/orm/index.mdx, apps/docs/content/docs/orm/prisma-migrate/index.mdx
Changed metaTitle/metaDescription strings in front matter (updated wording and descriptions).
Documentation formatting adjustments
apps/docs/content/docs/orm/prisma-client/setup-and-configuration/custom-model-and-field-names.mdx, apps/docs/content/docs/orm/prisma-schema/overview/index.mdx
Removed inline code formatting from a heading and changed some code fences to ```mdx.
Layout configuration
apps/docs/src/app/layout.tsx
Replaced metadata.title string with an object { default, template }, adjusting metadata shape for title composition.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~12 minutes

🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Title check ❓ Inconclusive The title 'fix(docs): small nits' is vague and generic, using non-descriptive language that doesn't convey what specific documentation issues were addressed. Consider a more specific title that highlights the primary changes, such as 'fix(docs): improve SEO metadata and formatting across ORM documentation' to better reflect the scope of changes.
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

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


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

@github-actions
Copy link
Contributor

github-actions bot commented Feb 17, 2026

🍈 Lychee Link Check Report

3660 links: ✅ 2977 OK | 🚫 17 errors | 🔀 0 redirects | 👻 664 excluded

❌ Errors

./apps/docs/content/docs.v6/(index)/prisma-orm/add-to-existing-project/mongodb.mdx

./apps/docs/content/docs.v6/(index)/prisma-orm/quickstart/mongodb.mdx

./apps/docs/content/docs.v6/ai/index.mdx

./apps/docs/content/docs.v6/orm/more/comparisons/prisma-and-drizzle.mdx

./apps/docs/content/docs.v6/orm/overview/introduction/should-you-use-prisma.mdx

./apps/docs/content/docs.v6/orm/overview/prisma-in-your-stack/graphql.mdx

./apps/docs/content/docs.v6/orm/prisma-client/setup-and-configuration/databases-connections/index.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.v6/orm/prisma-schema/overview/generators.mdx

./apps/docs/content/docs/(index)/prisma-orm/add-to-existing-project/mongodb.mdx

./apps/docs/content/docs/(index)/prisma-orm/quickstart/mongodb.mdx

./apps/docs/content/docs/ai/index.mdx

./apps/docs/content/docs/orm/more/comparisons/prisma-and-drizzle.mdx

./apps/docs/content/docs/orm/prisma-client/testing/integration-testing.mdx

./apps/docs/content/docs/orm/prisma-client/testing/unit-testing.mdx

./apps/docs/content/docs/orm/prisma-schema/overview/generators.mdx


Full Statistics Table
Status Count
✅ Successful 2977
🔀 Redirected 0
👻 Excluded 664
🚫 Errors 17
⛔ Unsupported 2
⏳ Timeouts 0
❓ Unknown 0

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@apps/docs/content/docs/orm/core-concepts/supported-databases/index.mdx`:
- Around line 5-6: The frontmatter has a typo and an extra quote: update
metaTitle from "Databses" to "Databases" and remove the trailing apostrophe in
metaDescription so it ends "...and serverless databases" (edit the metaTitle and
metaDescription fields in the file, i.e., the metaTitle and metaDescription
entries).

@mhartington mhartington merged commit 5d90481 into main Feb 17, 2026
6 of 10 checks passed
@mhartington mhartington deleted the fix/final-edits branch February 17, 2026 13:58
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.

1 participant