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:
Greg
2025-04-01 09:59:17 -04:00
committed by GitHub
parent 981ca00ef5
commit 8ca8cb43fd
15 changed files with 503 additions and 213 deletions

View File

@@ -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',
},
],
},
{