mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Setup structure for query param detail pages
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
1
docs/reference/api/query/fields.md
Normal file
1
docs/reference/api/query/fields.md
Normal file
@@ -0,0 +1 @@
|
||||
# Fields
|
||||
Reference in New Issue
Block a user