docs: add spotify connection and actions

This commit is contained in:
Zeynep Nur Temel
2023-03-19 23:48:45 +03:00
parent ed87df212f
commit 8acd7b03ed
5 changed files with 48 additions and 0 deletions

View File

@@ -161,6 +161,15 @@ export default defineConfig({
{ text: 'Connection', link: '/apps/smtp/connection' },
],
},
{
text: 'Spotify',
collapsible: true,
collapsed: true,
items: [
{ text: 'Actions', link: '/apps/spotify/actions' },
{ text: 'Connection', link: '/apps/spotify/connection' },
],
},
{
text: 'Stripe',
collapsible: true,