docs(hubspot): Order alphabetically & correct connection name typo
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user