Skip to content

Commit

Permalink
fixed broken links
Browse files Browse the repository at this point in the history
Added more examples
  • Loading branch information
brnaba-aws committed Oct 24, 2024
1 parent b6e6dbb commit f769b11
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,11 @@ import { Card, CardGrid } from '@astrojs/starlight/components';
</Card>
<Card title="Code Samples & Deployment" icon="rocket">
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)
</Card>
<Card title="Powerful Agents" icon="puzzle">
Discover our built-in agents:
Expand Down

0 comments on commit f769b11

Please sign in to comment.