Skip to content

Commit 4a30be8

Browse files
committed
Update sections
1 parent 49cddd6 commit 4a30be8

2 files changed

Lines changed: 25 additions & 11 deletions

File tree

docs/docs.json

Lines changed: 24 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,24 +40,35 @@
4040
"navigation": {
4141
"groups": [
4242
{
43-
"group": "Introduction",
44-
"pages": ["Introduction"]
45-
},
46-
{
47-
"group": "Protocol Flow",
48-
"pages": ["auth", "llm-turn", "client-tools", "agent-tools"]
43+
"group": "Overview",
44+
"pages": [
45+
"Introduction",
46+
"architecture"
47+
]
4948
},
5049
{
5150
"group": "Protocol",
52-
"pages": ["architecture", "specification", "schema"]
51+
"pages": [
52+
"initialization",
53+
"prompt-turn",
54+
"client-tools",
55+
"agent-tools",
56+
"schema"
57+
]
5358
},
5459
{
5560
"group": "Libraries",
56-
"pages": ["typescript", "rust"]
61+
"pages": [
62+
"typescript",
63+
"rust"
64+
]
5765
},
5866
{
5967
"group": "Community",
60-
"pages": ["contributing", "versioning"]
68+
"pages": [
69+
"contributing",
70+
"versioning"
71+
]
6172
}
6273
]
6374
},
@@ -77,6 +88,9 @@
7788
}
7889
},
7990
"contextual": {
80-
"options": ["copy", "view"]
91+
"options": [
92+
"copy",
93+
"view"
94+
]
8195
}
8296
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "LLM Turn"
2+
title: "Prompt Turn"
33
description: "Understanding the LLM interaction flow in ACP"
44
---
55

0 commit comments

Comments
 (0)