diff --git a/.changeset/soft-bulldogs-stare.md b/.changeset/soft-bulldogs-stare.md new file mode 100644 index 0000000..d17868e --- /dev/null +++ b/.changeset/soft-bulldogs-stare.md @@ -0,0 +1,5 @@ +--- +"saleor-app-taxes": minor +--- + +Replace the apps/taxes README with link to docs. diff --git a/README.md b/README.md index da824d4..a99435d 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ In the `apps` folder, you will find the following applications: - [emails-and-messages](./apps/emails-and-messages) - notifications and email communication with customers. - [search](./apps/search) - connect Saleor with search engines. - [slack](./apps/slack) - get notifications on Slack channel from Saleor events. -- [taxes](./apps/taxes) - calculate order and checkout taxes using external services. +- [taxes](https://docs.saleor.io/docs/3.x/developer/app-store/apps/taxes) - calculate order and checkout taxes using external services. - [cms](./apps/cms) - exports products from Saleor to CMS. ## Development diff --git a/apps/taxes/README.md b/apps/taxes/README.md index ebdb1dc..f771a0e 100644 --- a/apps/taxes/README.md +++ b/apps/taxes/README.md @@ -1,4 +1,4 @@ -![Saleor App Taxes Hub](https://user-images.githubusercontent.com/249912/71523206-4e45f800-28c8-11ea-84ba-345a9bfc998a.png) +![Saleor Taxes App](https://user-images.githubusercontent.com/249912/71523206-4e45f800-28c8-11ea-84ba-345a9bfc998a.png)

Saleor App Taxes Hub

@@ -18,23 +18,6 @@ 🐦 Twitter
-
- 🔎 Explore Code -
+## Documentation -## About - -### What is Saleor App Taxes Hub - -Taxes App is a hub for configuring taxes in Saleor using different providers. - -Integrates with: - -- Avatax -- TaxJar - -## Development - -1. Install the app. -2. Go to _Configuration_ -> _Taxes_. In the "Select the method of tax calculation" select "Use tax app". Save. -3. To trigger the webhook, go to _Orders_, create a draft order with customer, products, shipping address, shipping method. The taxes will recalculate on each address change. +Visit [Taxes App documentation](https://docs.saleor.io/docs/3.x/developer/app-store/apps/taxes) to learn how to configure and develop the app locally.