Add missing Navigation API doc wrapper type (2025-07)#4283
Add missing Navigation API doc wrapper type (2025-07)#4283
Conversation
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! 🙏 |
|
We detected some changes in |
|
The Navigation and Intents types are showing on stage8 without the wrapper types. The v2 rendering system is pulling them directly from the StandardApi type resolution, not from Docs_Standard_* wrappers. This means: Your fix branch wrappers were a v1 approach that v2 doesn't need |
Adds Docs_Standard_NavigationApi wrapper type. Navigation exists on this version but had no docs wrapper.
Made with Cursor