adds additional docs
This commit is contained in:
7
docs/Components/overview.mdx
Normal file
7
docs/Components/overview.mdx
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: Custom Components
|
||||
label: Overview
|
||||
order: 10
|
||||
---
|
||||
|
||||
Talk about how to build custom components. Show a list of all components that can be swapped out.
|
||||
7
docs/Fields/overview.mdx
Normal file
7
docs/Fields/overview.mdx
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: Fields Overview
|
||||
label: Overview
|
||||
order: 10
|
||||
---
|
||||
|
||||
List all field types here and link to each field type which should have its own documentation page.
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Access Control Config
|
||||
label: Config
|
||||
title: Hooks Examples
|
||||
label: Examples
|
||||
order: 20
|
||||
---
|
||||
|
||||
Show examples of how to write hook functions.
|
||||
Show common examples of how to write hook functions.
|
||||
|
||||
11
docs/Local-API/overview.mdx
Normal file
11
docs/Local-API/overview.mdx
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
title: Server-Side Operations
|
||||
label: Overview
|
||||
order: 10
|
||||
---
|
||||
|
||||
Talk about how to run server-side operations.
|
||||
|
||||
- Access control
|
||||
- Providing a user
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
---
|
||||
title: Production Security Measures
|
||||
label: Production
|
||||
label: Security
|
||||
order: 20
|
||||
---
|
||||
|
||||
- Rate limiting
|
||||
- GraphQL Complexity
|
||||
- Limits
|
||||
- Max Depth
|
||||
|
||||
@@ -8,3 +8,5 @@ Go over REST configuration options.
|
||||
|
||||
- Middleware
|
||||
- Routes
|
||||
- Depth
|
||||
- Query parameters
|
||||
|
||||
Reference in New Issue
Block a user