Skip to content

Commit b62ed6b

Browse files
committed
Use Nuxt UI prose component
1 parent acd3b68 commit b62ed6b

File tree

1 file changed

+20
-12
lines changed

1 file changed

+20
-12
lines changed

content/index.md

+20-12
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,26 @@ navigation: false
77
## Try a Demo
88

99
::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.
29+
::
2230
::
2331

2432
<div style="margin-bottom: 4rem;"></div>

0 commit comments

Comments
 (0)