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: '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', text: 'Mattermost',
collapsible: true, collapsible: true,
@@ -271,15 +280,6 @@ export default defineConfig({
{ text: 'Connection', link: '/apps/spotify/connection' }, { 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', text: 'Strava',
collapsible: true, collapsible: true,

View File

@@ -1,4 +1,4 @@
# Hubspot # HubSpot
:::info :::info
This page explains the steps you need to follow to set up the Hubspot connection in Automatisch. If any of the steps are outdated, please let us know! This page explains the steps you need to follow to set up the Hubspot connection in Automatisch. If any of the steps are outdated, please let us know!
@@ -19,4 +19,4 @@ This page explains the steps you need to follow to set up the Hubspot connection
13. Paste the **Client ID** value into Automatisch as **Client ID**, respectively. 13. Paste the **Client ID** value into Automatisch as **Client ID**, respectively.
14. Paste the **Client Secret** value into Automatisch as **Client Secret**, respectively. 14. Paste the **Client Secret** value into Automatisch as **Client Secret**, respectively.
15. Click the **Submit** button on Automatisch. 15. Click the **Submit** button on Automatisch.
16. Now, you can start using the Spotify connection with Automatisch. 16. Now, you can start using the HubSpot connection with Automatisch.

View File

@@ -15,6 +15,7 @@ The following integrations are currently supported by Automatisch.
- [Google Forms](/apps/google-forms/triggers) - [Google Forms](/apps/google-forms/triggers)
- [Google Sheets](/apps/google-sheets/triggers) - [Google Sheets](/apps/google-sheets/triggers)
- [HTTP Request](/apps/http-request/actions) - [HTTP Request](/apps/http-request/actions)
- [HubSpot](/apps/hubspot/actions)
- [Mattermost](/apps/mattermost/actions) - [Mattermost](/apps/mattermost/actions)
- [Notion](/apps/notion/triggers) - [Notion](/apps/notion/triggers)
- [Ntfy](/apps/ntfy/actions) - [Ntfy](/apps/ntfy/actions)
@@ -28,7 +29,6 @@ The following integrations are currently supported by Automatisch.
- [Slack](/apps/slack/actions) - [Slack](/apps/slack/actions)
- [SMTP](/apps/smtp/actions) - [SMTP](/apps/smtp/actions)
- [Spotify](/apps/spotify/actions) - [Spotify](/apps/spotify/actions)
- [Hubspot](/apps/hubspot/actions)
- [Strava](/apps/strava/actions) - [Strava](/apps/strava/actions)
- [Stripe](/apps/stripe/triggers) - [Stripe](/apps/stripe/triggers)
- [Telegram](/apps/telegram-bot/actions) - [Telegram](/apps/telegram-bot/actions)