Skip to content

Commit 0d40f53

Browse files
Nest "Concepts" group in "Get Started" group
This bumps up the "Protocol" group in the sidebar such that it appears above the fold.
1 parent ad4d510 commit 0d40f53

File tree

1 file changed

+36
-36
lines changed

1 file changed

+36
-36
lines changed

docs/docs.json

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,18 @@
3333
"quickstart/user"
3434
]
3535
},
36+
{
37+
"group": "Concepts",
38+
"pages": [
39+
"docs/concepts/architecture",
40+
"docs/concepts/resources",
41+
"docs/concepts/prompts",
42+
"docs/concepts/tools",
43+
"docs/concepts/sampling",
44+
"docs/concepts/roots",
45+
"docs/concepts/transports"
46+
]
47+
},
3648
{
3749
"group": "Examples",
3850
"pages": [
@@ -51,18 +63,6 @@
5163
"faqs"
5264
]
5365
},
54-
{
55-
"group": "Concepts",
56-
"pages": [
57-
"docs/concepts/architecture",
58-
"docs/concepts/resources",
59-
"docs/concepts/prompts",
60-
"docs/concepts/tools",
61-
"docs/concepts/sampling",
62-
"docs/concepts/roots",
63-
"docs/concepts/transports"
64-
]
65-
},
6666
{
6767
"group": "Protocol",
6868
"pages": [
@@ -149,6 +149,18 @@
149149
"quickstart/user"
150150
]
151151
},
152+
{
153+
"group": "Concepts",
154+
"pages": [
155+
"docs/concepts/architecture",
156+
"docs/concepts/resources",
157+
"docs/concepts/prompts",
158+
"docs/concepts/tools",
159+
"docs/concepts/sampling",
160+
"docs/concepts/roots",
161+
"docs/concepts/transports"
162+
]
163+
},
152164
{
153165
"group": "Examples",
154166
"pages": [
@@ -167,18 +179,6 @@
167179
"faqs"
168180
]
169181
},
170-
{
171-
"group": "Concepts",
172-
"pages": [
173-
"docs/concepts/architecture",
174-
"docs/concepts/resources",
175-
"docs/concepts/prompts",
176-
"docs/concepts/tools",
177-
"docs/concepts/sampling",
178-
"docs/concepts/roots",
179-
"docs/concepts/transports"
180-
]
181-
},
182182
{
183183
"group": "Protocol",
184184
"pages": [
@@ -264,6 +264,18 @@
264264
"quickstart/user"
265265
]
266266
},
267+
{
268+
"group": "Concepts",
269+
"pages": [
270+
"docs/concepts/architecture",
271+
"docs/concepts/resources",
272+
"docs/concepts/prompts",
273+
"docs/concepts/tools",
274+
"docs/concepts/sampling",
275+
"docs/concepts/roots",
276+
"docs/concepts/transports"
277+
]
278+
},
267279
{
268280
"group": "Examples",
269281
"pages": [
@@ -282,18 +294,6 @@
282294
"faqs"
283295
]
284296
},
285-
{
286-
"group": "Concepts",
287-
"pages": [
288-
"docs/concepts/architecture",
289-
"docs/concepts/resources",
290-
"docs/concepts/prompts",
291-
"docs/concepts/tools",
292-
"docs/concepts/sampling",
293-
"docs/concepts/roots",
294-
"docs/concepts/transports"
295-
]
296-
},
297297
{
298298
"group": "Protocol",
299299
"pages": [

0 commit comments

Comments
 (0)