Skip to content

Commit 9395339

Browse files
authored
doc: move authentication part from recipes to quick-start (#466)
* doc: move authentication part from recipes to quick-start * fix broken link path
1 parent a30f2ba commit 9395339

File tree

10 files changed

+8
-8
lines changed

10 files changed

+8
-8
lines changed

docs/guides/field-encryption.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Encrypting Fields
33
sidebar_position: 16
44
---
55

6-
# Encrypting Fields (Preview)
6+
# Encrypting Fields
77

88
> *This awesome feature is contributed by [Eugen Istoc](https://github.com/genu) and inspired by [prisma-field-encryption](https://github.com/47ng/prisma-field-encryption).*
99

docs/guides/typing-json.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Typing JSON fields
33
sidebar_position: 15
44
---
55

6-
# Typing JSON Fields (Preview)
6+
# Typing JSON Fields
77

88
> The design and implementation are inspired by [prisma-json-types-generator](https://github.com/arthurfiorette/prisma-json-types-generator).
99

docs/guides/authentication/_category_.yml renamed to docs/quick-start/authentication/_category_.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
position: 2
1+
position: 9
22
label: Integrating With Authentication
33
collapsible: true
44
collapsed: true
File renamed without changes.

docs/guides/authentication/supabase.md renamed to docs/quick-start/authentication/supabase.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,4 @@ Special thanks to [@bbozzay](https://github.com/bbozzay) for bringing this issue
101101

102102
You can then use this enhanced Prisma client for CRUD operations that you desire to be governed by the access policies you defined in your data models.
103103

104-
Next, make sure to read [this guide](../supabase-security) to ensure your database is securely protected from HTTP requests to the supabase API.
104+
Next, make sure to read [this guide](/docs/guides/supabase-security) to ensure your database is securely protected from HTTP requests to the supabase API.

docusaurus.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,12 @@ const config = {
7272
{
7373
name: 'keywords',
7474
content:
75-
'authorization,auth,prisma,orm,web development,webdev,full-stack,api,type-safe,acl,rls,saas',
75+
'authorization,auth,prisma,orm,web development,webdev,full-stack,api,type-safe,acl,rls,saas,ai',
7676
},
7777
{
7878
name: 'description',
7979
content:
80-
'A TypeScript toolkit that enhances Prisma ORM with flexible Authorization and auto-generated, type-safe APIs/hooks, simplifying full-stack development',
80+
'A schema-first TypeScript toolkit that enhances Prisma ORM with flexible Authorization and auto-generated, type-safe APIs/hooks, simplifying full-stack development and AI friendly',
8181
},
8282
],
8383

@@ -95,9 +95,9 @@ const config = {
9595
label: 'Get Started',
9696
},
9797
{
98-
to: 'docs/category/reference',
98+
to: 'docs/the-complete-guide',
9999
position: 'left',
100-
label: 'Reference',
100+
label: 'Handbook',
101101
},
102102
{ to: '/blog', label: 'Blog', position: 'left' },
103103
{

0 commit comments

Comments
 (0)