@spree/docs 0.1.107 → 0.1.108

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,6 @@
1
1
  ---
2
2
  title: Architecture
3
- description: How Spree's core models, APIs, and packages work together
3
+ description: Explore how Spree's core models, APIs, and gems fit together — catalog, shopping, checkout, fulfillment, and pricing — for headless or embedded commerce.
4
4
  ---
5
5
 
6
6
  ## Overview
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  title: Staff & Roles
3
- description: Admin users, roles, invitations, and permissions
3
+ description: Manage Spree admin users, roles, invitations, and permissions — create admins via the CLI, scope access per store, and customize role-based permissions.
4
4
  ---
5
5
 
6
6
  ## Overview
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  title: Stores
3
- description: The Store is Spree's top-level multi-tenant boundary learn how products, orders, channels, and markets are scoped to a store.
3
+ description: Understand Spree Stores the top-level tenant boundary that scopes products, orders, channels, markets, and branding, with the Admin API for store config.
4
4
  ---
5
5
 
6
6
  ## Overview
@@ -1,9 +1,9 @@
1
1
  ---
2
- title: 4.2 to 4.3
2
+ title: Upgrading to Spree 4.3
3
3
  section: upgrades
4
4
  order: 0
5
5
  hidden: true
6
- description: This guide covers upgrading a 4.2 Spree application to Spree 4.3.
6
+ description: Upgrade a Spree 4.2 application to Spree 4.3 — split out spree_emails, spree_backend, and spree_frontend gems, remove merged extensions, and run migrations.
7
7
  ---
8
8
 
9
9
  > **NOTE:** If you're on an older version than 4.1 please follow previous upgrade guides and perform those upgrades incrementally, eg.
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  title: Upgrading to Spree 5.4
3
- description: This guide covers upgrading a Spree 5.3 application to Spree 5.4.
3
+ description: Upgrade a Spree 5.3 application to Spree 5.4 — remove spree_sample, update gems, run migrations, switch to AdminUserMethods, and backfill image thumbnail IDs.
4
4
  ---
5
5
 
6
6
  > **INFO:** Before proceeding to upgrade, please ensure you're at [Spree 5.3](5.2-to-5.3.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spree/docs",
3
- "version": "0.1.107",
3
+ "version": "0.1.108",
4
4
  "description": "Spree Commerce developer documentation for AI agents and local reference",
5
5
  "type": "module",
6
6
  "license": "CC-BY-4.0",