fix(docs): Rename localization.doc.ts to fix URL slug collision (2026-01)#4112
fix(docs): Rename localization.doc.ts to fix URL slug collision (2026-01)#4112
Conversation
Both "Localization API" and "Localization API (Order Status)" were generating the same URL slug because their source files had the same name. Renaming the order-status version to localization-order-status.doc.ts ensures unique slugs: - Localization API → /localization-api - Localization API (Order Status) → /localization-order-status-api Made-with: Cursor
🚨🚨🚨 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! 🙏 |
Summary
order-status-api/localization.doc.ts→order-status-api/localization-order-status.doc.ts/apis/localizationProblem
Both APIs had source files named
localization.doc.ts, causing the doc generation system to produce identical URL slugs.Solution
Rename the order-status version to
localization-order-status.doc.tsso each API gets a unique slug:/localization/localization-order-statusTest plan
Made with Cursor