Skip to content

Commit 213c8ef

Browse files
kbavpobed2
andcommitted
update URLs in description for app generate extension
Co-authored-by: Alvaro Gutierrez <[email protected]>, Co-authored-by: Pierre-Olivier Bédard <[email protected]>
1 parent 3bb514a commit 213c8ef

File tree

5 files changed

+15
-9
lines changed

5 files changed

+15
-9
lines changed

.changeset/dry-files-fold.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@shopify/app': patch
3+
---
4+
5+
Update link URLs for shopify app generate extension description

docs/cli/conventions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Default exports force the module importer to decide on a name, which leads to in
1212
import { join } from "node:path"
1313
```
1414

15-
A better name for the above function would have beeen:
15+
A better name for the above function would have been:
1616

1717
```ts
1818
import { joinPath } from "node:path"

packages/app/src/cli/commands/app/generate/extension.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ import {renderWarning} from '@shopify/cli-kit/node/ui'
1111
export default class AppGenerateExtension extends AppLinkedCommand {
1212
static summary = 'Generate a new app Extension.'
1313

14-
static descriptionWithMarkdown = `Generates a new [app extension](https://shopify.dev/docs/apps/app-extensions). For a list of app extensions that you can generate using this command, refer to [Supported extensions](https://shopify.dev/docs/apps/structure/app-extensions/list).
14+
static descriptionWithMarkdown = `Generates a new [app extension](https://shopify.dev/docs/apps/build/app-extensions). For a list of app extensions that you can generate using this command, refer to [Supported extensions](https://shopify.dev/docs/apps/build/app-extensions/list-of-app-extensions).
1515
16-
Each new app extension is created in a folder under \`extensions/\`. To learn more about the extensions file structure, refer to [App structure](https://shopify.dev/docs/apps/tools/cli/structure) and the documentation for your extension.
16+
Each new app extension is created in a folder under \`extensions/\`. To learn more about the extensions file structure, refer to [App structure](https://shopify.dev/docs/apps/build/cli-for-apps/app-structure) and the documentation for your extension.
1717
`
1818

1919
static description = this.descriptionWithoutMarkdown()

packages/cli/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -541,12 +541,13 @@ FLAGS
541541
DESCRIPTION
542542
Generate a new app Extension.
543543
544-
Generates a new "app extension" (https://shopify.dev/docs/apps/app-extensions). For a list of app extensions that you
545-
can generate using this command, refer to "Supported extensions"
546-
(https://shopify.dev/docs/apps/structure/app-extensions/list).
544+
Generates a new "app extension" (https://shopify.dev/docs/apps/build/app-extensions). For a list of app extensions
545+
that you can generate using this command, refer to "Supported extensions"
546+
(https://shopify.dev/docs/apps/build/app-extensions/list-of-app-extensions).
547547
548548
Each new app extension is created in a folder under `extensions/`. To learn more about the extensions file structure,
549-
refer to "App structure" (https://shopify.dev/docs/apps/tools/cli/structure) and the documentation for your extension.
549+
refer to "App structure" (https://shopify.dev/docs/apps/build/cli-for-apps/app-structure) and the documentation for
550+
your extension.
550551
```
551552

552553
## `shopify app import-custom-data-definitions`

packages/cli/oclif.manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1927,8 +1927,8 @@
19271927
"args": {
19281928
},
19291929
"customPluginName": "@shopify/app",
1930-
"description": "Generates a new \"app extension\" (https://shopify.dev/docs/apps/app-extensions). For a list of app extensions that you can generate using this command, refer to \"Supported extensions\" (https://shopify.dev/docs/apps/structure/app-extensions/list).\n\n Each new app extension is created in a folder under `extensions/`. To learn more about the extensions file structure, refer to \"App structure\" (https://shopify.dev/docs/apps/tools/cli/structure) and the documentation for your extension.\n ",
1931-
"descriptionWithMarkdown": "Generates a new [app extension](https://shopify.dev/docs/apps/app-extensions). For a list of app extensions that you can generate using this command, refer to [Supported extensions](https://shopify.dev/docs/apps/structure/app-extensions/list).\n\n Each new app extension is created in a folder under `extensions/`. To learn more about the extensions file structure, refer to [App structure](https://shopify.dev/docs/apps/tools/cli/structure) and the documentation for your extension.\n ",
1930+
"description": "Generates a new \"app extension\" (https://shopify.dev/docs/apps/build/app-extensions). For a list of app extensions that you can generate using this command, refer to \"Supported extensions\" (https://shopify.dev/docs/apps/build/app-extensions/list-of-app-extensions).\n\n Each new app extension is created in a folder under `extensions/`. To learn more about the extensions file structure, refer to \"App structure\" (https://shopify.dev/docs/apps/build/cli-for-apps/app-structure) and the documentation for your extension.\n ",
1931+
"descriptionWithMarkdown": "Generates a new [app extension](https://shopify.dev/docs/apps/build/app-extensions). For a list of app extensions that you can generate using this command, refer to [Supported extensions](https://shopify.dev/docs/apps/build/app-extensions/list-of-app-extensions).\n\n Each new app extension is created in a folder under `extensions/`. To learn more about the extensions file structure, refer to [App structure](https://shopify.dev/docs/apps/build/cli-for-apps/app-structure) and the documentation for your extension.\n ",
19321932
"flags": {
19331933
"client-id": {
19341934
"description": "The Client ID of your app.",

0 commit comments

Comments
 (0)