Skip to content

Commit

Permalink
docs: 📝 mention app-store
Browse files Browse the repository at this point in the history
  • Loading branch information
peelar committed Mar 17, 2023
1 parent 0637378 commit 09fe6fd
Show file tree
Hide file tree
Showing 5 changed files with 76 additions and 14 deletions.
58 changes: 58 additions & 0 deletions docs/assets/icons/catalogue.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions docs/developer/extending/apps/developing-apps/app-examples.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
title: App Examples
---

Official examples:
## Official:

[Various App Examples](https://github.com/saleor/app-examples)
- [Various App Examples](https://github.com/saleor/app-examples)

[Saleor App Template - minimalistic boilerplate](https://github.com/saleor/saleor-app-template)
- [Saleor App Template - minimalistic boilerplate](https://github.com/saleor/saleor-app-template)

Community examples:
## Community:

[AWS serverless](https://github.com/mirumee/serverless-saleor-app-example)
- [AWS serverless](https://github.com/mirumee/serverless-saleor-app-example)
13 changes: 6 additions & 7 deletions docs/developer/extending/apps/key-concepts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,25 @@ import CardGrid from "@site/components/CardGrid";

Saleor apps are separate applications that use GraphQL to talk to the Saleor server and receive webhooks with event notifications from Saleor. If the event payload lacks any data essential to the app, you can query additional data using GraphQL. In addition, the Saleor API exposes all the actions from the dashboard, so your app can fully extend your shop behavior.

Start building a Saleor app by learning about:
Start exploring the apps ecosystem by learning about:

<CardGrid>

[**Quickstart** Tutorial, that will walk you through the basic steps of building a Saleor app.](developer/extending/apps/quickstart/getting-started.mdx)

[**Saleor App Store** Take advantage of instantly installable collection of apps in your Dashboard.](developer/app-store/overview.mdx)

[**Saleor App Template** The best place to start building your Saleor app.](developer/extending/apps/developing-apps/app-template.mdx)

[**App Examples** A curated list of examples of apps built by Saleor maintainers.](developer/extending/apps/developing-apps/app-examples.mdx)

[**Dashboard Integration** Embed your app inside Saleor Dashboard.](developer/extending/apps/extending-dashboard-with-apps.mdx)

</CardGrid>

## Saleor Apps
## Saleor App Store

Saleor provides official integrations maintained and hosted in Saleor Cloud. They can be installed like any third-party app and they are accessible in Saleor Marketplace.
[Saleor App Store](developer/app-store/overview.mdx) is an official apps marketplace hosted in [Saleor Cloud](cloud.mdx). With a single click, you can extend the functionality of your shop, often by integrating with popular external services.

- [Saleor Apps Roadmap](https://github.com/orgs/saleor/projects/22)
- [Saleor Apps ideas & voting](https://github.com/saleor/apps/discussions)
You can find the list of all the apps available in the Saleor App Store [here](developer/app-store/apps/index.mdx).

## Types of apps

Expand Down
7 changes: 6 additions & 1 deletion docs/developer/extending/integrations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: A list of services integrated with Saleor
The following list contains all the Saleor integrations that are currently being maintained:

:::note
If you are interested in creating an integration, please continue with our [Apps Quickstart](/docs/developer/extending/apps/quickstart/getting-started.mdx).
Most of these integrations are available to all Saleor Cloud users through [Saleor App Store](developer/app-store/overview.mdx).
:::

## Payments
Expand All @@ -31,6 +31,7 @@ If you are interested in creating an integration, please continue with our [Apps
- [Avatax](https://github.com/saleor/apps/tree/main/apps/taxes)
- [TaxJar](https://github.com/saleor/apps/tree/main/apps/taxes)
- [Avatax Excise](https://developer.avalara.com/excise/) [_coming soon_]
- [Stripe Tax](https://stripe.com/docs/tax) [_coming soon_]

## Email and notifications

Expand All @@ -41,3 +42,7 @@ If you are interested in creating an integration, please continue with our [Apps
## Search

- [Algolia](https://github.com/saleor/apps/tree/main/apps/search)

:::tip
If you are interested in building your own app, check out our [Apps Quickstart](developer/extending/apps/quickstart/getting-started.mdx) guide.
:::
2 changes: 1 addition & 1 deletion docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Saleor is an open-source ecosystem for building rich e-commerce experiences. Its

[**![](./assets/icons/integrations.svg) Apps** Extend the functionalities of Saleor.](developer/extending/apps/key-concepts.mdx)

[**![](./assets/icons/architecture.svg) Webhooks** React to Saleor events.](developer/extending/apps/asynchronous-webhooks.mdx)
[**![](./assets/icons/catalogue.svg) Saleor App Store** Discover and install built-in apps in your Saleor Cloud instance.](developer/app-store/overview.mdx)

[**![](./assets/icons/payment-gateways.svg) Checkout** Integrate payments into your store.](https://github.com/saleor/react-storefront/blob/canary/apps/saleor-app-checkout/README.md)

Expand Down

0 comments on commit 09fe6fd

Please sign in to comment.