From dd401d63ad04a702a58910c2095b44886812a017 Mon Sep 17 00:00:00 2001 From: ruheni Date: Fri, 3 Nov 2023 18:08:40 +0100 Subject: [PATCH] rename title and metaTitle rename page --- .../100-components/{drivers.mdx => database-drivers.mdx} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename content/200-concepts/100-components/{drivers.mdx => database-drivers.mdx} (97%) diff --git a/content/200-concepts/100-components/drivers.mdx b/content/200-concepts/100-components/database-drivers.mdx similarity index 97% rename from content/200-concepts/100-components/drivers.mdx rename to content/200-concepts/100-components/database-drivers.mdx index e5b18d35e9..6d7a022377 100644 --- a/content/200-concepts/100-components/drivers.mdx +++ b/content/200-concepts/100-components/database-drivers.mdx @@ -1,6 +1,6 @@ --- -title: 'Drivers' -metaTitle: 'Drivers' +title: 'Database drivers' +metaTitle: 'Database drivers' metaDescription: 'Learn how Prisma connects to your database using the built-in drivers and how you can use Prisma along with other JavaScript database drivers using driver adapters (Preview)' tocDepth: 4 ---