docs: Debugging Edge Functions with Inspector (#27014)

* chore: update ai types.

* docs: start ef inspector docs.

* chore: break out into own page.

* chore: spelling.

* chore: chrome devtools only.
This commit is contained in:
Thor 雷神 Schaeff
2024-06-06 17:21:36 +08:00
committed by GitHub
parent 95aa2c6d14
commit dda1c05ebd
8 changed files with 42 additions and 11 deletions

View File

@@ -1145,6 +1145,10 @@ export const functions: NavMenuConstant = {
name: 'Debugging Edge Functions',
url: '/guides/functions/debugging',
},
{
name: 'Debugging Tools',
url: '/guides/functions/debugging-tools',
},
{
name: 'Logging and Using Headers',
url: '/guides/functions/functions-headers',