docs(hubspot): Order alphabetically & correct connection name typo

This commit is contained in:
Faruk AYDIN
2023-09-13 23:15:06 +02:00
parent ae5dd0cad6
commit e77f7ee0bf
3 changed files with 12 additions and 12 deletions

View File

@@ -151,6 +151,15 @@ export default defineConfig({
{ text: 'Connection', link: '/apps/http-request/connection' },
],
},
{
text: 'HubSpot',
collapsible: true,
collapsed: true,
items: [
{ text: 'Actions', link: '/apps/hubspot/actions' },
{ text: 'Connection', link: '/apps/hubspot/connection' },
],
},
{
text: 'Mattermost',
collapsible: true,
@@ -271,15 +280,6 @@ export default defineConfig({
{ text: 'Connection', link: '/apps/spotify/connection' },
],
},
{
text: 'Hubspot',
collapsible: true,
collapsed: true,
items: [
{ text: 'Actions', link: '/apps/hubspot/actions' },
{ text: 'Connection', link: '/apps/hubspot/connection' },
],
},
{
text: 'Strava',
collapsible: true,