docs(ntfy): describe actions and auth

This commit is contained in:
Ali BARIN
2022-12-05 00:52:13 +01:00
parent e1c080f237
commit 32e77de8bb
4 changed files with 31 additions and 0 deletions

View File

@@ -69,6 +69,14 @@ export default defineConfig({
{ text: 'Connection', link: '/apps/github/connection' },
],
},
{
text: 'Ntfy',
collapsible: true,
items: [
{ text: 'Actions', link: '/apps/ntfy/actions' },
{ text: 'Connection', link: '/apps/ntfy/connection' },
],
},
{
text: 'RSS',
collapsible: true,