adds additional docs

This commit is contained in:
James
2020-11-08 10:31:59 -05:00
parent 2a2d33cd0b
commit 3f74eff0fe
6 changed files with 32 additions and 4 deletions

View 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
View 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.

View File

@@ -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.

View 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

View File

@@ -1,9 +1,10 @@
---
title: Production Security Measures
label: Production
label: Security
order: 20
---
- Rate limiting
- GraphQL Complexity
- Limits
- Max Depth

View File

@@ -8,3 +8,5 @@ Go over REST configuration options.
- Middleware
- Routes
- Depth
- Query parameters