From 8ae475c29c35d3584f61fe9a2a804fe6566397da Mon Sep 17 00:00:00 2001 From: Brandon Hopkins <76761586+TechHutTV@users.noreply.github.com> Date: Tue, 7 Jul 2026 09:42:11 -0700 Subject: [PATCH] Condense Navigation (#835) --- src/components/NavigationDocs.jsx | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/src/components/NavigationDocs.jsx b/src/components/NavigationDocs.jsx index 88d9d96a..bd44f729 100644 --- a/src/components/NavigationDocs.jsx +++ b/src/components/NavigationDocs.jsx @@ -556,10 +556,16 @@ export const docsNavigation = [ { title: 'AGENT NETWORK', links: [ - { title: 'What is Agent Network?', href: '/agent-network' }, - { title: 'How It Works', href: '/agent-network/how-it-works' }, - { title: 'Quickstart', href: '/agent-network/quickstart' }, - { title: 'Providers', href: '/agent-network/providers' }, + { + title: 'Getting Started', + href: '/agent-network', + links: [ + { title: 'What is Agent Network?', href: '/agent-network' }, + { title: 'How It Works', href: '/agent-network/how-it-works' }, + { title: 'Quickstart', href: '/agent-network/quickstart' }, + { title: 'Providers', href: '/agent-network/providers' }, + ], + }, { title: 'Policies', href: '/agent-network/policies', @@ -587,9 +593,9 @@ export const docsNavigation = [ title: 'Log Collection & Retention', href: '/agent-network/usage-and-logs/log-collection', }, + { title: 'Global Limits', href: '/agent-network/global-limits' }, ], }, - { title: 'Global Limits', href: '/agent-network/global-limits' }, { title: 'Integrations', href: '/agent-network/integrations',