AI Transport docs: sort Features nav section alphabetically#3468
Draft
VeskeR wants to merge 1 commit into
Draft
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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