From 75058391e3f81a489193024e4074bad5ca11188c Mon Sep 17 00:00:00 2001 From: Brandon Hopkins <76761586+TechHutTV@users.noreply.github.com> Date: Tue, 18 Aug 2026 12:10:01 -0700 Subject: [PATCH] Toned-down Agent Network sidebar entry styling (#935) --- src/components/NavigationDocs.jsx | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/src/components/NavigationDocs.jsx b/src/components/NavigationDocs.jsx index 3f862218..7463b228 100644 --- a/src/components/NavigationDocs.jsx +++ b/src/components/NavigationDocs.jsx @@ -461,11 +461,11 @@ export const docsNavigation = [ }, { title: 'AGENT NETWORK', - // Featured highlight: any group with `featured: true` renders as the - // card at the top of the sidebar, with an optional `badge`. isOpen:false - // keeps this card collapsed by default, while the other top-level - // sections start expanded. To spotlight a different product later, move - // these lines to its group; remove them to drop the card entirely. + // Featured highlight: any group with `featured: true` is pinned to the + // top of the sidebar, with an optional `badge` pill. isOpen:false keeps + // it collapsed by default, while the other top-level sections start + // expanded. To spotlight a different product later, move these lines to + // its group; remove them to drop the highlight entirely. featured: true, badge: 'New', isOpen: false, @@ -473,6 +473,7 @@ export const docsNavigation = [ { title: 'Getting Started', href: '/agent-network', + isOpen: true, links: [ { title: 'What is Agent Network?', href: '/agent-network' }, { title: 'How It Works', href: '/agent-network/how-it-works' }, @@ -1198,16 +1199,10 @@ export function NavigationDocs({ className }) { {docsNavigation.map((group, groupIndex) => group.featured ? ( - + ) : null )} - {docsNavigation.some((group) => group.featured) && ( -