Files
directus/docs/nav-web.yaml
rijkvanzanten 71ab1dc2da Update specs
2020-11-18 09:39:39 -05:00

174 lines
4.8 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/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/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/collections
title: Collections
- type: page
path: /guides/fields
title: Fields
- type: page
path: /guides/projects
title: Projects
- type: page
path: /guides/roles-and-permissions
title: Roles & Permissions
- type: page
path: /guides/presets
title: Presets
- 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/environment-variables
title: Environment Variables
- type: page
path: /reference/command-line-interface
title: Command Line Interface
- 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: group
title: API
children:
- type: page
path: /reference/api/introduction
title: Introduction
- type: page
path: /reference/api/items
title: Items
- 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