From f769b118bd72ab73b18ecd0ea3ad863e8475de59 Mon Sep 17 00:00:00 2001
From: Anthony Bernabeu <64135631+brnaba-aws@users.noreply.github.com>
Date: Thu, 24 Oct 2024 13:19:23 +0200
Subject: [PATCH] fixed broken links Added more examples
---
docs/src/content/docs/index.mdx | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/docs/src/content/docs/index.mdx b/docs/src/content/docs/index.mdx
index 8506e52..c704b86 100644
--- a/docs/src/content/docs/index.mdx
+++ b/docs/src/content/docs/index.mdx
@@ -43,9 +43,11 @@ import { Card, CardGrid } from '@astrojs/starlight/components';
Explore our code samples and deployment options:
- - [Local Development Guide](/multi-agent-orchestrator/deployment/local-development)
- - [AWS Lambda Deployment (TypeScript)](/multi-agent-orchestrator/deployment/aws-lambda-ts)
- - [AWS Lambda Deployment (Python)](/multi-agent-orchestrator/deployment/aws-lambda-py)
+ - [Local Development Guide](/multi-agent-orchestrator/cookbook/examples/typescript-local-demo)
+ - [AWS Lambda Deployment (TypeScript)](/multi-agent-orchestrator/cookbook/lambda/aws-lambda-nodejs)
+ - [AWS Lambda Deployment (Python)](/multi-agent-orchestrator/cookbook/lambda/aws-lambda-python)
+ - [Chainlit (Python)](/multi-agent-orchestrator/cookbook/examples/chat-chainlit-app)
+ - [FastAPI streaming (Python)](/multi-agent-orchestrator/cookbook/examples/fast-api-streaming)
Discover our built-in agents: