mirror of
https://github.com/supabase/supabase.git
synced 2026-06-09 03:22:27 +08:00
Added functions dashboard quickstart page, about deno 2 guide, and deno 2 test guide (#34599)
* Added functions dashboard quickstart page, about deno 2 guide, and deno 2 test guide * fix: updated image sizes, and trimmed some images and text * fix: removed line about assistant edits and made some minor polish fixes * updated docs * Apply suggestions from code review * remove duplication --------- Co-authored-by: Greg Papas <gregpapas@gregs-mbp.mynetworksettings.com> Co-authored-by: Lakshan Perera <lakshan@laktek.com> Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
This commit is contained in:
@@ -1314,9 +1314,13 @@ export const functions: NavMenuConstant = {
|
||||
url: undefined,
|
||||
items: [
|
||||
{
|
||||
name: 'Create an Edge Function',
|
||||
name: 'Quickstart',
|
||||
url: '/guides/functions/quickstart',
|
||||
},
|
||||
{
|
||||
name: 'Create an Edge Function Locally',
|
||||
url: '/guides/functions/local-quickstart',
|
||||
},
|
||||
{
|
||||
name: 'Deploy to Production',
|
||||
url: '/guides/functions/deploy',
|
||||
@@ -1325,6 +1329,10 @@ export const functions: NavMenuConstant = {
|
||||
name: 'Setting up your editor',
|
||||
url: '/guides/functions/local-development',
|
||||
},
|
||||
{
|
||||
name: 'Development tips',
|
||||
url: '/guides/functions/development-tips',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -1380,6 +1388,10 @@ export const functions: NavMenuConstant = {
|
||||
name: 'Integrating with Log Drains',
|
||||
url: '/guides/platform/log-drains',
|
||||
},
|
||||
{
|
||||
name: 'Using Deno 2',
|
||||
url: '/guides/functions/deno2',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user