mirror of
https://github.com/netbirdio/docs.git
synced 2026-08-29 03:01:26 +02:00
Add Agent Network section
This commit is contained in:
@@ -76,6 +76,45 @@ export const docsNavigation = [
|
||||
{ title: 'CLI', href: '/get-started/cli' },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: 'AGENT NETWORK',
|
||||
links: [
|
||||
{ title: 'Overview', href: '/agent-network' },
|
||||
{ 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: 'Global Limits', href: '/agent-network/global-limits' },
|
||||
{
|
||||
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: 'Self-Hosting', href: '/agent-network/self-hosting' },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: 'MANAGE NETBIRD',
|
||||
links: [
|
||||
|
||||
Reference in New Issue
Block a user