You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: dedicated llms.txt sections for Prisma Next and Prisma Compute
Prisma Next content (/next, /orm/next, /guides/next, /cli/next — 68
pages) was split across the orm/guides/cli indexes and the root
catch-all; Compute was folded into the platform section. Both now get
their own section index (llms/next.txt, llms/compute.txt) with
excludePrefixes keeping the sibling sections version-clean, plus a
Prisma Next common-query entry. Root catch-all drops from 12 to 3
pages; all sections remain under the 50k budget.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
"Legacy Prisma ORM v6 documentation, maintained for backwards compatibility only. Prefer the current Prisma ORM section for new work.",
168
174
prefixes: ["/orm/v6"],
169
175
},
176
+
{
177
+
slug: "next",
178
+
title: "Prisma Next (Early Access)",
179
+
description:
180
+
"Prisma Next, the next major version of Prisma ORM, available in Early Access. A ground-up TypeScript rewrite that keeps the schema-first workflow while making it extensible, composable, and AI-agent friendly. Covers setup, ORM, guides, and CLI docs for Prisma Next.",
"End-to-end guides for using Prisma ORM and Prisma Postgres with popular frameworks and runtimes.",
194
+
"End-to-end guides for using Prisma ORM and Prisma Postgres with popular frameworks and runtimes (Prisma Next guides live in the Prisma Next section).",
0 commit comments