Setup structure for query param detail pages

This commit is contained in:
rijkvanzanten
2020-12-01 13:33:30 -05:00
parent 9ce3f264b6
commit db355faa37
3 changed files with 9 additions and 2 deletions

View File

@@ -6,8 +6,8 @@ Directus can be installed in many different ways, on several different stacks. C
* [Docker](/guides/installation/docker.md)
* [Manually](/guides/installation/manual.md)
::: Development Environment
Developers looking to work on the project's source code should follow our [Contributing Guide](#).
::: tip Development Environment
Developers looking to work on the project's source code should follow our [Contributing Guide](/getting-started/contributing).
:::
## Deployment Guides

View File

@@ -114,6 +114,12 @@
- type: page
path: /reference/api/introduction
title: Introduction
- type: group
title: Query Parameters
children:
- type: page
path: /reference/api/query/fields
title: Fields
- type: page
path: /reference/api/items
title: Items

View File

@@ -0,0 +1 @@
# Fields