Skip to content

Commit

Permalink
more polishing
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolasburk committed Dec 5, 2023
1 parent 63ea2ae commit c859dbf
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: 'Prisma Client API'
title: 'Prisma Client API reference'
navTitle: 'Prisma Client API'
metaTitle: 'Prisma Client API'
metaDescription: 'API reference documentation for Prisma Client.'
tocDepth: 3
Expand Down
5 changes: 3 additions & 2 deletions content/200-orm/500-reference/100-prisma-schema-reference.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 'Prisma schema'
metaTitle: 'Prisma schema API'
title: 'Prisma schema reference'
navTitle: 'Prisma Schema'
metaTitle: 'Prisma Schema API'
metaDescription: 'API reference documentation for the Prisma Schema Language (PSL).'
tocDepth: 3
toc: true
Expand Down
3 changes: 2 additions & 1 deletion content/200-orm/500-reference/200-prisma-cli-reference.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: 'Prisma CLI'
title: 'Prisma CLI reference'
navTitle: 'Prisma CLI'
metaTitle: 'Prisma CLI'
metaDescription: 'This page gives an overview of all available Prisma CLI commands, explains their options and shows numerous usage examples.'
tocDepth: 3
Expand Down
3 changes: 2 additions & 1 deletion content/200-orm/500-reference/250-error-reference.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: 'Errors'
title: 'Error message reference'
navTitle: 'Errors'
metaTitle: 'Errors'
metaDescription: 'Prisma Client, Migrate, Introspection error message reference'
tocDepth: 3
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: 'Environment variables'
title: 'Environment variables reference'
navTitle: 'Environment variables'
metaTitle: 'Prisma environment variables'
metaDescription: 'This page gives an overview of all environment variables available for use.'
tocDepth: 3
Expand Down
8 changes: 5 additions & 3 deletions content/200-orm/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ toc: false

<TopBlock>

Documentation of Prisma ORM.

<Subsections depth="3" />
[Prisma ORM](https://github.com/prisma/prisma) is a a Node.js and TypeScript ORM with an intuitive data model, automated migrations, type-safety, and auto-completion.

</TopBlock>

## In this section

<Subsections depth="3" />

0 comments on commit c859dbf

Please sign in to comment.