Skip to content

title updates #6906

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/800-guides/010-data-migration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 'Migrate data using the expand and contract pattern'
metaTitle: 'How to migrate data with Prisma ORM using the expand and contract pattern'
description: 'Learn how to perform data migrations using the expand and contract pattern with Prisma ORM'
sidebar_label: 'Migrate data with expand and contract'
sidebar_label: 'Expand-and-contract migrations'
completion_time: '10 min'
image: '/img/guides/data-migration-cover.png'
tags:
Expand Down
2 changes: 1 addition & 1 deletion content/800-guides/020-implementing-schema-changes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 'How to manage schema changes in a team'
metaTitle: 'How to manage schema changes in a team with Prisma Migrate and Prisma ORM'
description: 'Learn how to use Prisma Migrate effectively when collaborating on a project as a team'
sidebar_label: 'Manage Prisma Schema changes in your team'
sidebar_label: 'Schema management in teams'
completion_time: '10 min'
image: '/img/guides/schema-migration-cover.png'
community_section: true
Expand Down
2 changes: 1 addition & 1 deletion content/800-guides/030-migrate-from-typeorm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 'How to migrate from TypeORM to Prisma ORM'
metaTitle: 'How to migrate from TypeORM to Prisma ORM'
description: 'Learn how to migrate from TypeORM to Prisma ORM'
sidebar_label: 'Migrate from TypeORM'
sidebar_label: 'TypeORM'
completion_time: '15 min'
image: '/img/guides/migrate-from-typeorm-cover.png'
community_section: true
Expand Down
2 changes: 1 addition & 1 deletion content/800-guides/040-migrate-from-sequelize.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 'How to migrate from Sequelize to Prisma ORM'
metaTitle: 'How to migrate from Sequelize to Prisma ORM'
description: 'Learn how to migrate from Sequelize to Prisma ORM'
sidebar_label: 'Migrate from Sequelize'
sidebar_label: 'Sequelize'
completion_time: '15 min'
image: '/img/guides/migrate-from-sequelize-cover.png'
community_section: true
Expand Down
2 changes: 1 addition & 1 deletion content/800-guides/050-migrate-from-mongoose.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 'How to migrate from Mongoose to Prisma ORM'
metaTitle: 'How to migrate from Mongoose to Prisma ORM'
description: 'Learn how to migrate from Mongoose to Prisma ORM'
sidebar_label: 'Migrate from Mongoose'
sidebar_label: 'Mongoose'
completion_time: '15 min'
image: '/img/guides/migrate-from-mongoose-cover.png'
community_section: true
Expand Down
2 changes: 1 addition & 1 deletion content/800-guides/060-migrate-from-drizzle.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 'How to migrate from Drizzle to Prisma ORM'
metaTitle: 'How to migrate from Drizzle to Prisma ORM'
description: 'Learn how to migrate from Drizzle to Prisma ORM'
sidebar_label: 'Migrate from Drizzle'
sidebar_label: 'Drizzle'
completion_time: '15 min'
image: '/img/guides/migrate-from-drizzle-cover.png'
community_section: true
Expand Down
2 changes: 1 addition & 1 deletion content/800-guides/070-cloudflare-d1.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 'How to use Prisma ORM with Cloudflare D1'
metaTitle: 'How to use Prisma ORM with Cloudflare D1'
description: 'Learn how to use Prisma ORM with Cloudflare D1'
sidebar_label: 'Connect to Cloudflare D1 with Prisma ORM'
sidebar_label: 'Cloudflare D1'
completion_time: '10 min'
image: '/img/guides/prisma-d1-setup-cover.png'
community_section: true
Expand Down
2 changes: 1 addition & 1 deletion content/800-guides/080-turborepo.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 'How to use Prisma ORM with Turborepo'
metaTitle: 'How to use Prisma ORM with Turborepo'
description: 'Learn step-by-step how to integrate Prisma ORM with Turborepo to build modular, scalable monorepo architectures efficiently.'
sidebar_label: 'Turborepo with Prisma ORM'
sidebar_label: 'Turborepo'
completion_time: '15 min'
image: '/img/guides/prisma-turborepo-setup.png'
tags:
Expand Down
2 changes: 1 addition & 1 deletion content/800-guides/090-nextjs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 'How to use Prisma ORM with Next.js'
metaTitle: 'How to use Prisma ORM and Prisma Postgres with Next.js 15 and Vercel'
description: 'Learn how to use Prisma ORM in a Next.js app and deploy it to Vercel'
sidebar_label: 'Next.js with Prisma'
sidebar_label: 'Next.js'
image: '/img/guides/prisma-nextjs-cover.png'
completion_time: '20 min'
tags:
Expand Down
2 changes: 1 addition & 1 deletion content/800-guides/100-nuxt.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 'How to use Prisma ORM with Nuxt'
metaTitle: 'Build a Nuxt app with Prisma ORM and Prisma Postgres'
description: 'A step-by-step guide to setting up and using Prisma ORM and Prisma Postgres with the Prisma Nuxt module and deploying to Vercel.'
sidebar_label: 'Nuxt with Prisma'
sidebar_label: 'Nuxt'
completion_time: '10 min'
image: '/img/guides/prisma-postgres-and-prisma-nuxt-guide.png'
tags:
Expand Down
2 changes: 1 addition & 1 deletion content/800-guides/130-docker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "How to use Prisma in Docker"
metaTitle: "How to use Prisma in Docker"
description: "Learn step-by-step configure a Prisma ORM app in Docker"
sidebar_label: 'Build Docker apps with Prisma ORM'
sidebar_label: 'Docker'
image: "/img/guides/prisma-orm-docker.png"
completion_time: '10 min'
tags:
Expand Down
2 changes: 1 addition & 1 deletion content/800-guides/140-use-prisma-in-pnpm-workspaces.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 'How to use Prisma ORM in a pnpm workspaces monorepo'
metaTitle: 'How to use Prisma ORM in a pnpm workspaces monorepo'
description: 'Learn step-by-step how to integrate Prisma ORM in a pnpm workspaces monorepo to build scalable and modular applications efficiently.'
sidebar_label: 'Setting up pnpm workspaces with Prisma ORM'
sidebar_label: 'pnpm workspaces'
completion_time: '10 min'
image: '/img/guides/prisma-orm-in-pnpm-monorepo.png'
tags:
Expand Down
2 changes: 1 addition & 1 deletion content/800-guides/150-multiple-databases.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 'How to use multiple databases in a single app'
metaTitle: 'How to use multiple databases in a single app'
description: 'Learn how to use multiple Prisma Clients in a single app to connect to multiple databases, handle migrations, and deploy your application to Vercel.'
sidebar_label: 'Using multiple databases in an app'
sidebar_label: 'Multiple databases'
image: '/img/guides/multiple-databases.png'
completion_time: '15 min'
tags:
Expand Down
2 changes: 1 addition & 1 deletion content/800-guides/160-tanstack-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 'How to use Prisma ORM with TanStack Start'
metaTitle: 'How to use Prisma ORM and Prisma Postgres with TanStack Start'
description: 'Learn how to use Prisma ORM in a TanStack Start app'
sidebar_label: 'TanStack Start with Prisma'
sidebar_label: 'TanStack Start'
image: '/img/guides/prisma-tanstack-start-cover.png'
completion_time: '10 min'
community_section: true
Expand Down
2 changes: 1 addition & 1 deletion content/800-guides/170-react-router-7.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 'How to use Prisma ORM with React Router 7'
metaTitle: 'How to use Prisma ORM and Prisma Postgres with React Router 7'
description: 'Learn how to use Prisma ORM and Prisma Postgres in a React Router 7 app.'
sidebar_label: 'React Router 7 with Prisma'
sidebar_label: 'React Router 7'
image: '/img/guides/prisma-react-router-7-cover.png'
completion_time: '10 min'
tags:
Expand Down
2 changes: 1 addition & 1 deletion content/800-guides/180-solid-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 'How to use Prisma ORM with SolidStart'
metaTitle: 'How to use Prisma ORM and Prisma Postgres with SolidStart'
description: 'Learn how to use Prisma ORM in a SolidStart app'
sidebar_label: 'SolidStart with Prisma'
sidebar_label: 'SolidStart'
image: '/img/guides/prisma-solid-start-cover.png'
completion_time: '10 min'
community_section: true
Expand Down
2 changes: 1 addition & 1 deletion content/800-guides/190-data-dog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 'How to set up Datadog tracing with Prisma ORM'
metaTitle: 'Datadog tracing with Prisma ORM'
description: 'Learn how to configure Datadog tracing for a Prisma ORM project. Capture spans for every query using the @prisma/instrumentation package, dd-trace, and view them in Datadog.'
sidebar_label: 'Setup Datadog tracing with Prisma ORM'
sidebar_label: 'Datadog'
image: '/img/guides/datadog-tracing-prisma.png'
completion_time: '15 min'
tags:
Expand Down
2 changes: 1 addition & 1 deletion content/800-guides/190-sveltekit.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 'How to use Prisma ORM with SvelteKit'
metaTitle: 'How to use Prisma ORM and Prisma Postgres with SvelteKit'
description: 'Learn how to use Prisma ORM in a SvelteKit app'
sidebar_label: 'SvelteKit with Prisma'
sidebar_label: 'SvelteKit'
image: '/img/guides/prisma-sveltekit-cover.png'
completion_time: '15 min'
community_section: true
Expand Down
2 changes: 1 addition & 1 deletion content/800-guides/200-clerk-nextjs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 'How to use Prisma ORM with Clerk Auth and Next.js'
metaTitle: 'How to use Prisma ORM and Prisma Postgres with Clerk Auth and Next.js'
description: 'Learn how to use Prisma ORM in a Next.js app with Clerk Auth'
sidebar_label: 'Clerk Auth with Prisma and Next.js'
sidebar_label: 'Clerk (with Next.js)'
image: '/img/guides/prisma-clerk-nextjs-cover.png'
completion_time: '25 min'
community_section: true
Expand Down
2 changes: 1 addition & 1 deletion content/800-guides/210-shopify.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 'How to use Prisma Postgres with Shopify'
metaTitle: 'How to use Prisma Postgres with Shopify'
description: 'Learn how to use Prisma Postgres with Shopify'
sidebar_label: 'Shopify with Prisma Postgres'
sidebar_label: 'Shopify'
image: '/img/guides/prisma-shopify-cover.png'
completion_time: '25 min'
community_section: true
Expand Down
2 changes: 1 addition & 1 deletion content/800-guides/220-astro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 'How to use Prisma ORM with Astro'
metaTitle: 'How to use Prisma ORM and Prisma Postgres with Astro'
description: 'Learn how to use Prisma ORM in an Astro app'
sidebar_label: 'Astro with Prisma'
sidebar_label: 'Astro'
image: '/img/guides/prisma-astro-cover.png'
completion_time: '15 min'
community_section: true
Expand Down
39 changes: 22 additions & 17 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -410,48 +410,53 @@ const sidebars: SidebarsConfig = {
items: [
{
type: "category",
label: "Framework Guides",
label: "Web Frameworks",
collapsed: false,
collapsible: false,
items: [
"guides/turborepo",
"guides/nextjs",
"guides/nuxt",
"guides/tanstack-start",
"guides/react-router-7",
"guides/solid-start",
"guides/sveltekit",
"guides/astro",
"guides/solid-start",
"guides/react-router-7",
"guides/tanstack-start",
"guides/turborepo",
].sort(),
},
{
type: "category",
label: "Database Guides",
label: "Development Tools",
collapsed: false,
collapsible: false,
items: [
"guides/cloudflare-d1",
"guides/data-migration",
"guides/implementing-schema-changes",
"guides/multiple-databases",
"guides/docker",
"guides/use-prisma-in-pnpm-workspaces",
"guides/data-dog",
].sort(),
},
{
type: "category",
label: "Tool Guides",
label: "Integration Solutions",
collapsed: false,
collapsible: false,
items: ["guides/clerk-nextjs", "guides/shopify"].sort(),
},
{
type: "category",
label: "Database Management",
collapsed: false,
collapsible: false,
items: [
"guides/docker",
"guides/use-prisma-in-pnpm-workspaces",
"guides/clerk-nextjs",
"guides/data-dog",
"guides/shopify",
"guides/implementing-schema-changes",
"guides/multiple-databases",
"guides/cloudflare-d1",
"guides/data-migration",
].sort(),
},
{
type: "category",
label: "Migration Guides",
label: "ORM Migration",
collapsed: false,
collapsible: false,
items: [
Expand Down
Loading