2026-04: Fix doc generation to resolve shopify-dev from World#4124
2026-04: Fix doc generation to resolve shopify-dev from World#4124vctrchu wants to merge 1 commit into2026-04-rcfrom
Conversation
The standalone shopify-dev repo is deprecated — shopify-dev now lives in World at //areas/platforms/shopify-dev. Remove the legacy fallback and interactive prompt. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
🚨🚨🚨 Docs migration in progress 🚨🚨🚨We are actively migrating UI extension reference docs to MDX in the
During this migration, please be aware of the following:
Doc comments in Examples that previously lived in this repo are being moved to the What should I do?
Thanks for your patience while we complete the migration! 🙏 |
f59baae to
c30b5f5
Compare
This stack of pull requests is managed by Graphite. Learn more about stacking. |

Related to https://github.com/shop/issues-retail/issues/26023
TL;DR
Update doc generation path to resolve
shopify-devfrom the World monorepo instead of the deprecated standalone repo.What changed?
resolveShopifyDevPathnow resolves to~/world/trees/root/src/areas/platforms/shopify-dev../../../shopify-dev(standalone repo)readlineimportbuild-docs.mjscaller to match new signature (no args)Why?
shopify-devhas moved into World at//areas/platforms/shopify-dev. The standalone repo is deprecated. Runningyarn docs:point-of-saleshould copy generated output directly to the World zone.Note
This PR targets
2026-04-rc. The same change needs to be applied to other active version branches (e.g.2025-10,2026-01) sincebuild-doc-shared.mjsandbuild-docs.mjsare shared across all versions. Cherry-pick or open matching PRs for other branches as needed.How to test?
Requires
//areas/platforms/shopify-devin your sparse checkout:Then run
yarn docs:point-of-sale 2026-04-rc— generated JSON should appear in~/world/trees/root/src/areas/platforms/shopify-dev/db/data/docs/templated_apis/pos_ui_extensions/2026-04-rc/.