AI Transport docs: sort Features nav section alphabetically#3468
Conversation
The Features section had grown to 18 entries in an ad-hoc order, which made the sidebar hard to scan and made it difficult to locate a specific feature. Sorting the list alphabetically by display name gives the section a predictable, scannable order. Scope is deliberately limited to the Features list. Sections whose order carries meaning are left unchanged: Getting started and Frameworks follow the intended SDK progression (Core SDK, Vercel AI SDK, Vercel WDK, Temporal), and Concepts follows the object-model hierarchy (sessions, connections, runs, steps, invocations). No pages are added, removed, or relinked; the change is a pure reordering. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
I agree that the feature list is rapidly expanding, and it would help to make that easier to navigate; however I'm not convinced that alphabetising the list is the right way to do this. In terms of releative 'importance' - is 'Agent presence' the first thing we believe should be read to understand the value proposition and how AI Transport works? |
|
deferred to #3471 |
Summary
The AI Transport Features navigation section had grown to 18 entries in an ad-hoc order, which made the sidebar hard to scan and made it difficult to locate a specific feature. This PR sorts that list alphabetically by display name so the section has a predictable, scannable order.
Scope
Only the
Featureslist insrc/data/nav/aitransport.tsis reordered. Sections whose order carries meaning are intentionally left unchanged:No pages are added, removed, or relinked — the diff is a pure reordering (34 insertions / 34 deletions) and all 18 feature links are intact.
New Features order
Agent presence · Branching, edit, and regenerate · Cancellation · Chain of thought · Concurrent turns · Database hydration · Double texting · Durable execution · History and replay · Human-in-the-loop · Interruption · LiveObjects State · Multi-device sessions · Optimistic updates · Push notifications · Reconnection and recovery · Token streaming · Tool calling
Notes
main(not the in-flight WDK docs branch) so it is a clean, standalone change. The WDK nav entries live in Getting started and Frameworks, which are untouched here, so there is no overlap.🤖 Generated with Claude Code