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/index.md
+20-12
Original file line number
Diff line number
Diff line change
@@ -7,18 +7,26 @@ navigation: false
7
7
## Try a Demo
8
8
9
9
::tabs
10
-
::tab{label="Local Demo"}
11
-
Run Docker locally and use the following command to start the project.
12
-
13
-
```
14
-
docker run -p 8055:8055 directus/directus
15
-
```
16
-
17
-
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.
18
-
::
19
-
::tab{label="Hosted Demo"}
20
-
Try our [hosted demo project](https://directus.pizza/?utm_source=directus-docs&utm_campaign=docs-home). This is a public demo project that is occassionally reset but please don't input sensitive data.
21
-
::
10
+
::div
11
+
---
12
+
label: Local Demo
13
+
---
14
+
15
+
Run Docker locally and use the following command to start the project.
16
+
17
+
```
18
+
docker run -p 8055:8055 directus/directus
19
+
```
20
+
21
+
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
+
::
23
+
24
+
::div
25
+
---
26
+
label: Hosted Demo
27
+
---
28
+
Try our [hosted demo project](https://directus.pizza/?utm_source=directus-docs&utm_campaign=docs-home). This is a public demo project that is occassionally reset but please don't input sensitive data.
0 commit comments