diff --git a/apps/docs/content/docs/postgres/integrations/meta.json b/apps/docs/content/docs/postgres/integrations/meta.json index ad3908cfea..594d66342f 100644 --- a/apps/docs/content/docs/postgres/integrations/meta.json +++ b/apps/docs/content/docs/postgres/integrations/meta.json @@ -1,4 +1,9 @@ { "title": "Tools & Integrations", - "pages": ["raycast"] + "pages": [ + "raycast", + "[MCP](/ai/tools/mcp-server)", + "[Studio](/studio)", + "[VSCode](/guides/postgres/vscode)" + ] } diff --git a/apps/docs/content/docs/postgres/integrations/raycast.mdx b/apps/docs/content/docs/postgres/integrations/raycast.mdx index 6a7d021301..ff055dd5a0 100644 --- a/apps/docs/content/docs/postgres/integrations/raycast.mdx +++ b/apps/docs/content/docs/postgres/integrations/raycast.mdx @@ -8,7 +8,7 @@ url: /postgres/integrations/raycast ## Overview -[Raycast](https://www.raycast.com/) is a blazingly fast, extendable launcher for macOS that lets you control your tools with a few keystrokes. The [Prisma Postgres Raycast extension](https://www.raycast.com/amanvarshney01/prisma-postgres) brings database creation and management directly into your workflow. +[Raycast](https://www.raycast.com/) is a fast and extendable launcher for macOS that lets you control your tools with a few keystrokes. The [Prisma Postgres Raycast extension](https://www.raycast.com/amanvarshney01/prisma-postgres) brings database creation and management directly into your workflow. With the Prisma Postgres extension, you can create production-ready Postgres databases in seconds without leaving Raycast, making it perfect for rapid prototyping and development.