mirror of
https://github.com/directus/directus.git
synced 2026-01-23 19:18:07 -05:00
Add system flag to tags
This commit is contained in:
@@ -14,42 +14,61 @@ externalDocs:
|
||||
tags:
|
||||
- name: Activity
|
||||
description: All events that happen within Directus are tracked and stored in the activities collection. This gives you full accountability over everything that happens.
|
||||
x-system: true
|
||||
- name: Assets
|
||||
description: Image typed files can be dynamically resized and transformed to fit any need.
|
||||
x-system: true
|
||||
- name: Authentication
|
||||
description: All events that happen within Directus are tracked and stored in the activities collection. This gives you full accountability over everything that happens.
|
||||
x-system: true
|
||||
- name: Presets
|
||||
description: Presets hold the preferences of individual users of the platform. This allows Directus to show and maintain custom item listings for users of the app.
|
||||
x-system: true
|
||||
- name: Collections
|
||||
description: Collections are the individual collections of items, similar to tables in a database. Changes to collections will alter the schema of the database.
|
||||
x-system: true
|
||||
- name: Extensions
|
||||
description: Directus can easily be extended through the addition of several types of extensions, including layouts, interfaces, and modules.
|
||||
x-system: true
|
||||
- name: Fields
|
||||
description: Fields are individual pieces of content within an item. They are mapped to columns in the database.
|
||||
x-system: true
|
||||
- name: Files
|
||||
description: Files can be saved in any given location. Directus has a powerful assets endpoint that can be used to generate thumbnails for images on the fly.
|
||||
x-system: true
|
||||
- name: Folders
|
||||
description: Folders don't do anything yet, but will be used in the (near) future to be able to group files.
|
||||
x-system: true
|
||||
- name: Items
|
||||
description: Items are individual pieces of data in your database. They can be anything, from articles, to IoT status checks.
|
||||
x-system: true
|
||||
- name: Permissions
|
||||
description: Permissions control who has access to what and when.
|
||||
x-system: true
|
||||
- name: Relations
|
||||
description: What data is linked to what other data. Allows you to assign authors to articles, products to sales, and whatever other structures you can think of.
|
||||
x-system: true
|
||||
- name: Revisions
|
||||
description: Revisions are individual changes to items made. Directus keeps track of changes made, so you're able to revert to a previous state at will.
|
||||
x-system: true
|
||||
- name: Roles
|
||||
description: Roles are groups of users that share permissions.
|
||||
x-system: true
|
||||
- name: Server
|
||||
description: Access to where Directus runs. Allows you to make sure your server has everything needed to run the platform, and check what kind of latency we're dealing with.
|
||||
x-system: true
|
||||
- name: Settings
|
||||
description: Settings control the way the platform works and acts.
|
||||
x-system: true
|
||||
- name: Users
|
||||
description: Users are what gives you access to the data.
|
||||
x-system: true
|
||||
- name: Utilities
|
||||
description: Directus comes with various utility endpoints you can use to simplify your development flow.
|
||||
x-system: true
|
||||
- name: Webhooks
|
||||
description: Webhooks.
|
||||
x-system: true
|
||||
paths:
|
||||
# Activity
|
||||
/activity:
|
||||
|
||||
Reference in New Issue
Block a user