Skip to content

Commit f681599

Browse files
authored
docs: remove deprecated screenshots (supabase#37622)
1 parent 62e0f38 commit f681599

File tree

6 files changed

+0
-35
lines changed

6 files changed

+0
-35
lines changed

apps/docs/content/guides/cron/quickstart.mdx

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,6 @@ Attempting to create a second Job with the same name (and case) will overwrite t
2727
4. Choose a schedule for your Job by inputting cron syntax (refer to the syntax chart in the form) or natural language.
2828
5. Input SQL snippet or select a Database function, HTTP request, or Supabase Edge Function.
2929

30-
<Image
31-
alt="Cron Create"
32-
src="/docs/img/guides/database/cron/cron-create.png"
33-
className="max-w-[700px] !mx-auto border rounded-md"
34-
zoomable
35-
/>
36-
3730
</TabPanel>
3831
<TabPanel id="sql-schedule-job" label="SQL">
3932

@@ -99,13 +92,6 @@ You can input seconds for your Job schedule interval as long as you're on Postgr
9992
2. Click on the three vertical dots menu on the right side of the Job and click `Edit cron job`.
10093
3. Make your changes and then click `Save cron job`.
10194

102-
<Image
103-
alt="Cron Edit"
104-
src="/docs/img/guides/database/cron/cron-edit.png"
105-
className="max-w-[700px] !mx-auto border rounded-md"
106-
zoomable
107-
/>
108-
10995
</TabPanel>
11096
<TabPanel id="sql-edit-job" label="SQL">
11197

@@ -148,13 +134,6 @@ It is also possible to modify a job by using the `cron.schedule()` function by i
148134
1. Go to the [Jobs](/dashboard/project/_/integrations/cron/jobs) section and find the Job you'd like to unschedule.
149135
2. Toggle the `Active`/`Inactive` switch next to Job name.
150136

151-
<Image
152-
alt="Cron Toggle"
153-
src="/docs/img/guides/database/cron/cron-toggle.png"
154-
className="max-w-[700px] !mx-auto border rounded-md"
155-
zoomable
156-
/>
157-
158137
</TabPanel>
159138
<TabPanel id="sql-unschedule-job" label="SQL">
160139

@@ -190,13 +169,6 @@ select cron.alter_job(
190169
2. Click on the three vertical dots menu on the right side of the Job and click `Delete cron job`.
191170
3. Confirm deletion by entering the Job name.
192171

193-
<Image
194-
alt="Cron Unschedule"
195-
src="/docs/img/guides/database/cron/cron-unschedule.png"
196-
className="max-w-[700px] !mx-auto border rounded-md"
197-
zoomable
198-
/>
199-
200172
</TabPanel>
201173
<TabPanel id="sql-delete-job" label="SQL">
202174

@@ -227,13 +199,6 @@ Unscheduling a Job will permanently delete the Job from `cron.job` table but its
227199
1. Go to the [Jobs](/dashboard/project/_/integrations/cron/jobs) section and find the Job you want to see the runs of.
228200
2. Click on the `History` button next to the Job name.
229201

230-
<Image
231-
alt="Cron Job Runs"
232-
src="/docs/img/guides/database/cron/cron-history.png"
233-
className="max-w-[700px] !mx-auto border rounded-md"
234-
zoomable
235-
/>
236-
237202
</TabPanel>
238203
<TabPanel id="sql-runs-job" label="SQL">
239204

-491 KB
Binary file not shown.
-458 KB
Binary file not shown.
-424 KB
Binary file not shown.
-448 KB
Binary file not shown.
-453 KB
Binary file not shown.

0 commit comments

Comments
 (0)