Uh oh!
There was an error while loading. Please reload this page.
feat(docs): add eve and AI SDK to product switcher - #2543
Conversation
Wire the existing AI SDK logo into the OSS product switcher (above Flags SDK) and add a new eve entry (text wordmark + Beta badge, linking to eve.dev/docs) above it at the top of the list.
|
| logo: ComponentType<{ height: number }>; | ||
| height: number; | ||
| }[] = [ | ||
| { href: 'https://eve.dev/docs', logo: LogoEve, height: 18 }, |
There was a problem hiding this comment.
For all the other links, we link to the landing page, but here it's a docs deep-link. Was this intentional? Should it be consistent?
| {href: 'https://eve.dev/docs',logo: LogoEve,height: 18}, | |
| {href: 'https://eve.dev/',logo: LogoEve,height: 18}, |
VaguelySerious
left a comment
There was a problem hiding this comment.
LGTM though see note about inconsistency
Uh oh!
There was an error while loading. Please reload this page.
No backport to All changed files are under To override, re-run the Backport to stable workflow manually via |
…testing * origin/main: Version Packages (beta) (#2540) perf(core): memoize step return value hydration across inline replays (#2472) [core] Fix abort signal not reflected in subsequent step (replay-ordering flake) (#2412) Amend lazy discovery removal changeset (#2560) [docs] Document minimum SDK version for using hook.getConflict (#2423) Update default CODEOWNERS (#2556) Optimize and fix the default eager build mode (#2546) Revert "fix(world-vercel): cancel v4 event frame stream on early exit (#2547)" (#2554) [core] Turbo mode: fast-path the first invocation (#2526) Remove lazy discovery from workflow/next (#2545) fix(world-vercel): cancel v4 event frame stream on early exit (#2547) feat(docs): add eve and AI SDK to product switcher (#2543) [vitest] Fix local imports failing to load in test step bundles (#2351) [builders] Fix unicode-escape crash in workflow graph extraction (#2324) Version Packages (beta) (#2495) otel(world-vercel): inject trace context on v4 event requests (#2533) Bump undici to 7.28.0 (#2534) Default source maps to dev-on / prod-off (#2529) otel: nest linked-mode invocations under the delivery context (route + execution in one trace) (#2527) perf(core): parallel inline steps + optimistic lazy step start (#2516)
* origin/main: (120 commits) Version Packages (beta) (vercel#2540) perf(core): memoize step return value hydration across inline replays (vercel#2472) [core] Fix abort signal not reflected in subsequent step (replay-ordering flake) (vercel#2412) Amend lazy discovery removal changeset (vercel#2560) [docs] Document minimum SDK version for using hook.getConflict (vercel#2423) Update default CODEOWNERS (vercel#2556) Optimize and fix the default eager build mode (vercel#2546) Revert "fix(world-vercel): cancel v4 event frame stream on early exit (vercel#2547)" (vercel#2554) [core] Turbo mode: fast-path the first invocation (vercel#2526) Remove lazy discovery from workflow/next (vercel#2545) fix(world-vercel): cancel v4 event frame stream on early exit (vercel#2547) feat(docs): add eve and AI SDK to product switcher (vercel#2543) [vitest] Fix local imports failing to load in test step bundles (vercel#2351) [builders] Fix unicode-escape crash in workflow graph extraction (vercel#2324) Version Packages (beta) (vercel#2495) otel(world-vercel): inject trace context on v4 event requests (vercel#2533) Bump undici to 7.28.0 (vercel#2534) Default source maps to dev-on / prod-off (vercel#2529) otel: nest linked-mode invocations under the delivery context (route + execution in one trace) (vercel#2527) perf(core): parallel inline steps + optimistic lazy step start (vercel#2516) ...
Wire the existing AI SDK logo into the OSS product switcher (above Flags SDK) and add a new eve entry (text wordmark + Beta badge, linking to eve.dev/docs) above it at the top of the list.