Skip to content

Commit 6b8660b

Browse files
authored
Merge branch 'main' into reorg-tools-custom
2 parents 1f2f000 + 445f742 commit 6b8660b

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

docs/get-started/go.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ your project to set environment variables:
119119

120120
=== "Windows"
121121

122-
```console title="Update: my_agent/.env"
122+
```console title="Update: my_agent/env.bat"
123123
echo 'set GOOGLE_API_KEY="YOUR_API_KEY"' > env.bat
124124
```
125125

mkdocs.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -248,10 +248,12 @@ nav:
248248
- A2A Protocol:
249249
- a2a/index.md
250250
- Introduction to A2A: a2a/intro.md
251-
- A2A Quickstart (Exposing): a2a/quickstart-exposing.md
252-
- A2A Quickstart (Exposing) (Go): a2a/quickstart-exposing-go.md
253-
- A2A Quickstart (Consuming): a2a/quickstart-consuming.md
254-
- A2A Quickstart (Consuming) (Go): a2a/quickstart-consuming-go.md
251+
- A2A Quickstart (Exposing):
252+
- Python: a2a/quickstart-exposing.md
253+
- Go: a2a/quickstart-exposing-go.md
254+
- A2A Quickstart (Consuming):
255+
- Python: a2a/quickstart-consuming.md
256+
- Go: a2a/quickstart-consuming-go.md
255257
- Bidi-streaming (live):
256258
- streaming/index.md
257259
- Custom Audio Bidi-streaming app sample (WebSockets): streaming/custom-streaming-ws.md

0 commit comments

Comments
 (0)