@spree/docs 0.1.104 → 0.1.105

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
- title: Creating an Extension
3
- description: Step-by-step guide to building a Spree extension gem — scaffolding, decorators, migrations, assets, and packaging for distribution.
2
+ title: Creating a Spree extension
3
+ description: Step-by-step guide to building a Spree extension gem — scaffolding, decorators, migrations, assets, and packaging for distribution on GitHub.
4
4
  ---
5
5
 
6
6
  ## Overview
@@ -1,6 +1,6 @@
1
1
  ---
2
- title: Quickstart
3
- description: How to get started contributing to Spree
2
+ title: Contributing quickstart
3
+ description: Get started contributing to Spree — fix bugs, add features, build extensions, upgrade old extensions, report issues, and help the community on Discord.
4
4
  ---
5
5
 
6
6
  Spree is an open, community-powered project that anyone can contribute to. There are several ways you can help us improve Spree:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spree/docs",
3
- "version": "0.1.104",
3
+ "version": "0.1.105",
4
4
  "description": "Spree Commerce developer documentation for AI agents and local reference",
5
5
  "type": "module",
6
6
  "license": "CC-BY-4.0",