mirror of
https://github.com/directus/directus.git
synced 2026-02-07 23:24:55 -05:00
* WIP * updates * docs updates * structure * big structure update * docs module icon change * in-app docs nav * more content and structure changes * Remove redundant * Fix docs build in app Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
31 lines
1.4 KiB
Markdown
31 lines
1.4 KiB
Markdown
# Settings
|
|
|
|
> This module is where your entire project is configured, making it the first place to go after installation. Since it
|
|
> is more technical than the rest of the app, it is only available to administrators.
|
|
|
|
::: warning Administrators Only
|
|
|
|
Only Administrators have access to the Settings module.
|
|
|
|
:::
|
|
|
|
Settings are split into five distinct sections, each described below.
|
|
|
|
- [Project Settings](/guides/projects/#adjusting-project-settings) — Branding and other global options
|
|
- [Data Model](/concepts/databases/#database-mirroring) — Your database schema, form layout, and field options.
|
|
- [Roles & Permissions](/concepts/roles) — Create and manage access via roles and permissions
|
|
- [Presets & Bookmarks](/concepts/collections/#collection-presets-bookmarks) — Set default views of data and configure
|
|
bookmarks
|
|
- [Webhooks](/guides/webhooks) — Use platform events to trigger external services
|
|
|
|
## Reporting a Bug from the App
|
|
|
|
The navigation bar of Settings includes a direct link to report a bug in the platform. When using this button, helpful
|
|
debugging information about your project is automatically included, such as: version number, operating system, and
|
|
environment type.
|
|
|
|
## Locating your Platform's Version
|
|
|
|
The navigation bar of Settings displays the exact version of your platform. Clicking this button takes you to the GitHub
|
|
releases page that includes the full change logs.
|