mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Fix ill-formed tip blocks
This commit is contained in:
@@ -24,13 +24,21 @@
|
||||
- Updated By
|
||||
6. Click the **Finish Setup** button
|
||||
|
||||
:::danger Immutable Keys The collection name, primary key name/type, and system field names can not
|
||||
be modified after the collection is created. :::
|
||||
<!-- prettier-ignore-start -->
|
||||
::: danger Immutable Keys
|
||||
The collection name, primary key name/type, and system field names can not
|
||||
be modified after the collection is created.
|
||||
:::
|
||||
<!-- prettier-ignore-end -->
|
||||
|
||||
::: Database Tables Keep in mind that Directus Collections are just a database tables. Therefore you
|
||||
<!-- prettier-ignore-start -->
|
||||
::: tip Database Tables
|
||||
Keep in mind that Directus Collections are just a database tables. Therefore you
|
||||
can import or create a table directly in the database, and it will automatically appear within
|
||||
Directus. The first time you manage that table, a `directus_collections` record will be created with
|
||||
default values. :::
|
||||
default values.
|
||||
:::
|
||||
<!-- prettier-ignore-end -->
|
||||
|
||||
## Configuring a Collection
|
||||
|
||||
@@ -108,6 +116,6 @@ configured for you.
|
||||
<!-- prettier-ignore-start -->
|
||||
::: danger Irreversible Change
|
||||
This action is permanent and can not be undone. Please proceed with
|
||||
caution.
|
||||
caution.
|
||||
:::
|
||||
<!-- prettier-ignore-end -->
|
||||
|
||||
@@ -39,7 +39,7 @@ accepts a number of environment variables, each is explained in the following re
|
||||
5. **Delete all Directus system tables** (`directus_*`) from the database
|
||||
|
||||
<!-- prettier-ignore-start -->
|
||||
::: Pure SQL
|
||||
::: tip Pure SQL
|
||||
After completing this process, you will be left with a pure SQL database, with no trace
|
||||
that Directus was ever installed. Any external services connecting to your database's project tables
|
||||
directly (eg: SQL queries) should continue working normally.
|
||||
|
||||
@@ -67,11 +67,19 @@ Module Navigation field using the Raw Value field label option.
|
||||
]
|
||||
```
|
||||
|
||||
:::warning Settings Module The settings module is not controlled by this configuration. It is always
|
||||
added to the end of the list for any user's with Admin Access. :::
|
||||
<!-- prettier-ignore-start -->
|
||||
::: warning Settings Module
|
||||
The settings module is not controlled by this configuration. It is always
|
||||
added to the end of the list for any user's with Admin Access.
|
||||
:::
|
||||
<!-- prettier-ignore-end -->
|
||||
|
||||
::: Customizing Existing Modules You can enter the link to an existing module to customize its name
|
||||
or icon. For example, you can use `/collections` to override the Collections module. :::
|
||||
<!-- prettier-ignore-start -->
|
||||
::: tip Customizing Existing Modules
|
||||
You can enter the link to an existing module to customize its name
|
||||
or icon. For example, you can use `/collections` to override the Collections module.
|
||||
:::
|
||||
<!-- prettier-ignore-end -->
|
||||
|
||||
### Customizing the Collection Navigation
|
||||
|
||||
@@ -158,7 +166,7 @@ simply click the "System Collections" toggle, and then edit permissions using th
|
||||
project collections.
|
||||
|
||||
<!-- prettier-ignore-start -->
|
||||
::: Resetting System Permissions
|
||||
::: tip Resetting System Permissions
|
||||
To reset the role's system permissions for proper App access,
|
||||
expand the system collections and then click "Reset System Permissions" at the bottom of the
|
||||
listing.
|
||||
@@ -180,14 +188,14 @@ permissions. They can then be reassigned to a new role by an admin.
|
||||
<!-- prettier-ignore-end -->
|
||||
|
||||
<!-- prettier-ignore-start -->
|
||||
:::warning Last Admin
|
||||
::: warning Last Admin
|
||||
You must maintain at least one role/user with Admin Access so that you can
|
||||
still properly manage the project.
|
||||
:::
|
||||
<!-- prettier-ignore-end -->
|
||||
|
||||
<!-- prettier-ignore-start -->
|
||||
:::warning Public Role
|
||||
::: warning Public Role
|
||||
You can not delete the Public role, as it is part of the core platform. To
|
||||
disable it completely, simply turn off all Public access permissions.
|
||||
:::
|
||||
|
||||
@@ -6,6 +6,9 @@
|
||||
- type: page
|
||||
path: /getting-started/introduction
|
||||
title: Introduction
|
||||
- type: page
|
||||
path: /getting-started/installation
|
||||
title: Installation
|
||||
- type: page
|
||||
path: /getting-started/support
|
||||
title: Support
|
||||
@@ -27,6 +30,9 @@
|
||||
- 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
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@directus/docs",
|
||||
"private": false,
|
||||
"version": "9.0.0-rc.19-3",
|
||||
"version": "9.0.0-rc.19-4",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user