Skip to content

Commit d05759f

Browse files
committed
Update link format
1 parent 7b06e86 commit d05759f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/ui-extensions/docs/surfaces/point-of-sale/reference/components/POSReceiptBlock.doc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const data: ReferenceEntityTemplateSchema = {
88
name: 'POSReceiptBlock',
99
description: `A component used to group other components together for display on POS receipts.
1010
> Note:
11-
> This is part of a [[POS UI Extensions developer preview](/docs/api/feature-previews#pos-ui-extensions-preview). More information to come.
11+
> This is part of a [POS UI Extensions developer preview](/docs/api/feature-previews#pos-ui-extensions-preview). More information to come.
1212
>
1313
> This component only accepts \`Text\` and \`QRCode\` components as children.`,
1414
isVisualComponent: true,

packages/ui-extensions/docs/surfaces/point-of-sale/reference/components/QRCode.doc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const data: ReferenceEntityTemplateSchema = {
88
name: 'QRCode',
99
description: `A component that renders a QR code in Shopify POS.
1010
> Note:
11-
> This is part of a [[POS UI Extensions developer preview](/docs/api/feature-previews#pos-ui-extensions-preview). More information to come.`,
11+
> This is part of a [POS UI Extensions developer preview](/docs/api/feature-previews#pos-ui-extensions-preview). More information to come.`,
1212
requires: 'use within a `POSReceiptBlock` component',
1313
isVisualComponent: true,
1414
type: 'component',

packages/ui-extensions/docs/surfaces/point-of-sale/reference/targets/pos.cash-tracking-session-start.event.observe.doc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const data: ReferenceEntityTemplateSchema = {
77
name: ExtensionTargetType.PosCashTrackingSessionStartObserve,
88
description: `An event extension target that observes when cash tracking session starts
99
> Note:
10-
> This is part of a [[POS UI Extensions developer preview](/docs/api/feature-previews#pos-ui-extensions-preview). More information to come.`,
10+
> This is part of a [POS UI Extensions developer preview](/docs/api/feature-previews#pos-ui-extensions-preview). More information to come.`,
1111
category: 'Targets',
1212
subCategory: 'Cash tracking',
1313
isVisualComponent: false,

0 commit comments

Comments
 (0)