From f2c9adf2efd0d319e0de48f295914425a9d9ed86 Mon Sep 17 00:00:00 2001 From: Faruk AYDIN Date: Tue, 25 Oct 2022 19:57:36 +0200 Subject: [PATCH 1/4] docs: Add recently implemented apps to available apps --- packages/docs/pages/guide/available-apps.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/docs/pages/guide/available-apps.md b/packages/docs/pages/guide/available-apps.md index 7e8e0007..411dafa0 100644 --- a/packages/docs/pages/guide/available-apps.md +++ b/packages/docs/pages/guide/available-apps.md @@ -6,6 +6,9 @@ We just have a few available integrations at the moment and we also know that wo 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) From e27a94142577124bf1873d0f1d75897771c7590d Mon Sep 17 00:00:00 2001 From: Faruk AYDIN Date: Tue, 25 Oct 2022 19:57:36 +0200 Subject: [PATCH 2/4] docs: Use limited word for explaining available apps --- packages/docs/pages/guide/available-apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docs/pages/guide/available-apps.md b/packages/docs/pages/guide/available-apps.md index 411dafa0..da209151 100644 --- a/packages/docs/pages/guide/available-apps.md +++ b/packages/docs/pages/guide/available-apps.md @@ -1,7 +1,7 @@ # 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. From 7cd45a5ca3e81906e858b04a5107d0865c328a11 Mon Sep 17 00:00:00 2001 From: Faruk AYDIN Date: Tue, 25 Oct 2022 19:57:36 +0200 Subject: [PATCH 3/4] docs: Sort connections alphabetically on the sidebar --- packages/docs/pages/.vitepress/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }, ], From 81ff07ec28ab24cfc228fc09490ec07cf6753096 Mon Sep 17 00:00:00 2001 From: Faruk AYDIN Date: Tue, 25 Oct 2022 19:57:36 +0200 Subject: [PATCH 4/4] docs: Add generic explanation to github connection guide --- packages/docs/pages/connections/github.md | 5 +++++ 1 file changed, 5 insertions(+) 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.