@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:
|
|
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: Configuration
|
|
3
|
-
description:
|
|
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:
|
|
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:
|
|
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).
|