docs(strava): describe connection and actions

This commit is contained in:
Ali BARIN
2023-04-06 19:59:15 +00:00
parent 53624a6379
commit d503dbc103
5 changed files with 42 additions and 0 deletions

View File

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