diff --git a/packages/docs/pages/.vitepress/config.js b/packages/docs/pages/.vitepress/config.js index d6187888..e0ddddcb 100644 --- a/packages/docs/pages/.vitepress/config.js +++ b/packages/docs/pages/.vitepress/config.js @@ -39,8 +39,8 @@ export default defineConfig({ { text: 'Github', link: '/connections/github' }, { text: 'Scheduler', link: '/connections/scheduler' }, { text: 'Slack', link: '/connections/slack' }, - { text: 'Twitter', link: '/connections/twitter' }, { text: 'SMTP', link: '/connections/smtp' }, + { 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/github.md b/packages/docs/pages/connections/github.md index 669c3657..28acfc1a 100644 --- a/packages/docs/pages/connections/github.md +++ b/packages/docs/pages/connections/github.md @@ -1,5 +1,10 @@ # Github +:::info +This page explains the steps you need to follow to set up the Github +connection in Automatisch. If any of the steps are outdated, please let us know! +::: + 1. Go to the [link](https://github.com/settings/applications/new) to register a **new OAuth application** on Github. 2. Fill **Application name** and **Homepage URL**. 3. Copy **OAuth Redirect URL** from Automatisch to **Authorization callback URL** field on Github page. diff --git a/packages/docs/pages/guide/available-apps.md b/packages/docs/pages/guide/available-apps.md index 7e8e0007..da209151 100644 --- a/packages/docs/pages/guide/available-apps.md +++ b/packages/docs/pages/guide/available-apps.md @@ -1,11 +1,14 @@ # Available Apps :::warning -We just have a few available integrations at the moment and we also know that workflows you can build with them is quite limited. But we still made the project public and want to share them with you so you can get a sense of what Automatisch can do. Meanwhile, we're working on adding more integrations and improving the existing ones. +We just have a few available integrations at the moment and we also know that workflows you can build with them is limited. But we still made the project public and want to share them with you so you can get a sense of what Automatisch can do. Meanwhile, we're working on adding more integrations and improving the existing ones. ::: Following integrations are currently supported by Automatisch. -- [Twitter](/connections/twitter) +- [Flickr](/connections/flickr) +- [Github](/connections/github) - [Scheduler](/connections/scheduler) - [Slack](/connections/slack) +- [SMTP](/connections/smtp) +- [Twitter](/connections/twitter)