@spree/docs 0.1.72 → 0.1.73

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: Products
3
- description: Products, variants, option types, images, prices, and categories
3
+ description: How Spree models products, variants, option types, images, prices, and categories — the building blocks of every catalog and storefront.
4
4
  ---
5
5
 
6
6
  import { Since } from '/snippets/since.mdx';
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  title: Stores
3
- description: The top-level tenant in Spree every resource belongs to a store
3
+ description: The Store is Spree's top-level tenant products, orders, channels, markets, and stock locations all belong to exactly one store.
4
4
  ---
5
5
 
6
6
  ## Overview
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  title: Configuration
3
- description: Localization, error handling, TypeScript types, and custom fetch
3
+ description: Configure the Spree JavaScript SDK — localization, currency headers, error handling, TypeScript types, and a custom fetch implementation.
4
4
  ---
5
5
 
6
6
  ## Localization & Currency
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  title: Testing
3
- description: Learn how to write automated tests for the Brands feature
3
+ description: Write automated tests for the Brands tutorial feature using RSpec, Factory Bot, and Capybara, plus helpers from the spree_dev_tools gem.
4
4
  ---
5
5
 
6
6
  Automated testing is a crucial part of the development process. It helps you ensure that your code works as expected and catches bugs early.
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  title: Upgrading to Spree 5.5
3
- description: This guide covers upgrading a Spree 5.4 application to Spree 5.5.
3
+ description: Step-by-step guide to upgrading a Spree 5.4 application to Spree 5.5, including gem updates, migrations, and breaking changes to review.
4
4
  ---
5
5
 
6
6
  > **INFO:** Before proceeding to upgrade, please ensure you're at [Spree 5.4](5.3-to-5.4.md).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spree/docs",
3
- "version": "0.1.72",
3
+ "version": "0.1.73",
4
4
  "description": "Spree Commerce developer documentation for AI agents and local reference",
5
5
  "type": "module",
6
6
  "license": "CC-BY-4.0",