diff --git a/packages/docs/pages/.vitepress/config.js b/packages/docs/pages/.vitepress/config.js index 6e204aca..eb2d51a2 100644 --- a/packages/docs/pages/.vitepress/config.js +++ b/packages/docs/pages/.vitepress/config.js @@ -68,6 +68,15 @@ export default defineConfig({ { text: 'Connection', link: '/apps/dropbox/connection' }, ], }, + { + text: 'Filter', + collapsible: true, + collapsed: true, + items: [ + { text: 'Actions', link: '/apps/filter/actions' }, + { text: 'Connection', link: '/apps/filter/connection' }, + ], + }, { text: 'Flickr', collapsible: true, diff --git a/packages/docs/pages/apps/filter/actions.md b/packages/docs/pages/apps/filter/actions.md new file mode 100644 index 00000000..319e9761 --- /dev/null +++ b/packages/docs/pages/apps/filter/actions.md @@ -0,0 +1,12 @@ +--- +favicon: /favicons/filter.svg +items: + - name: Continue if conditions match + desc: Let the execution continue if the conditions match. +--- + + + + diff --git a/packages/docs/pages/apps/filter/connection.md b/packages/docs/pages/apps/filter/connection.md new file mode 100644 index 00000000..742b0667 --- /dev/null +++ b/packages/docs/pages/apps/filter/connection.md @@ -0,0 +1,12 @@ +# Filter + +Filter is a built-in app shipped with Automatisch, and it doesn't need to talk with any other external service to run. So there are no additional steps to use the Filter app. It can be used as an action and it filters the flow based on the given conditions. Available conditions are: + +- is equal +- is not equal +- is greater than +- is less than +- is greater than or equal +- is less than or equal +- contains +- does not contain diff --git a/packages/docs/pages/guide/available-apps.md b/packages/docs/pages/guide/available-apps.md index f2d4906f..6e966d35 100644 --- a/packages/docs/pages/guide/available-apps.md +++ b/packages/docs/pages/guide/available-apps.md @@ -10,6 +10,7 @@ Following integrations are currently supported by Automatisch. - [Delay](/apps/delay/actions) - [Discord](/apps/discord/actions) - [Dropbox](/apps/dropbox/actions) +- [Filter](/apps/filter/actions) - [Flickr](/apps/flickr/triggers) - [Github](/apps/github/triggers) - [Google Drive](/apps/google-drive/triggers) diff --git a/packages/docs/pages/public/favicons/filter.svg b/packages/docs/pages/public/favicons/filter.svg new file mode 100644 index 00000000..4ea1aa96 --- /dev/null +++ b/packages/docs/pages/public/favicons/filter.svg @@ -0,0 +1,8 @@ + + + + + + + +