docs(http-request): add custom request action

This commit is contained in:
Ali BARIN
2023-02-02 22:34:42 +00:00
parent 2f64a074c6
commit 08ac3fb984
5 changed files with 27 additions and 1 deletions

View File

@@ -78,6 +78,15 @@ export default defineConfig({
{ text: 'Connection', link: '/apps/github/connection' },
],
},
{
text: 'HTTP Request',
collapsible: true,
collapsed: true,
items: [
{ text: 'Actions', link: '/apps/http-request/actions' },
{ text: 'Connection', link: '/apps/http-request/connection' },
],
},
{
text: 'Ntfy',
collapsible: true,