Skip to content

Commit 11214db

Browse files
authored
chore(release): publish content (#18)
Co-authored-by: ct-sdks[bot] <153784748+ct-sdks[bot]@users.noreply.github.com>
1 parent 8172475 commit 11214db

20 files changed

Lines changed: 20 additions & 20 deletions

File tree

.agents/plugins/commercetools/skills/commercetools-storefront/references/b2b/product-listing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This reference covers `ProductApi` session injection, how `distributionChannelId
2525
- [Pattern 2: Price Injection via buildProjectionParams](#pattern-2-price-injection-via-buildprojectionparams)
2626
- [Pattern 3: Store-Scoped Category Filtering](#pattern-3-store-scoped-category-filtering)
2727
- [Pattern 4: Availability via supplyChannelId](#pattern-4-availability-via-supplychannelid)
28-
- [Pattern 5: Facet Retry on commercetools Error](#pattern-5-facet-retry-on-ct-error)
28+
- [Pattern 5: Facet Retry on commercetools Error](#pattern-5-facet-retry-on-commercetools-error)
2929
- [Checklist](#checklist)
3030

3131
---

.agents/plugins/commercetools/skills/commercetools-storefront/references/b2c/optional/bundles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Bundles are a parent line item with child line items linked by a commercetools c
5555
Bundles are implemented as a parent line item with child line items linked by a `parentKey` custom field. All cart operations cascade from parent to children.
5656

5757
## Table of Contents
58-
- [Pattern 1: commercetools Setup](#pattern-1-ct-setup)
58+
- [Pattern 1: commercetools Setup](#pattern-1-commercetools-setup)
5959
- [Pattern 2: CartLineItem Extension](#pattern-2-cartlineitem-extension)
6060
- [Pattern 3: Cart Operations](#pattern-3-cart-operations)
6161
- [Pattern 4: cart-mapper.ts](#pattern-4-cart-mapperts)

.agents/plugins/commercetools/skills/commercetools-storefront/references/b2c/optional/superuser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ CSR agents authenticate with their own credentials, then impersonate a customer.
5555
CSR agents log in with their own credentials, then impersonate a customer. The session holds both identities. Price overrides are gated behind a `csrId` check.
5656

5757
## Table of Contents
58-
- [Pattern 1: commercetools Setup](#pattern-1-ct-setup)
58+
- [Pattern 1: commercetools Setup](#pattern-1-commercetools-setup)
5959
- [Pattern 2: Session Extension](#pattern-2-session-extension)
6060
- [Pattern 3: Login Flow](#pattern-3-login-flow)
6161
- [Pattern 4: Price Override](#pattern-4-price-override)

.agents/plugins/commercetools/skills/commercetools-storefront/references/core/add-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This reference covers adding a new Route Handler + commercetools helper + SWR ho
2323
- [Pattern 1: Data Flow Rule](#pattern-1-data-flow-rule)
2424
- [Pattern 2: Cache Key](#pattern-2-cache-key)
2525
- [Pattern 3: Route Handler](#pattern-3-route-handler)
26-
- [Pattern 4: commercetools Helper Function](#pattern-4-ct-helper-function)
26+
- [Pattern 4: commercetools Helper Function](#pattern-4-commercetools-helper-function)
2727
- [Pattern 5: SWR Hook with Mutations](#pattern-5-swr-hook-with-mutations)
2828
- [Checklist](#checklist)
2929

.agents/plugins/commercetools/skills/commercetools-storefront/references/core/cart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ metadata:
2121
This reference covers commercetools cart creation, all Route Handlers, `useCartSWR`, `CartContext`, the mini-cart drawer, and the full cart page.
2222

2323
## Table of Contents
24-
- [Pattern 1: commercetools Cart Helper Functions](#pattern-1-ct-cart-helper-functions)
24+
- [Pattern 1: commercetools Cart Helper Functions](#pattern-1-commercetools-cart-helper-functions)
2525
- [Pattern 2: Cart Route Handlers](#pattern-2-cart-route-handlers)
2626
- [Pattern 3: Cart SWR Hook](#pattern-3-cart-swr-hook)
2727
- [Pattern 4: CartContext](#pattern-4-cartcontext)

.agents/plugins/commercetools/skills/commercetools-storefront/references/core/ct-client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This reference covers the commercetools SDK singleton, environment setup, JWT se
2525
- [Pattern 2: Environment Variables](#pattern-2-environment-variables)
2626
- [Pattern 3: JWT Session Management](#pattern-3-jwt-session-management)
2727
- [Pattern 4: BFF Route Handler Shape](#pattern-4-bff-route-handler-shape)
28-
- [Pattern 5: commercetools Helper Function Shape](#pattern-5-ct-helper-function-shape)
28+
- [Pattern 5: commercetools Helper Function Shape](#pattern-5-commercetools-helper-function-shape)
2929
- [Pattern 6: Connection Health Check](#pattern-6-connection-health-check)
3030
- [Checklist](#checklist)
3131

.agents/plugins/commercetools/skills/commercetools-storefront/references/core/customer-auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ metadata:
2020
This reference covers the shared patterns: the correct commercetools login endpoint, Route Handler structure, SWR hook for account data, and logout cache-clearing. Domain-specific auth patterns (B2C anonymous cart merge; B2B BU auto-selection and channel resolution) are documented in the respective skill's `customer-auth.md`.
2121

2222
## Table of Contents
23-
- [Pattern 1: commercetools Login Endpoint](#pattern-1-ct-login-endpoint)
23+
- [Pattern 1: commercetools Login Endpoint](#pattern-1-commercetools-login-endpoint)
2424
- [Pattern 2: Route Handler Structure](#pattern-2-route-handler-structure)
2525
- [Pattern 3: useAccount SWR Hook](#pattern-3-useaccount-swr-hook)
2626
- [Pattern 4: Logout — Session and SWR Cache Clearing](#pattern-4-logout--session-and-swr-cache-clearing)

.agents/plugins/commercetools/skills/commercetools-storefront/references/core/data-loading.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ metadata:
1919

2020
## Table of Contents
2121
- [Pattern 1: Server vs SWR Decision](#pattern-1-server-vs-swr-decision)
22-
- [Pattern 2: commercetools Type Boundary](#pattern-2-ct-type-boundary)
22+
- [Pattern 2: commercetools Type Boundary](#pattern-2-commercetools-type-boundary)
2323
- [Pattern 3: BFF API Route Shape](#pattern-3-bff-api-route-shape)
2424
- [Pattern 4: Version Conflict](#pattern-4-version-conflict)
2525
- [Pattern 5: Server-Side Caching](#pattern-5-server-side-caching)

.agents/plugins/commercetools/skills/commercetools-storefront/references/core/performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This reference covers parallel data fetching, `unstable_cache` for stable data,
2020

2121
## Table of Contents
2222
- [Pattern 1: Parallel Fetching in Server Components](#pattern-1-parallel-fetching-in-server-components)
23-
- [Pattern 2: unstable_cache for Stable commercetools Data](#pattern-2-unstable_cache-for-stable-ct-data)
23+
- [Pattern 2: unstable_cache for Stable commercetools Data](#pattern-2-unstable_cache-for-stable-commercetools-data)
2424
- [Pattern 3: SWR Fallback Injection from the Server](#pattern-3-swr-fallback-injection-from-the-server)
2525
- [Pattern 4: Image Optimization](#pattern-4-image-optimization) → see [image-config.md](./image-config.md)
2626
- [Pattern 5: N+1 Anti-Patterns to Avoid](#pattern-5-n1-anti-patterns-to-avoid)

.agents/plugins/commercetools/skills/commercetools-storefront/references/core/shopping-lists.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Shopping lists let customers save products for later. In B2C they are personal (
2121

2222
## Table of Contents
2323
- [Pattern 1: The Two API Chains](#pattern-1-the-two-api-chains)
24-
- [Pattern 2: commercetools Helper Functions](#pattern-2-ct-helper-functions)
24+
- [Pattern 2: commercetools Helper Functions](#pattern-2-commercetools-helper-functions)
2525
- [Pattern 3: Route Handlers](#pattern-3-route-handlers)
2626
- [Pattern 4: SWR Hook](#pattern-4-swr-hook)
2727
- [Pattern 5: Mapper](#pattern-5-mapper)

0 commit comments

Comments
 (0)