From 4e314a3f009b47a642ab1cee1ed536cd320084af Mon Sep 17 00:00:00 2001 From: Hong Yi Chen Date: Tue, 19 May 2026 00:11:28 -0700 Subject: [PATCH] Move Memory (Research Preview) to bottom of Agents tab sidebar MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Memory was sitting in the #2 slot, right after 'Getting started' and above 'Warp Agents'. Reorder so the research-preview section sits at the bottom of the Agents tab (after 'Oz Cloud Agents & Orchestration'), matching the visual hierarchy of stable → preview content. Co-Authored-By: Oz --- src/sidebar.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/sidebar.ts b/src/sidebar.ts index 523d2b68..cabd7404 100644 --- a/src/sidebar.ts +++ b/src/sidebar.ts @@ -246,12 +246,6 @@ export const sidebarTopics: StarlightSidebarTopicsUserConfig = [ 'agent-platform/getting-started/faqs', ], }, - { - label: 'Memory (Research Preview)', - items: [ - { slug: 'agent-platform/agent-memory', label: 'Agent Memory' }, - ], - }, { label: 'Warp Agents', items: [ @@ -405,6 +399,12 @@ export const sidebarTopics: StarlightSidebarTopicsUserConfig = [ { slug: 'agent-platform/cloud-agents/faqs', label: 'Cloud agent FAQs' }, ], }, + { + label: 'Memory (Research Preview)', + items: [ + { slug: 'agent-platform/agent-memory', label: 'Agent Memory' }, + ], + }, ], }, {