Revert "Add documentation for Storefront Components"#2212
Open
Tobias Berge (tobiasberge) wants to merge 5 commits intomainfrom
Open
Revert "Add documentation for Storefront Components"#2212Tobias Berge (tobiasberge) wants to merge 5 commits intomainfrom
Tobias Berge (tobiasberge) wants to merge 5 commits intomainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR reverts previously added documentation around the Storefront Components system to avoid promoting a workflow that is expected to change with the upcoming move to Vite-based bundling.
Changes:
- Removes the Storefront Components concept page and related references from plugin/app storefront template customization guides.
- Adjusts the theme configuration guide to remove component-related/script guidance that is expected to change.
- Cleans up the spelling wordlist by removing component-doc-specific terms.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| guides/plugins/themes/theme-configuration.md | Removes/reshuffles sections related to theme configuration (including script/component-related guidance). |
| guides/plugins/plugins/storefront/customize-templates.md | Removes the “Storefront Components” section/link. |
| guides/plugins/apps/storefront/customize-templates.md | Removes the “Storefront Components” section/link. |
| concepts/framework/storefront-components.md | Deletes the Storefront Components documentation page. |
| .wordlist.txt | Removes now-unused terms that were primarily needed for the deleted docs. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Michael Telgmann (mitelg)
approved these changes
Mar 30, 2026
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Micha Hobert (Isengo1989)
approved these changes
Mar 31, 2026
Contributor
Micha Hobert (Isengo1989)
left a comment
There was a problem hiding this comment.
Thx for the PR Tobias Berge (@tobiasberge) 👍
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reverts #2182
We'd like to to revert the docs for the component system for now.
With this change vite will be introduced as a bundler to compile component JS. It also allows adding external dependencies (node_modules) more easily for 3rd party developers.
This will result in a breaking change in the currently documented way of adding component JavaScript in the theme.json. We want to finish the JS part of the component system first. We can bring back the docs afterwards with the necessary changes. In the meantime we don't want to actively promote the current solution because it will change later.