@spree/docs 0.1.109 → 0.1.110

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.
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  title: Spree Multi Tenant Configuration
3
3
  sidebarTitle: Configuration
4
+ description: Configure Spree multi-tenant SaaS deployments — set the app subdomain, reserved subdomains, tenant signup flow, and other initializer options.
4
5
  ---
5
6
 
6
7
  Multi-tenant applications include additional configuration options. All configuration should be placed in `config/initializers/spree_multi_tenant.rb` file.
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  title: Create a multi-tenant / SaaS platform on top of Spree
3
3
  sidebarTitle: Quickstart
4
- description: Configure Spree to run a SaaS ecommerce platform, including prerequisites, gem setup, license keys, and tenant provisioning.
4
+ description: Set up Spree as a multi-tenant SaaS ecommerce platform install the Enterprise gem, apply license keys, configure subdomains, and provision tenants.
5
5
  ---
6
6
 
7
7
  > **INFO:** Multi-tenancy requires [Spree Enterprise Edition license](https://spreecommerce.org/pricing).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spree/docs",
3
- "version": "0.1.109",
3
+ "version": "0.1.110",
4
4
  "description": "Spree Commerce developer documentation for AI agents and local reference",
5
5
  "type": "module",
6
6
  "license": "CC-BY-4.0",