Skip to content

Commit 2112783

Browse files
Merge pull request #2866 from Shopify/fix-components-and-polaris-web-component-route-for-customer-account
Fix components and polaris web component route for customer account
2 parents 29b7756 + 2a80a55 commit 2112783

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/ui-extensions/docs/surfaces/customer-account/categories/components.doc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import {CategoryTemplateSchema} from '@shopify/generate-docs';
22

33
const data: CategoryTemplateSchema = {
4-
category: 'components',
4+
category: 'Polaris web components',
55
sections: [
66
{
77
type: 'Generic',

packages/ui-extensions/src/surfaces/customer-account/components/CustomerAccountAction/CustomerAccountAction.doc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const data: ReferenceEntityTemplateSchema = {
2727
type: 'Docs_CustomerAccountAction_Button_SecondaryAction',
2828
},
2929
],
30-
category: 'components',
30+
category: 'Polaris web components',
3131
defaultExample: {
3232
image: 'customeraccountaction-preview.png',
3333
altText:

packages/ui-extensions/src/surfaces/customer-account/components/ImageGroup/ImageGroup.doc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const data: ReferenceEntityTemplateSchema = {
1515
type: 'ImageGroupProps',
1616
},
1717
],
18-
category: 'components',
18+
category: 'Polaris web components',
1919
defaultExample: {
2020
image: 'imagegroup-preview.png',
2121
altText:

packages/ui-extensions/src/surfaces/customer-account/components/Page/Page.doc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const data: ReferenceEntityTemplateSchema = {
3333
type: 'Docs_Page_Button_BreadcrumbAction',
3434
},
3535
],
36-
category: 'components',
36+
category: 'Polaris web components',
3737
defaultExample: {
3838
image: 'page-preview.png',
3939
altText:

0 commit comments

Comments
 (0)