Files
directus/docs/nav-web.yaml
2020-12-09 19:05:01 -05:00

213 lines
5.7 KiB
YAML

# Note: this uses VuePress' sidebar syntax
- title: Getting Started
collapsable: false
children:
- type: page
path: /getting-started/introduction
title: Introduction
- type: page
path: /getting-started/installation
title: Installation
- type: page
path: /getting-started/support
title: Support
- type: page
path: /getting-started/contributing
title: Contributing
- type: page
path: /getting-started/backing-directus
title: Backing Directus
- title: Concepts
children:
- type: page
path: /concepts/platform-overview
title: Platform Overview
- type: page
path: /concepts/app-overview
title: App Overview
- type: page
path: /concepts/app-extensions
title: App Extensions
- type: page
path: /concepts/api-extensions
title: API Extensions
- type: page
path: /concepts/activity-and-versions
title: Activity & Versions
- type: page
path: /concepts/files-and-thumbnails
title: Files & Thumbnails
- type: page
path: /concepts/internationalization
title: Internationalization
- type: page
path: /concepts/relationships
title: Relationships
- type: page
path: /concepts/users-roles-and-permissions
title: Users, Roles, and Permissions
- title: Guides
children:
- type: page
path: /guides/projects
title: Projects
- type: page
path: /guides/collections
title: Collections
- type: page
path: /guides/fields
title: Fields
- type: page
path: /guides/roles-and-permissions
title: Roles & Permissions
- type: page
path: /guides/presets
title: Presets
- type : group
title: Installation
children:
- type: page
path: /guides/installation/cli
title: CLI (Recommended)
- type: page
path: /guides/installation/manual
title: Manually
- type: page
path: /guides/installation/docker
title: Docker
- type: page
path: /guides/installation/digitalocean-app-platform
title: DigitalOcean App Platform
- type: page
path: /guides/installation/aws
title: AWS
- type: page
path: /guides/installation/platformsh-one-click
title: Platform.sh One-Click
- type: group
title: Extensions
children:
- type: page
path: /guides/extensions/displays
title: Creating a Custom Display
- type: page
path: /guides/extensions/interfaces
title: Creating a Custom Interface
- type: page
path: /guides/extensions/layouts
title: Creating a Custom Layout
- type: page
path: /guides/extensions/modules
title: Creating a Custom Module
- type: page
path: /guides/extensions/api-endpoints
title: Creating a Custom API Endpoint
- type: page
path: /guides/extensions/api-hooks
title: Creating a Custom API Hook
- type: page
path: /guides/extensions/email-templates
title: Creating a Custom Email Template
- type: page
path: /guides/extensions/storage-adapters
title: Creating a Custom Storage Adapter
- type: page
path: /guides/extensions/accessing-data
title: Accessing Data
- title: Reference
children:
- type: page
path: /reference/command-line-interface
title: Command Line Interface
- type: page
path: /reference/environment-variables
title: Environment Variables
- type: page
path: /reference/error-codes
title: Error Codes
- type: page
path: /reference/filter-rules
title: Filter Rules
- type: page
path: /reference/item-objects
title: Item Objects
- type: page
path: /reference/internal-helpers
title: Internal Helpers
- type: page
path: /reference/sdk-js
title: JavaScript SDK
- title: API Reference
children:
- type: page
path: /reference/api/introduction
title: Introduction
- type: page
path: /reference/api/items
title: Items
- type: group
title: Query Parameters
children:
- type: page
path: /reference/api/query/fields
title: Fields
- type: page
path: /reference/api/activity
title: Activity
- type: page
path: /reference/api/assets
title: Assets
- type: page
path: /reference/api/authentication
title: Authentication
- type: page
path: /reference/api/collections
title: Collections
- type: page
path: /reference/api/extensions
title: Extensions
- type: page
path: /reference/api/fields
title: Fields
- type: page
path: /reference/api/files
title: Files
- type: page
path: /reference/api/folders
title: Folders
- type: page
path: /reference/api/permissions
title: Permissions
- type: page
path: /reference/api/presets
title: Presets
- type: page
path: /reference/api/relations
title: Relations
- type: page
path: /reference/api/revisions
title: Revisions
- type: page
path: /reference/api/roles
title: Roles
- type: page
path: /reference/api/server
title: Server
- type: page
path: /reference/api/settings
title: Settings
- type: page
path: /reference/api/users
title: Users
- type: page
path: /reference/api/utilities
title: Utilities
- type: page
path: /reference/api/webhooks
title: Webhooks