-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: plumb through navigation v1 #1651
Conversation
🌿 Preview your docs: https://fern-preview-08be60aa-11d2-4dbc-bdf3-8e4338ad023d.docs.buildwithfern.com |
🌿 Preview your docs: https://fern-preview-a84e872a-8648-4f60-a29e-cca5d9dc1bdd.docs.buildwithfern.com |
🌿 Preview your docs: https://fern-preview-a174fcae-7ef6-48e8-b17b-b4cd7b16538d.docs.buildwithfern.com |
📦 Next.js Bundle Analysis for fern-platform-monorepoThis analysis was generated by the Next.js Bundle Analysis action. 🤖 🎉 Global Bundle Size Decreased
DetailsThe global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster. Any third party scripts you have added directly to your app using the If you want further insight into what is behind the changes, give @next/bundle-analyzer a try! New Pages AddedThe following pages were added to the bundle from the code in this PR:
|
🌿 Preview your docs: https://fern-preview-8e722fd8-b204-41ef-9f24-c3d5b433690a.docs.buildwithfern.com |
Playwright test resultsDetails 81 tests across 3 suites |
🌿 Preview your docs: https://fern-preview-adf6d3d8-4b9e-4376-b876-2f420eb0e935.docs.buildwithfern.com |
Playwright test resultsDetails 1 test across 1 suite |
This PR updates the v1 registry endpoint to accept NavigationV1 types, and plumbs through authed + audiences on those types.