Add architecture overview

This commit is contained in:
braginini
2026-06-24 10:36:49 +02:00
parent be09dba3cd
commit 3f877720f3
4 changed files with 233 additions and 1 deletions

View File

@@ -79,7 +79,8 @@ export const docsNavigation = [
{
title: 'AGENT NETWORK',
links: [
{ title: 'Overview', href: '/agent-network' },
{ 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' },
{