Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
100 changes: 50 additions & 50 deletions src/components/NavigationDocs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down Expand Up @@ -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: [
Expand Down
Loading