Skip to content

Commit 29d06c9

Browse files
authored
docs: add CodeWiki link for codebase exploration (#634)
Add CodeWiki hyperlink to key onboarding documentation to help new contributors explore and understand the codebase using AI-powered code navigation.
1 parent e327c09 commit 29d06c9

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ This starter pack covers all aspects of Agent development, from prototyping and
115115

116116
Visit our [documentation site](https://googlecloudplatform.github.io/agent-starter-pack/) for comprehensive guides and references!
117117

118+
🔍 **New to the codebase?** Explore the [CodeWiki](https://codewiki.google/github.com/googlecloudplatform/agent-starter-pack) for AI-powered code understanding and navigation.
119+
118120
- [Getting Started Guide](https://googlecloudplatform.github.io/agent-starter-pack/guide/getting-started) - First steps with agent-starter-pack
119121
- [Installation Guide](https://googlecloudplatform.github.io/agent-starter-pack/guide/installation) - Setting up your environment
120122
- [Deployment Guide](https://googlecloudplatform.github.io/agent-starter-pack/guide/deployment) - Taking your agent to production

docs/guide/getting-started.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,5 @@ You're ready to go! See the [Development Guide](/guide/development-guide) for de
7070

7171
- **Add Data (RAG):** Configure [Data Ingestion](/guide/data-ingestion) for knowledge-based agents.
7272
- **Monitor Performance:** Explore [Observability](/guide/observability) features for production monitoring.
73-
- **Deploy to Production:** Follow the [Deployment Guide](/guide/deployment) to deploy your agent to Google Cloud.
73+
- **Deploy to Production:** Follow the [Deployment Guide](/guide/deployment) to deploy your agent to Google Cloud.
74+
- **Explore the Code:** Use [CodeWiki](https://codewiki.google/github.com/googlecloudplatform/agent-starter-pack) for AI-powered code navigation and understanding.

docs/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,5 @@ Help us spread the word by giving us a star on GitHub!
5151
- **Going Live:** [Deployment Guide](/guide/deployment)
5252
- **Explore Templates:** [Agent Templates Overview](/agents/overview)
5353
- **Community:** [Community Showcase](/guide/community-showcase)
54-
- **Command Line:** [CLI Reference](/cli/)
54+
- **Command Line:** [CLI Reference](/cli/)
55+
- **Explore the Code:** [CodeWiki](https://codewiki.google/github.com/googlecloudplatform/agent-starter-pack) - AI-powered code understanding

0 commit comments

Comments
 (0)