docs(notion): add auth and new DB items trigger

This commit is contained in:
Ali BARIN
2023-06-13 05:56:15 +00:00
parent 6be8b55daa
commit c9c47c5519
5 changed files with 51 additions and 0 deletions

View File

@@ -142,6 +142,15 @@ export default defineConfig({
{ text: 'Connection', link: '/apps/http-request/connection' },
],
},
{
text: 'Notion',
collapsible: true,
collapsed: true,
items: [
{ text: 'Triggers', link: '/apps/notion/triggers' },
{ text: 'Connection', link: '/apps/notion/connection' },
],
},
{
text: 'Ntfy',
collapsible: true,