Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken image URLs #103

Merged
merged 1 commit into from
Jan 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/cloud/3.configuration/2.environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Learn about environment variables in Directus Cloud.

You can configure your Directus project using a number of environment variable presets which can be configured in the Cloud dashboard.

![Cloud dashboard project configuration screen showing a number of configurable settings such as CORS and maximum file upload size.](/img/cloud-project-edit.webp)
![Cloud dashboard project configuration screen showing a number of configurable settings such as CORS and maximum file upload size.](/img/363335e4-59bb-4233-bca5-94bb1f39f3fd.webp)

::callout{icon="material-symbols:info-outline"}
Once you save these changes, your project will redeploy.
Expand Down
2 changes: 1 addition & 1 deletion content/getting-started/6.create-an-automation.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Navigate to the Flows section in the Settings module. Click on :icon{name="mater

## Configure a Trigger

![Create a new flow pane - trigger setup where the trigger is an event hook.](/img/)
![Create a new flow pane - trigger setup where the trigger is an event hook.](/img/bf02c5e9-ebe2-4bf4-9fc5-3c00811a7a8a.webp)

Click on :icon{name="material-symbols:play-arrow"} to open trigger setup. Select "Event Hook" as the trigger type and select "Action (Non-Blocking)". This will allow you to set up this flow to respond to when an event takes place by running an action that doesn't interrupt.

Expand Down
2 changes: 1 addition & 1 deletion content/guides/2.content/4.import-export.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The content module allows importing and exporting of multiple items from and to

## Import Items

![Import items](/img/5c0b44e2-8fdd-4050-b1f1-602e40555af8.webp)
![Import items](/img/194f51c9-9d2d-4264-ad09-8142ff671aea.webp)

You can import JSON or CSV files into your collection as items.

Expand Down
2 changes: 1 addition & 1 deletion content/guides/2.content/5.live-preview.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ If you've enabled [content versioning](/guides/content/content-versioning), you
In an item page, toggle "Enable Preview" at the top of the page. Whenever you create or edit an item in your collection
and “click” save, you should see a live preview of the item on the right-hand side of the screen.

![Live preview of a post](/img/ae834006-2b0b-40df-87aa-66e5c2da1987.webp) -->
![Live preview of a post](/img/ae834006-2b0b-40df-87aa-66e5c2da1987.webp)

Clicking on :icon{name="material-symbols:devices"} also lets you preview your content on desktop and mobile screens, while :icon{name="material-symbols:open-in-new"} allows you to pop the live preview out into a separate window.