@spree/docs 0.1.103 → 0.1.104
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -5,7 +5,7 @@ description: Step-by-step guide to building a Spree extension gem — scaffoldin
|
|
|
5
5
|
|
|
6
6
|
## Overview
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
Spree Extensions are a way to add new functionality to your Spree store. They are a great way to extend the functionality of Spree and add new features. You can share them with Spree community on Github so anyone can use them, contribute back and share your improvements. For officially supported integrations, see the [Integrations directory](/integrations).
|
|
9
9
|
|
|
10
10
|
> **INFO:** This tutorial uses decorators for extending Spree models. For extensions that need to react to events (sync with external services, send notifications, etc.), consider using [Events subscribers](../core-concepts/events.md) instead - they're easier to test and maintain. See [Customization Quickstart](../customization/quickstart.md) for guidance on choosing the right approach.
|
|
11
11
|
|
|
@@ -21,7 +21,7 @@ To find issues you can tackle on we recommend visiting [Spree Contribute page](h
|
|
|
21
21
|
|
|
22
22
|
## Creating a Spree extension
|
|
23
23
|
|
|
24
|
-
Extensions provide additional features and integrations for your Spree store. You can create your own and share with the rest of the community. Before doing so please check our [
|
|
24
|
+
Extensions provide additional features and integrations for your Spree store. You can create your own and share with the rest of the community. Before doing so please check our [Integrations directory](/integrations) if your desired integration does not exist already. If not [follow the Creating an Extension tutorial](creating-an-extension.md) to learn how to create one.
|
|
25
25
|
|
|
26
26
|
## Helping others on Spree Discord
|
|
27
27
|
|