diff --git a/content/600-about/100-prisma/20-example-projects.mdx b/content/100-getting-started/examples/01-projects.mdx similarity index 99% rename from content/600-about/100-prisma/20-example-projects.mdx rename to content/100-getting-started/examples/01-projects.mdx index 1afd625616..1652caf514 100644 --- a/content/600-about/100-prisma/20-example-projects.mdx +++ b/content/100-getting-started/examples/01-projects.mdx @@ -1,5 +1,5 @@ --- -title: 'Example projects' +title: 'Ready-to-run examples' metaTitle: 'Ready-to-run examples for various Prisma use cases' metaDescription: 'Real-world & production-ready example projects with Prisma. Here are a number of open source projects that demonstrate usage of Prisma in real world applications.' tocDepth: 3 diff --git a/content/100-getting-started/examples/index.mdx b/content/100-getting-started/examples/index.mdx new file mode 100644 index 0000000000..4ef75cedde --- /dev/null +++ b/content/100-getting-started/examples/index.mdx @@ -0,0 +1,4 @@ +--- +title: 'Going further' +staticLink: true +--- diff --git a/vercel.json b/vercel.json index bb2510d84e..837a3cde8a 100644 --- a/vercel.json +++ b/vercel.json @@ -1027,6 +1027,10 @@ "source": "/docs/about/example-projects", "destination": "/docs/about/prisma/example-projects" }, + { + "source": "/docs/about/prisma/example-projects", + "destination": "/docs/getting-started/examples/projects" + }, { "source": "/docs/about/style-guide", "destination": "/docs/about/prisma-docs/style-guide"