From e77f7ee0bf405fa9f1c02304a0b68877b6cad84d Mon Sep 17 00:00:00 2001 From: Faruk AYDIN Date: Wed, 13 Sep 2023 23:15:06 +0200 Subject: [PATCH] docs(hubspot): Order alphabetically & correct connection name typo --- packages/docs/pages/.vitepress/config.js | 18 +++++++++--------- packages/docs/pages/apps/hubspot/connection.md | 4 ++-- packages/docs/pages/guide/available-apps.md | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/packages/docs/pages/.vitepress/config.js b/packages/docs/pages/.vitepress/config.js index 76dc9d9e..c8844642 100644 --- a/packages/docs/pages/.vitepress/config.js +++ b/packages/docs/pages/.vitepress/config.js @@ -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, diff --git a/packages/docs/pages/apps/hubspot/connection.md b/packages/docs/pages/apps/hubspot/connection.md index f1260ef7..37864d08 100644 --- a/packages/docs/pages/apps/hubspot/connection.md +++ b/packages/docs/pages/apps/hubspot/connection.md @@ -1,4 +1,4 @@ -# Hubspot +# HubSpot :::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! @@ -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. 14. Paste the **Client Secret** value into Automatisch as **Client Secret**, respectively. 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. diff --git a/packages/docs/pages/guide/available-apps.md b/packages/docs/pages/guide/available-apps.md index e76f7f3c..45a52157 100644 --- a/packages/docs/pages/guide/available-apps.md +++ b/packages/docs/pages/guide/available-apps.md @@ -15,6 +15,7 @@ The following integrations are currently supported by Automatisch. - [Google Forms](/apps/google-forms/triggers) - [Google Sheets](/apps/google-sheets/triggers) - [HTTP Request](/apps/http-request/actions) +- [HubSpot](/apps/hubspot/actions) - [Mattermost](/apps/mattermost/actions) - [Notion](/apps/notion/triggers) - [Ntfy](/apps/ntfy/actions) @@ -28,7 +29,6 @@ The following integrations are currently supported by Automatisch. - [Slack](/apps/slack/actions) - [SMTP](/apps/smtp/actions) - [Spotify](/apps/spotify/actions) -- [Hubspot](/apps/hubspot/actions) - [Strava](/apps/strava/actions) - [Stripe](/apps/stripe/triggers) - [Telegram](/apps/telegram-bot/actions)