Skip to content

Commit e58edc5

Browse files
Update community forums link
1 parent 9f75877 commit e58edc5

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

docs-shopify.dev/generated/generated_static_pages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"type": "Generic",
9696
"anchorLink": "help",
9797
"title": "Where to get help",
98-
"sectionContent": "\n- [Shopify Community Forums](https://community.shopify.com/) - Visit our forums to connect with the community and learn more about Shopify CLI development.\n- [Open a GitHub issue](https://github.com/shopify/cli/issues) - To report bugs or request new features, open an issue in the Shopify CLI repository.\n"
98+
"sectionContent": "\n- [Shopify Community Forums](https://community.shopify.dev/c/shopify-cli-libraries/14) - Visit our forums to connect with the community and learn more about Shopify CLI development.\n- [Open a GitHub issue](https://github.com/shopify/cli/issues) - To report bugs or request new features, open an issue in the Shopify CLI repository.\n"
9999
},
100100
{
101101
"type": "Resource",

docs-shopify.dev/static/cli.doc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Or, run the \`help\` command to get this information right in your terminal.
109109
anchorLink: 'help',
110110
title: 'Where to get help',
111111
sectionContent: `
112-
- [Shopify Community Forums](https://community.shopify.com/) - Visit our forums to connect with the community and learn more about Shopify CLI development.
112+
- [Shopify Community Forums](https://community.shopify.dev/c/shopify-cli-libraries/14) - Visit our forums to connect with the community and learn more about Shopify CLI development.
113113
- [Open a GitHub issue](https://github.com/shopify/cli/issues) - To report bugs or request new features, open an issue in the Shopify CLI repository.
114114
`,
115115
},

packages/app/src/cli/api/graphql/app-management/generated/specifications.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export type FetchSpecificationsQuery = {
1616
uidStrategy:
1717
| {appModuleLimit: number; isClientProvided: boolean}
1818
| {appModuleLimit: number; isClientProvided: boolean}
19+
| {appModuleLimit: number; isClientProvided: boolean}
1920
validationSchema?: {jsonSchema: string} | null
2021
}[]
2122
}

0 commit comments

Comments
 (0)