Skip to content

Commit 70d5cd6

Browse files
abiramit5gemini-code-assist[bot]holtskinner
authored
docs: update the table of contents and actor/stack images (#1080)
Replaced the images and restructured the TOC. Closes #1070 --------- Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: Holt Skinner <[email protected]>
1 parent 1bd11be commit 70d5cd6

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

docs/assets/a2a-actors.png

378 KB
Loading

docs/assets/agentic-stack.png

104 KB
Loading

docs/topics/what-is-a2a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# A2A Protocol Overview
1+
# What is A2A?
22

33
The A2A protocol is an open standard that enables seamless communication and
44
collaboration between AI agents. It provides a common language for agents built

mkdocs.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Project information
2-
site_name: A2A Protocol Documentation
2+
site_name: A2A Protocol
33
site_url: https://a2a-protocol.org/
44
site_description: >-
55
The Agent2Agent protocol is an open standard that allows different AI agents to securely communicate, collaborate, and solve complex problems together.
@@ -15,22 +15,16 @@ extra:
1515
# Navigation
1616
nav:
1717
- Home: index.md
18-
- Topics:
19-
- A2A Overview: topics/what-is-a2a.md
18+
- Documentation:
19+
- What is A2A?: topics/what-is-a2a.md
2020
- Core Concepts: topics/key-concepts.md
21-
- A2A and MCP: topics/a2a-and-mcp.md
2221
- Agent Discovery: topics/agent-discovery.md
2322
- Enterprise Features: topics/enterprise-ready.md
24-
- Streaming & Asynchronous Operations: topics/streaming-and-async.md
25-
- Extensions: topics/extensions.md
2623
- Life of a Task: topics/life-of-a-task.md
27-
- Specification: specification.md
28-
- Community: community.md
29-
- Partners: partners.md
30-
- SDK Reference:
31-
- sdk/index.md
32-
- Python: sdk/python/api/index.html
33-
- Tutorials:
24+
- Extensions: topics/extensions.md
25+
- Streaming & Asynchronous Operations: topics/streaming-and-async.md
26+
- A2A and MCP: topics/a2a-and-mcp.md
27+
- Tutorials and Samples:
3428
- tutorials/index.md
3529
- Quickstart (Python):
3630
- Introduction: tutorials/python/1-introduction.md
@@ -41,6 +35,12 @@ nav:
4135
- Interact with Server: tutorials/python/6-interact-with-server.md
4236
- Streaming & Multiturn: tutorials/python/7-streaming-and-multiturn.md
4337
- Next Steps: tutorials/python/8-next-steps.md
38+
- Specification: specification.md
39+
- SDK Reference:
40+
- sdk/index.md
41+
- Python: sdk/python/api/index.html
42+
- Community: community.md
43+
- Partners: partners.md
4444
- Roadmap: roadmap.md
4545

4646
# Repository

0 commit comments

Comments
 (0)