diff --git a/packages/docs/pages/.vitepress/config.js b/packages/docs/pages/.vitepress/config.js index 60b63bd9..c8b91438 100644 --- a/packages/docs/pages/.vitepress/config.js +++ b/packages/docs/pages/.vitepress/config.js @@ -43,8 +43,6 @@ export default defineConfig({ { text: 'SMTP', link: '/connections/smtp' }, { text: 'Twilio', link: '/connections/twilio' }, { text: 'Twitter', link: '/connections/twitter' }, - // Temporarily disable following pages until we release github and typeform integrations - // { text: 'Typeform', link: '/connections/typeform' }, ], }, ], diff --git a/packages/docs/pages/connections/typeform.md b/packages/docs/pages/connections/typeform.md deleted file mode 100644 index 9f1b96ca..00000000 --- a/packages/docs/pages/connections/typeform.md +++ /dev/null @@ -1,10 +0,0 @@ -# Typeform - -1. Go to the [link](https://admin.typeform.com/user) and click on **Developer apps** in the sidebar. -2. Click on the **Register a new app** button. -3. Fill **App name** and **App website**, and **Developer email** fields. -4. Copy **OAuth Redirect URL** from Automatisch to **Redirect URI(s)** field on the Typeform page. -5. Click on the **Register app** button. -6. Copy **Client ID** and **Client Secret** values from Typeform to Automatisch. -7. Click **Submit** button on Automatisch. -8. Congrats! Typeform connection is created.