Skip to content

Commit

Permalink
docs(website): update documentation configuration and draft status
Browse files Browse the repository at this point in the history
Commented out 'How to?' section in Astro config
Marked Supabase deployment guide as draft
Minor text refinements in deployment documentation
  • Loading branch information
jumski committed Feb 20, 2025
1 parent 31135cf commit f45256d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions pkgs/website/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ export default defineConfig({
label: 'Getting started',
autogenerate: { directory: 'edge-worker/getting-started/' },
},
{
label: 'How to?',
autogenerate: { directory: 'edge-worker/how-to/' },
},
// {
// label: 'How to?',
// autogenerate: { directory: 'edge-worker/how-to/' },
// },
{
label: 'Project Status',
badge: { text: 'important', variant: 'caution' },
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Deploy to Supabase.com
draft: true
description: Learn how to deploy, manage and monitor Edge Worker on Supabase Background Tasks. Step-by-step guide for deployment, starting, and maintaining workers.
sidebar:
order: 1
Expand All @@ -13,7 +14,7 @@ This guide explains the current process for deploying and maintaining workers in
<NotProductionReady />

:::note
Running Edge Worker on Supabase.com currently requires a few additional setup steps.
Running Edge Worker on Supabase.com currently requires a few additional setup steps.
Thanks to ongoing collaboration with the Supabase team, these requirements will be simplified in future releases.
:::

Expand Down Expand Up @@ -51,7 +52,7 @@ for it to stop.
## Ensuring Worker Availability

To ensure your worker stays active, it's recommended to use Cron to ping
your worker edge function every few seconds.
your worker edge function every few seconds.
This is recommended in case there are any bugs in the respawn process,
which currently is triggered from withing the worker that is shutting down.

Expand Down

0 comments on commit f45256d

Please sign in to comment.