remove old target data and update script#4443
Conversation
🚨🚨🚨 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! 🙏 |
|
This PR targets a stable release branch ( When you open the forward-port PR, include a line like this in its body so the Accepted formats (comma-separated for multiple):
If a forward-port isn't needed (e.g., the change is stable-only), you can remove the |
Background
(Provide a link to any relevant issues AND provide a TLDR of the issue in this pull request)
we no longer generate the targets in versioned folders and because of the old data when transferring files over the newwer data was being overwritten by the stale data
Solution
delete the old data
update the script to move things over to not look for versioned folders
(Describe your solution, why this approach was chosen, and what the alternatives/impacts may be)
🎩
Checklist