diff --git a/src/data/nav/aitransport.ts b/src/data/nav/aitransport.ts index ebabea2a1a..74285e9bff 100644 --- a/src/data/nav/aitransport.ts +++ b/src/data/nav/aitransport.ts @@ -132,76 +132,76 @@ export default { name: 'Features', pages: [ { - name: 'Token streaming', - link: '/docs/ai-transport/features/token-streaming', + name: 'Agent presence', + link: '/docs/ai-transport/features/agent-presence', }, { - name: 'Cancellation', - link: '/docs/ai-transport/features/cancellation', + name: 'Branching, edit, and regenerate', + link: '/docs/ai-transport/features/branching', }, { - name: 'Reconnection and recovery', - link: '/docs/ai-transport/features/reconnection-and-recovery', + name: 'Cancellation', + link: '/docs/ai-transport/features/cancellation', }, { - name: 'Multi-device sessions', - link: '/docs/ai-transport/features/multi-device', + name: 'Chain of thought', + link: '/docs/ai-transport/features/chain-of-thought', }, { - name: 'History and replay', - link: '/docs/ai-transport/features/history', + name: 'Concurrent turns', + link: '/docs/ai-transport/features/concurrent-turns', }, { name: 'Database hydration', link: '/docs/ai-transport/features/database-hydration', }, { - name: 'Branching, edit, and regenerate', - link: '/docs/ai-transport/features/branching', - }, - { - name: 'Interruption', - link: '/docs/ai-transport/features/interruption', - }, - { - name: 'Concurrent turns', - link: '/docs/ai-transport/features/concurrent-turns', - }, - { - name: 'Tool calling', - link: '/docs/ai-transport/features/tool-calling', + name: 'Double texting', + link: '/docs/ai-transport/features/double-texting', }, { name: 'Durable execution', link: '/docs/ai-transport/features/durable-execution', }, { - name: 'Human-in-the-loop', - link: '/docs/ai-transport/features/human-in-the-loop', + name: 'History and replay', + link: '/docs/ai-transport/features/history', }, { - name: 'Optimistic updates', - link: '/docs/ai-transport/features/optimistic-updates', + name: 'Human-in-the-loop', + link: '/docs/ai-transport/features/human-in-the-loop', }, { - name: 'Agent presence', - link: '/docs/ai-transport/features/agent-presence', + name: 'Interruption', + link: '/docs/ai-transport/features/interruption', }, { name: 'LiveObjects State', link: '/docs/ai-transport/features/liveobjects', }, + { + name: 'Multi-device sessions', + link: '/docs/ai-transport/features/multi-device', + }, + { + name: 'Optimistic updates', + link: '/docs/ai-transport/features/optimistic-updates', + }, { name: 'Push notifications', link: '/docs/ai-transport/features/push-notifications', }, { - name: 'Chain of thought', - link: '/docs/ai-transport/features/chain-of-thought', + name: 'Reconnection and recovery', + link: '/docs/ai-transport/features/reconnection-and-recovery', }, { - name: 'Double texting', - link: '/docs/ai-transport/features/double-texting', + name: 'Token streaming', + link: '/docs/ai-transport/features/token-streaming', + }, + { + name: 'Tool calling', + link: '/docs/ai-transport/features/tool-calling', }, ], },