You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/community/2.contribution/2.documentation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ We care about writing succinct, inclusive, and well-considered documentation. To
22
22
23
23
For tutorials, we use the imperative mood instead of the gerund form. For example - "Build an Extension to Show Cat Pictures" instead of "Building an Extension to show cat pictures."
24
24
25
-
We end each title with technologies and product used, lowercasing the word 'with' before the tools. For example "Send SMS Messages with Twilio and Directus Automate."
25
+
We end each title with technologies and product used, lowercasing the word 'with' before the tools. For example "Send SMS Messages with Twilio and Directus Flows."
Copy file name to clipboardExpand all lines: content/community/3.codebase/1.overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ navigation:
6
6
title: Codebase
7
7
---
8
8
9
-
The :icon{name="simple-icons:github"}[directus/directus](https://github.com/directus/directus) repository includes the Data Studio, Directus Connect, the JavaScript SDK, and a number of smaller packages used internally. All of these live in a single monorepo.
9
+
The :icon{name="simple-icons:github"}[directus/directus](https://github.com/directus/directus) repository includes the Data Studio, the API server, the JavaScript SDK, and a number of smaller packages used internally. All of these live in a single monorepo.
Copy file name to clipboardExpand all lines: content/getting-started/1.overview.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,12 @@
2
2
stableId: 8d6c731d-b669-41e7-8549-3b641969fb4e
3
3
title: Overview
4
4
headline: Getting Started
5
-
description: Learn about the Directus Data Engine and Studio, when to use it, and how it works.
5
+
description: Learn what Directus is, when to use it, and how it works.
6
6
navigation:
7
7
title: Overview
8
8
---
9
9
10
-
Directus is a backend for building your projects. Connect it to your database, asset storage, and external services, and immediately receive rich developer tooling (Data Engine) and a comprehensive web application (Data Studio) to work with your data. Granular access control means users can only see, interact with, and create the data their role allows.
10
+
Directus is a backend for building your projects. Connect it to your database, asset storage, and external services, and immediately get a REST and GraphQL API, an SDK, realtime, auth, file management, automations, and a web application to work with your data. Granular access control means users can only see, interact with, and create the data their role allows.
Copy file name to clipboardExpand all lines: content/guides/01.data-model/1.collections.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ There are two types of collections: **user collections** and **system collection
12
12
13
13
## Creating Collections
14
14
15
-
**User collections** are created directly in your database or via Directus. They describe your specific data models and configurations and can be queried via APIs created by :product-link{product="connect"} or via :product-link{product="explore"}.
15
+
**User collections** are created directly in your database or via Directus. They describe your specific data models and configurations and can be queried via APIs created by :product-link{product="connect"} or browsed on the [collection page](/guides/content/explore).
16
16
17
17
You can create collections from the Data Model settings in the Directus Data Studio, or using the [Collections API](/api/collections).
18
18
@@ -65,7 +65,7 @@ Once a collection is created, there are a number of configuration options availa
65
65
66
66
### Content Versioning
67
67
68
-
Content versioning is used by :product-link{product="editor"} and allows teams to create and manage different versions of their content. There are several reasons to use content versioning, including drafting content without publishing it, and more ways to collaborate with others.
68
+
Content versioning is used on the [item page](/guides/content/editor) and allows teams to create and manage different versions of their content. There are several reasons to use content versioning, including drafting content without publishing it, and more ways to collaborate with others.
69
69
70
70
This feature can be enabled for specific collections, and will be available for all items. Once enabled, item versions can be created, and later have some or all fields promoted to the main version, typically used for publishing.
71
71
@@ -75,7 +75,7 @@ Read the content versioning user guide.
75
75
76
76
### Live Preview
77
77
78
-
Live preview is used by :product-link{product="editor"} and allows for your application to be shown in a pane next to your content, which can be used for previewing content before publishing.
78
+
Live preview is used on the [item page](/guides/content/editor) and allows for your application to be shown in a pane next to your content, which can be used for previewing content before publishing.
79
79
80
80
You can use item field values to construct the URL used by the live preview, including unique identifiers and content version, allowing for previewing content versions before promoting them to the main version.
81
81
@@ -109,7 +109,7 @@ Once configured, click :icon{name="material-symbols:sort" title="Sort Button"} i
109
109
110
110
### Duplication
111
111
112
-
The **Save as Copy** option in :product-link{product="editor"} offers a way to effectively duplicate the current item. Duplication settings define which field values will be copied.
112
+
The **Save as Copy** option on the [item page](/guides/content/editor) offers a way to effectively duplicate the current item. Duplication settings define which field values will be copied.
Copy file name to clipboardExpand all lines: content/guides/01.data-model/2.fields.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ When creating a new field, you must first select an [interface](/guides/data-mod
30
30
31
31

32
32
33
-
The **interface** describes how users will create and edit data, as well as how it is displayed in :product-link{product="editor"}. There are many kinds of built-in interface, such as a text input, date selector, map, and a set of relationship interfaces. More interfaces can be built as [extensions](/guides/extensions/overview).
33
+
The **interface** describes how users will create and edit data, as well as how it is displayed on the [item page](/guides/content/editor). There are many kinds of built-in interface, such as a text input, date selector, map, and a set of relationship interfaces. More interfaces can be built as [extensions](/guides/extensions/overview).
34
34
35
35
The **key** is the unique name for a field within a collection. This value is used in both the Data Studio and via API. Within the Data Studio, the key is parsed through our title formatter to improve readability.
Copy file name to clipboardExpand all lines: content/guides/01.data-model/3.interfaces.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ title: Interfaces
4
4
description: Manage your data effectively with Directus fields. Discover various field types, interfaces, validations, and relationships to perfectly suit your data modeling needs.
5
5
---
6
6
7
-
Interfaces are how users interact with fields in :product-link{product="editor"}. Each interface supports specific data types and configurations.
7
+
Interfaces are how users interact with fields on the [item page](/guides/content/editor). Each interface supports specific data types and configurations.
0 commit comments