Skip to content

Commit

Permalink
Fix broken image URLs (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
hola-soy-milk authored Jan 6, 2025
1 parent 787460b commit db69fc4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.

0 comments on commit db69fc4

Please sign in to comment.