Skip to content

Comments

fix(docs): add missing frontmatter for deno guide#7538

Merged
mhartington merged 1 commit intomainfrom
fix/frontmatter
Feb 20, 2026
Merged

fix(docs): add missing frontmatter for deno guide#7538
mhartington merged 1 commit intomainfrom
fix/frontmatter

Conversation

@mhartington
Copy link
Member

@mhartington mhartington commented Feb 20, 2026

Summary by CodeRabbit

  • Documentation
    • Added metaTitle and metaDescription front-matter to the Deno guide; updates improve metadata used for search, preview cards, and content indexing, enhancing discoverability and how the guide appears in external listings.

@vercel
Copy link

vercel bot commented Feb 20, 2026

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

Project Deployment Actions Updated (UTC)
blog Ready Ready Preview, Comment Feb 20, 2026 5:30pm
docs Ready Ready Preview, Comment Feb 20, 2026 5:30pm

Request Review

@github-actions
Copy link
Contributor

github-actions bot commented Feb 20, 2026

🍈 Lychee Link Check Report

3666 links: ✅ 2991 OK | 🚫 9 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/guides/vercel-app-deployment.mdx

./apps/docs/content/docs.v6/orm/more/dev-environment/editor-setup.mdx

  • [503] https://fig.io/ | Rejected status code (this depends on your "accept" configuration): Service Unavailable

./apps/docs/content/docs.v6/orm/prisma-client/setup-and-configuration/databases-connections/index.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/guides/integrations/vercel-deployment.mdx

./apps/docs/content/docs/orm/more/dev-environment/editor-setup.mdx

  • [503] https://fig.io/ | Rejected status code (this depends on your "accept" configuration): Service Unavailable

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

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 20, 2026

No actionable comments were generated in the recent review. 🎉


Walkthrough

Added two front matter fields, metaTitle and metaDescription, to the Deno runtime guide (apps/docs/content/docs/guides/runtimes/deno.mdx). These fields duplicate the existing title and description values. No content, flow, or logic changes.

Changes

Cohort / File(s) Summary
Documentation Metadata
apps/docs/content/docs/guides/runtimes/deno.mdx
Added metaTitle and metaDescription front matter fields mirroring existing title and description. No other content or structural changes.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: adding missing frontmatter (metaTitle and metaDescription fields) to the Deno documentation guide.
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.

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/guides/runtimes/deno.mdx`:
- Around line 5-6: The metaTitle for the Deno runtime guide is too short and
inconsistent with sibling guides; update the frontmatter value `metaTitle` in
the document to the descriptive pattern used elsewhere by replacing `metaTitle:
Deno` with `metaTitle: How to use Prisma ORM and Prisma Postgres with Deno` so
the page title matches other runtime guides and improves search visibility.

@mhartington mhartington merged commit 2c7e0df into main Feb 20, 2026
8 of 11 checks passed
@mhartington mhartington deleted the fix/frontmatter branch February 20, 2026 17:30
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