Skip to content

Commit 68eb949

Browse files
committed
add to docs.json
1 parent 2653e2b commit 68eb949

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

docs/docs.json

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,55 @@
175175
}
176176
]
177177
},
178+
{
179+
"group": "draft",
180+
"pages": [
181+
"specification/draft/index",
182+
"specification/draft/changelog",
183+
"specification/draft/architecture/index",
184+
{
185+
"group": "Base Protocol",
186+
"pages": [
187+
"specification/draft/basic/index",
188+
"specification/draft/basic/lifecycle",
189+
"specification/draft/basic/transports",
190+
"specification/draft/basic/authorization",
191+
{
192+
"group": "Utilities",
193+
"pages": [
194+
"specification/draft/basic/utilities/cancellation",
195+
"specification/draft/basic/utilities/ping",
196+
"specification/draft/basic/utilities/progress"
197+
]
198+
}
199+
]
200+
},
201+
{
202+
"group": "Client Features",
203+
"pages": [
204+
"specification/draft/client/roots",
205+
"specification/draft/client/sampling"
206+
]
207+
},
208+
{
209+
"group": "Server Features",
210+
"pages": [
211+
"specification/draft/server/index",
212+
"specification/draft/server/prompts",
213+
"specification/draft/server/resources",
214+
"specification/draft/server/tools",
215+
{
216+
"group": "Utilities",
217+
"pages": [
218+
"specification/draft/server/utilities/completion",
219+
"specification/draft/server/utilities/logging",
220+
"specification/draft/server/utilities/pagination"
221+
]
222+
}
223+
]
224+
}
225+
]
226+
},
178227
{
179228
"group": "Resources",
180229
"pages": [

0 commit comments

Comments
 (0)