Add missing Navigation and Intents API doc wrapper types (2026-04-rc)#4280
Add missing Navigation and Intents API doc wrapper types (2026-04-rc)#4280sordaz00 wants to merge 1 commit into2026-04-rcfrom
Conversation
…wrapper types These wrapper types were missing from docs.ts, causing the Navigation and Intents API pages to render without properties in the v2 documentation. Every other standard API has a corresponding Docs_Standard_* wrapper that the rendering pipeline uses. 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! 🙏 |
|
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 and Docs_Standard_IntentsApi wrapper types to docs.ts. These were missing, causing the Navigation and Intents API pages to render without properties in the v2 documentation.
Made with Cursor