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
Getting started: lucide icons everywhere, admonition title fix, mobile wrap for prompts
- Replace every Font Awesome icon in the getting-started components with
lucide equivalents: fa-sparkles is not in the loaded FA set, which left
the default AgentPrompt tile and the hero badge with empty boxes. The
badge, tab icons, copy/check, chevrons, and arrows now render from
lucide-react like the rest of the page's icons.
- orm/index: move the "Prisma 7 Connection Requirements" heading out of
the callout body into the :::note[...] title, so the icon aligns with
the title line and the h3 no longer leaks into the TOC.
- AgentPrompt expanded body wraps like the hero prompt ([&_pre]:w-full +
pre-wrap) instead of a 2000px-wide horizontal scroll on mobile.
- Verified at 390px: no horizontal overflow with the disclosure open and
prompts expanded; header rows wrap cleanly.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: apps/docs/content/docs/orm/index.mdx
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -177,9 +177,8 @@ const user = await prisma.user.create({
177
177
},
178
178
});
179
179
```
180
-
:::note
180
+
:::note[Prisma 7 Connection Requirements]
181
181
182
-
### Prisma 7 Connection Requirements
183
182
Starting with **Prisma 7**, providing a [driver adapter](/orm/core-concepts/supported-databases/database-drivers) is mandatory for direct database connections. This change standardizes database connectivity across Node.js, Serverless, and Edge environments.
184
183
185
184
If you use Prisma Accelerate, instantiate Prisma Client with `accelerateUrl` and the Accelerate extension instead of a driver adapter.
0 commit comments