Skip to content
Closed
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
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 4 additions & 0 deletions content/100-getting-started/examples/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: 'Going further'
staticLink: true
---
4 changes: 4 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down