@spree/docs 0.1.102 → 0.1.103

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spree/docs",
3
- "version": "0.1.102",
3
+ "version": "0.1.103",
4
4
  "description": "Spree Commerce developer documentation for AI agents and local reference",
5
5
  "type": "module",
6
6
  "license": "CC-BY-4.0",
@@ -1,92 +0,0 @@
1
- ---
2
- title: Extensions
3
- description: >-
4
- Extensions provide additional features and integrations for your Spree
5
- application. Here's a list of the most popular ones.
6
- ---
7
-
8
- > **TIP:** For officially supported 3rd party integrations, please go to [Integrations](/integrations) page.
9
-
10
- <details>
11
- <summary>Customer Service</summary>
12
-
13
- - [Gladly](https://github.com/upsidelab/spree_gladly) — Allows you to connect your Spree store with [Gladly](https://www.gladly.com/) service. It allows Gladly agents to see basic information about Spree customers and their orders.
14
-
15
- </details>
16
-
17
-
18
- <details>
19
- <summary>Internationalization</summary>
20
-
21
- - [Spree I18n](https://github.com/spree-contrib/spree_i18n) — Spree I18n is a gem that provides a way to translate Spree applications into multiple languages. It allows you to translate the UI and have different translations for product descriptions, taxons, etc to improve conversions and customer satisfaction.
22
- - [Flow Commerce](https://github.com/mejuri-inc/flowcommerce_spree) — Integration with Flow Commerce API for cross border selling.
23
-
24
- </details>
25
-
26
- <details>
27
- <summary>Order Management</summary>
28
-
29
- - [Print Invoice](https://github.com/spree-contrib/spree_print_invoice) — Create a PDF invoice for Spree orders.
30
-
31
- </details>
32
-
33
-
34
- <details>
35
- <summary>Marketing</summary>
36
-
37
- - [MailChimp E-Commerce](https://github.com/spree-contrib/spree_mailchimp_ecommerce) — Full Spree Mailchimp E-Commerce integration.
38
-
39
- </details>
40
-
41
-
42
- <details>
43
- <summary>Products</summary>
44
-
45
- - [Volume Pricing](https://github.com/spree-contrib/spree_volume_pricing) — Spree extension which supports sales volume-based pricing quantity discounts.
46
- - [Products Q&A](https://github.com/TruemarkDev/spree_products_qa) — Q&A Sections for products. Logged in users can ask a question, and then admins are able to answer it. All answered and accepted questions are displayed on a product page.
47
-
48
- </details>
49
-
50
-
51
- <details>
52
- <summary>Search</summary>
53
-
54
- - [SearchKick](https://github.com/spree-contrib/spree_searchkick) — Adds Elasticsearch integration to Spree, powered by [searchkick](https://github.com/ankane/searchkick) gem enabling full-text searching and advanced product filtering.
55
-
56
- </details>
57
-
58
-
59
- <details>
60
- <summary>Shipping</summary>
61
-
62
- - [EasyPost](https://github.com/ShopFelixGray/spree_easypost) — This is an extension to integrate Easy Post into Spree.
63
- - [ShipStation](https://github.com/MatthewKennedy/spree_shipstation) — Connect your Spree store with ShipStation, allowing ShipStation to pull shipments from your store, and when a shipment is sent, update the order with a tracking number and mark it as shipped.
64
-
65
- </details>
66
-
67
-
68
- <details>
69
- <summary>Social</summary>
70
-
71
- - [Social Login](https://github.com/spree-contrib/spree_social) — Login or signup via Facebook, Twitter, Amazon and other.
72
- - [Reviews](https://github.com/spree-contrib/spree_reviews) — Straightforward review/rating functionality.
73
-
74
- </details>
75
-
76
-
77
- <details>
78
- <summary>Tax Calculation</summary>
79
-
80
- - [Avatax](https://github.com/spree-contrib/spree_avatax_official) — The new officially certified Spree Avatax Avalara extension.
81
- - [TaxJar](https://github.com/spree-contrib/spree_taxjar) — Spree Taxjar is a US sales tax extension for Spree using the Taxjar service.
82
-
83
- </details>
84
-
85
-
86
- <details>
87
- <summary>Upselling</summary>
88
-
89
- - [Product Assembly](https://github.com/spree-contrib/spree-product-assembly) — Adds the ability to make product bundles.
90
- - [Related Products](https://github.com/spree-contrib/spree_related_products) — Possible uses: Accessories, Cross Sells, Up Sells, Compatible Products, Replacement Products, Warranty & Support Products.
91
-
92
- </details>