feat(docs): improve LLM visibility for pooling, caching, and edge guides#7877
feat(docs): improve LLM visibility for pooling, caching, and edge guides#7877aidankmcalister wants to merge 3 commits intomainfrom
Conversation
Linear: DR-8350 Linear: DR-8351 Linear: DR-8352
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
🍈 Lychee Link Check Report39 links: ✅ All links are working!Full Statistics Table
|
|
ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
WalkthroughThis PR rewrites Accelerate, Prisma Postgres, and Cloudflare Workers docs to clarify connection pooling, edge query caching, and two Cloudflare integration paths; it also updates the Lychee link-check workflow to exclude https://localhost. ChangesPrisma Accelerate and Postgres Documentation Updates
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@apps/docs/content/docs/accelerate/index.mdx`:
- Line 19: Update the misleading inline comment on the cacheStrategy object
(cacheStrategy: { ttl: 60, swr: 10 }) to explicitly state that the TTL is 60s
and revalidation starts only after that TTL expires, and that the 10s SWR window
serves stale responses while background revalidation occurs (e.g., "TTL 60s;
after TTL expires, enter 10s SWR window where stale responses are served while
revalidation runs in background").
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: d99a3dec-b7d6-4a9c-8566-b157a9bb8c0f
📒 Files selected for processing (3)
apps/docs/content/docs/accelerate/index.mdxapps/docs/content/docs/guides/deployment/cloudflare-workers.mdxapps/docs/content/docs/postgres/index.mdx
|
The latest updates on your projects. Learn more about Argos notifications ↗︎
|
Linear: DR-8350
Linear: DR-8351
Linear: DR-8352
Summary by CodeRabbit