Skip to content

Commit

Permalink
Merge branch 'main' into nikolasburk-patch-5
Browse files Browse the repository at this point in the history
  • Loading branch information
jharrell authored Nov 4, 2024
2 parents 7e7a925 + 8b1de49 commit 795dafb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ It's not yet possible to configure the size and resource allocation of your Pris

### Limited region support

Prisma Postgres is gradually rolled out in new regions. If it is not yet available in your preferred region, you can get notified when it becomes available by selecting the respective region in the **Region** dropdown when setting up your Prisma Postgres instance in the PDP Console.
Prisma Postgres will be gradually rolled out in new regions. If it is not yet available in your preferred region, you can simply subscribe to get notified when it becomes available by subscribing to notifications in the **Region** dropdown when setting up your Prisma Postgres instance in the Platform Console. We'll send you an email when new regions become available, so you can easily stay up to date.

---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,4 @@ The following is a list of community created generators. If you want to create y
- [`prisma-generator-drizzle`](https://github.com/farreldarian/prisma-generator-drizzle): A Prisma generator for generating Drizzle schema with ease.
- [`prisma-generator-express`](https://github.com/multipliedtwice/prisma-generator-express): Generates Express CRUD and Router generator function.
- [`prismabox`](https://github.com/m1212e/prismabox): Generates versatile [typebox](https://github.com/sinclairzx81/typebox) schema from your Prisma models.
- [`prisma-generator-typescript-interfaces`](https://github.com/mogzol/prisma-generator-typescript-interfaces): Generates zero-dependency TypeScript interfaces from your Prisma schema.
3 changes: 3 additions & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ const config: Config = {
],
],
themeConfig: {
colorMode: {
respectPrefersColorScheme: true,
},
image: "/docs/social/docs-social.png",
metadata: [
{ name: "twitter:card", content: "summary_large_image" },
Expand Down

0 comments on commit 795dafb

Please sign in to comment.