Skip to content

Commit 604a1f8

Browse files
Copilotdiberry
andcommitted
Update main README to reference new documentation
Co-authored-by: diberry <[email protected]>
1 parent be53db1 commit 604a1f8

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,20 @@ The repository is organized as a monorepo with the following packages:
2424
- **langgraph-agent**: Core agent implementation using LangGraph
2525
- **server-api**: FastAPI server exposing the agent functionality
2626

27+
## Documentation
28+
29+
New to Azure, LangChain, monorepos, or cloud deployment? Check out our comprehensive documentation in the [**docs**](./docs) directory:
30+
31+
- 📚 [Getting Started](./docs/01-getting-started.md) - Quick setup and deployment guide
32+
- 💻 [Local Development](./docs/02-local-development.md) - Monorepo structure and npm workspaces
33+
- 🏗️ [Infrastructure & Deployment](./docs/03-infrastructure-deployment.md) - Azure Developer CLI and Bicep
34+
- 🧪 [Testing with HTTP Files](./docs/04-testing-with-http-files.md) - API testing in VS Code
35+
- 🔐 [Azure Identity Authentication](./docs/05-azure-identity-authentication.md) - Passwordless auth
36+
- 🚀 [Azure Container Apps](./docs/06-azure-container-apps.md) - Container deployment and ingress
37+
- 🔍 [Azure AI Search Vector Store](./docs/07-azure-ai-search-vector-store.md) - Vector database and indexing
38+
39+
See the [documentation index](./docs/README.md) for the complete guide.
40+
2741
## Prerequisites
2842

2943
- [Node.js](https://nodejs.org/) (v18 or later)

0 commit comments

Comments
 (0)