From 0104da31843c5e0cef561ee40fb7253275c9cfd5 Mon Sep 17 00:00:00 2001 From: Adrian Pilarczyk Date: Thu, 9 Feb 2023 15:51:46 +0100 Subject: [PATCH] Remove moved apps from README apps table (#119) * Remove moved apps from apps table * Update README.md --------- Co-authored-by: Lukasz Ostrowski --- README.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/README.md b/README.md index 3264df7..f7234f2 100644 --- a/README.md +++ b/README.md @@ -38,18 +38,3 @@ From here, you can visit: - [🆕 Quickstart Tutorial](https://docs.saleor.io/docs/3.x/developer/extending/apps/quickstart/getting-started) - to build your first app using [Saleor CLI](https://docs.saleor.io/docs/3.x/cli). - [🗓️ Roadmap](https://github.com/orgs/saleor/projects/22/views/1) - to see the current progress on the development of official Saleor apps. - [✍️ GitHub issues](https://github.com/saleor/apps/discussions/categories/integrations-features) - to submit a proposal for creating a new integration or an app. - -## Apps - -🚧 We are in the process of migrating the apps to this monorepo. 🚧 - -In the meantime, you can access the rest of the apps from their repositories below: - -| App | Integrations | Manifest URL to install | -|----------------------------------------------|--------------------|-----------------------------------------| -| [Search Hub](https://github.com/saleor/saleor-app-search) | Algolia | https://search.saleor.app/api/manifest | -| [CMS Hub](https://github.com/saleor/saleor-app-cms-hub) | Contentful, Strapi | https://cms-hub.saleor.app/api/manifest | -| [Klaviyo](https://github.com/saleor/saleor-app-klaviyo) | Klaviyo | https://klaviyo.saleor.app/api/manifest | -| [Slack](https://github.com/saleor/saleor-app-slack) | Slack | https://slack.saleor.app/api/manifest | -| [Mailing Hub](https://github.com/saleor/saleor-app-mailing) | | | -| [Invoices](https://github.com/saleor/saleor-app-invoices) | | https://invoices.saleor.app/api/manifest |