Skip to content

Commit a654d6c

Browse files
authored
Merge pull request #6296 from Shopify/08-21-remove_hydrogen_packages_from_cli_docs
Remove hydrogen packages from CLI docs
2 parents 265b8fb + 061003e commit a654d6c

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/cli/architecture.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,14 @@ and that you can find the component you are looking for more easily.
1717
| Package | Description | Examples |
1818
| ------- | ----------- | ------ |
1919
| @shopify/create-app | Contains an executable that guides the user through the process of creating a new Shopify app | Executable and init command |
20-
| @shopify/create-hydrogen | Contains an executable that guides the user through the process of creating a new Hydrogen storefront | Executable and init command |
2120
| @shopify/cli | Contains the CLI executable that glues all the commands provided by the features under it | Executable and init command |
2221
| @shopify/app | Contains the logic for creating, building, serving, and deploying Shopify apps | Commands, App model, Deployment tool. |
2322
| @shopify/theme | Contains the logic for creating, building, and pushing themes. | Commands, Theme server and checker. |
24-
| @shopify/hydrogen | Contains the logic for building Hydrogen storefronts | Commands, Theme server and checker. |
2523
| @shopify/cli-kit | Contains models and utilities that are shared across all the features | Authentication handler, Admin API Client, Session manager. |
24+
25+
<br/>
26+
27+
`@shopify/hydrogen` and `@shopify/create-hydrogen` packages used to be part of this repository, but they have been moved. For details about these packages, please visit:
28+
29+
- [@shopify/hydrogen](https://github.com/Shopify/hydrogen/tree/main/packages/hydrogen)
30+
- [@shopify/create-hydrogen](https://github.com/Shopify/hydrogen/tree/main/packages/create-hydrogen)

0 commit comments

Comments
 (0)