diff --git a/src/components/NavigationDocs.jsx b/src/components/NavigationDocs.jsx index 58b519a6..27ce034b 100644 --- a/src/components/NavigationDocs.jsx +++ b/src/components/NavigationDocs.jsx @@ -76,56 +76,6 @@ export const docsNavigation = [ { title: 'CLI', href: '/get-started/cli' }, ], }, - { - 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: 'Policies', - href: '/agent-network/policies', - links: [ - { - title: 'Token & Budget Limits', - href: '/agent-network/policies/limits', - }, - { title: 'Guardrails', href: '/agent-network/policies/guardrails' }, - ], - }, - { - title: 'Usage & Logs', - href: '/agent-network/usage-and-logs', - links: [ - { - title: 'Usage Overview', - href: '/agent-network/usage-and-logs/usage-overview', - }, - { - title: 'Access Logs', - href: '/agent-network/usage-and-logs/access-logs', - }, - { - title: 'Log Collection & Retention', - href: '/agent-network/usage-and-logs/log-collection', - }, - ], - }, - { title: 'Global Limits', href: '/agent-network/global-limits' }, - { - title: 'Integrations', - href: '/agent-network/integrations', - links: [ - { title: 'Claude Code', href: '/agent-network/integrations/claude-code' }, - { title: 'Codex', href: '/agent-network/integrations/codex' }, - { title: 'LiteLLM', href: '/agent-network/integrations/litellm' }, - { title: 'Google Vertex AI', href: '/agent-network/integrations/vertex-ai' }, - { title: 'AWS Bedrock', href: '/agent-network/integrations/bedrock' }, - ], - }, - ], - }, { title: 'MANAGE NETBIRD', links: [ @@ -602,6 +552,56 @@ 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: 'Policies', + href: '/agent-network/policies', + links: [ + { + title: 'Token & Budget Limits', + href: '/agent-network/policies/limits', + }, + { title: 'Guardrails', href: '/agent-network/policies/guardrails' }, + ], + }, + { + title: 'Usage & Logs', + href: '/agent-network/usage-and-logs', + links: [ + { + title: 'Usage Overview', + href: '/agent-network/usage-and-logs/usage-overview', + }, + { + title: 'Access Logs', + href: '/agent-network/usage-and-logs/access-logs', + }, + { + title: 'Log Collection & Retention', + href: '/agent-network/usage-and-logs/log-collection', + }, + ], + }, + { title: 'Global Limits', href: '/agent-network/global-limits' }, + { + title: 'Integrations', + href: '/agent-network/integrations', + links: [ + { title: 'Claude Code', href: '/agent-network/integrations/claude-code' }, + { title: 'Codex', href: '/agent-network/integrations/codex' }, + { title: 'LiteLLM', href: '/agent-network/integrations/litellm' }, + { title: 'Google Vertex AI', href: '/agent-network/integrations/vertex-ai' }, + { title: 'AWS Bedrock', href: '/agent-network/integrations/bedrock' }, + ], + }, + ], + }, { title: 'SELF-HOST NETBIRD', links: [