diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 3107804b04..a49ba0152e 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -97,42 +97,75 @@ const config: Config = { style: 'dark', links: [ { - title: 'Docs', + title: 'Products', items: [ { - label: 'Tutorial', - to: '/docs/intro', + label: 'Client', + href: 'https://prisma.io/client', + }, + { + label: 'Migrate', + href: 'https://prisma.io/migrate', + }, + { + label: 'Accelerate', + href: 'https://prisma.io/accelerate', + }, + { + label: 'Pulse', + href: 'https://prisma.io/pulse', + }, + { + label: 'Pricing', + href: 'https://prisma.io/pricing', }, ], }, { - title: 'Community', + title: 'Developers', items: [ { - label: 'Stack Overflow', - href: 'https://stackoverflow.com/questions/tagged/docusaurus', + label: 'Docs', + to: '/', + }, + { + label: 'Get Started', + to: '/getting-started', }, { - label: 'Discord', - href: 'https://discordapp.com/invite/docusaurus', + label: 'Prisma Examples', + href: 'https://github.com/prisma/prisma-examples', }, + ], + }, + { + title: 'Use Cases', + items: [ { - label: 'Twitter', - href: 'https://twitter.com/docusaurus', + label: 'Customer Stories', + href: 'https://www.prisma.io/showcase', + }, + { + label: 'Enterprise', + href: 'https://www.prisma.io/enterprise', }, ], }, { - title: 'More', + title: 'Company', items: [ { - label: 'GitHub', - href: 'https://github.com/facebook/docusaurus', + label: 'About', + href: 'https://prisma.io/about', + }, + { + label: 'Blog', + to: 'https://prisma.io/blog', }, ], }, ], - copyright: `Copyright © ${new Date().getFullYear()} My Project, Inc. Built with Docusaurus.`, + copyright: `Copyright © ${new Date().getFullYear()} Prisma Data, Inc. Built with Docusaurus.`, }, prism: { theme: prismThemes.github,