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/1.getting-started/0.index.md
+2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
---
2
2
title: Platform Overview
3
3
description: Learn about the Directus Data Engine and Studio, when to use it, and a how it works.
4
+
navigation:
5
+
title: Platform Overview
4
6
---
5
7
6
8
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 and powerful access control means users can only see, interact, and create data allowed by their role used by both the Engine and Studio.
description: Learn how to get started and implement Directus through our developer resources.
4
+
links:
5
+
- label: Get Started
6
+
size: 'lg'
7
+
to: '/getting-started'
4
8
navigation: false
5
9
---
6
10
7
11
## Try a Demo
8
12
9
-
::tabs
10
-
::div
13
+
::two-up
14
+
15
+
#left
16
+
:::tabs
17
+
::::div
11
18
---
12
19
label: Local Demo
13
20
---
@@ -19,48 +26,281 @@ navigation: false
19
26
```
20
27
21
28
This project has no persistence. All data will be lost when the container is stopped. Read our [Create a Project guide](/getting-started/create-a-project) to learn how to create a project with persistence.
22
-
::
29
+
::::
23
30
24
-
::div
31
+
::::div
25
32
---
26
33
label: Hosted Demo
27
34
---
28
35
Try our [hosted demo project](https://directus.pizza/?utm_source=directus-docs&utm_campaign=docs-home). This is a public demo project that is occasionally reset but please don't input sensitive data.
:article-cards{:show-description=false:paths='[{"title":"GitHub Releases", "_path": "https://github.com/directus/directus/releases"},"/releases/breaking-changes", { "title": "The Changelog", "_path": "/releases/changelog"}]'}
187
+
::u-landing-grid{class="gap-4"}
188
+
:::u-landing-card
189
+
---
190
+
icon: simple-icons:github
191
+
title: GitHub Releases
192
+
to: 'https://github.com/directus/directus/releases'
193
+
class: col-span-4
194
+
color: black
195
+
---
196
+
:::
197
+
198
+
:::u-landing-card
199
+
---
200
+
icon: material-symbols:error-med
201
+
title: Breaking Changes
202
+
to: 'https://github.com/directus/directus/releases'
203
+
class: col-span-4
204
+
color: red
205
+
---
206
+
:::
207
+
208
+
:::u-landing-card
209
+
---
210
+
icon: material-symbols:list-alt-add-outline
211
+
title: Changelog
212
+
to: '/releases/changelog'
213
+
class: col-span-4
214
+
color: yellow
215
+
---
216
+
:::
217
+
::
57
218
58
219
## Community-Maintained Tooling
59
220
60
221
These are built and maintained by our awesome community. If you are building tooling and want to include it here, please open a [pull request on GitHub](https://github.com/directus/docs).
0 commit comments