Skip to content

Commit

Permalink
update assets
Browse files Browse the repository at this point in the history
  • Loading branch information
corentinmusard committed Jan 27, 2025
1 parent 5724070 commit f8cf050
Show file tree
Hide file tree
Showing 32 changed files with 10 additions and 10 deletions.
Binary file modified assets/console/api-keys-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/console/api-keys-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/console/automation-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/console/automation-edit-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/console/automation-edit-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/console/automation-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/console/automations-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/console/automations-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/console/cluster-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/console/cluster-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/console/datapoints-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/console/datapoints-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/console/datasets-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/console/datasets-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/console/recurrent-task-dark.png
Binary file not shown.
Binary file removed assets/console/recurrent-task-light.png
Binary file not shown.
Binary file added assets/console/storage-event-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/console/storage-event-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/console/usage-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/console/usage-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/workflows/recurrent-tasks/cron-dark.png
Binary file not shown.
Binary file removed assets/workflows/recurrent-tasks/cron-light.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
4 changes: 2 additions & 2 deletions console.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ data = sentinel2_msi.collection("S2A_S2MSI1C").load(
The workflows section of the console allows you to view jobs, create clusters and create near real-time automations.

<Frame>
<img src="/assets/console/recurrent-task-light.png" alt="Tilebox Console" className="dark:hidden" />
<img src="/assets/console/recurrent-task-dark.png" alt="Tilebox Console" className="hidden dark:block" />
<img src="/assets/console/automation-light.png" alt="Tilebox Console" className="dark:hidden" />
<img src="/assets/console/automation-dark.png" alt="Tilebox Console" className="hidden dark:block" />
</Frame>

## Account
Expand Down
8 changes: 4 additions & 4 deletions workflows/near-real-time/automations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,13 @@ To register an automation, use the `create_*_automation` methods specific to eac
You can also use the Tilebox Console to manage automations. Visit [the automations section](https://console.tilebox.com/workflows/automations) to check it out.

<Frame>
<img src="/assets/workflows/recurrent-tasks/recurrent-tasks-light.png" alt="Tilebox Workflows automations in the Tilebox Console" className="dark:hidden" />
<img src="/assets/workflows/recurrent-tasks/recurrent-tasks-dark.png" alt="Tilebox Workflows automations in the Tilebox Console" className="hidden dark:block" />
<img src="/assets/console/automations-light.png" alt="Tilebox Workflows automations in the Tilebox Console" className="dark:hidden" />
<img src="/assets/console/automations-dark.png" alt="Tilebox Workflows automations in the Tilebox Console" className="hidden dark:block" />
</Frame>

You can also register new automations or edit and delete existing ones directly from the console.

<Frame>
<img src="/assets/workflows/recurrent-tasks/recurrent-task-edit-light.png" alt="Tilebox Workflows automations in the Tilebox Console" className="dark:hidden" />
<img src="/assets/workflows/recurrent-tasks/recurrent-task-edit-dark.png" alt="Tilebox Workflows automations in the Tilebox Console" className="hidden dark:block" />
<img src="/assets/console/automation-edit-light.png" alt="Tilebox Workflows automations in the Tilebox Console" className="dark:hidden" />
<img src="/assets/console/automation-edit-dark.png" alt="Tilebox Workflows automations in the Tilebox Console" className="hidden dark:block" />
</Frame>
4 changes: 2 additions & 2 deletions workflows/near-real-time/cron.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ This task was triggered at 2023-09-25 19:12:00
The [Tilebox Console](https://console.tilebox.com/workflows/automations) provides a straightforward way to inspect all registered Cron automations.

<Frame>
<img src="/assets/workflows/recurrent-tasks/cron-light.png" alt="Tilebox Workflows automations in the Tilebox Console" className="dark:hidden" />
<img src="/assets/workflows/recurrent-tasks/cron-dark.png" alt="Tilebox Workflows automations in the Tilebox Console" className="hidden dark:block" />
<img src="/assets/console/automation-edit-light.png" alt="Tilebox Workflows automations in the Tilebox Console" className="dark:hidden" />
<img src="/assets/console/automation-edit-dark.png" alt="Tilebox Workflows automations in the Tilebox Console" className="hidden dark:block" />
</Frame>

Use the console to view, edit, and delete the registered Cron automations.
Expand Down
4 changes: 2 additions & 2 deletions workflows/near-real-time/storage-events.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ Inspecting the task runner output reveals that the job was submitted and the tas
The [Tilebox Console](https://console.tilebox.com/workflows/automations) provides an easy way to inspect all registered storage event automations.

<Frame>
<img src="/assets/workflows/recurrent-tasks/storage-event-light.png" alt="Tilebox Workflows automations in the Tilebox Console" className="dark:hidden" />
<img src="/assets/workflows/recurrent-tasks/storage-event-dark.png" alt="Tilebox Workflows automations in the Tilebox Console" className="hidden dark:block" />
<img src="/assets/console/storage-event-light.png" alt="Tilebox Workflows automations in the Tilebox Console" className="dark:hidden" />
<img src="/assets/console/storage-event-dark.png" alt="Tilebox Workflows automations in the Tilebox Console" className="hidden dark:block" />
</Frame>

## Deleting Storage Event automations
Expand Down

0 comments on commit f8cf050

Please sign in to comment.