@@ -33,6 +33,18 @@ export default defineConfig({
3333 } ,
3434 ] ,
3535 } ,
36+ {
37+ label : "Explanations" ,
38+ items : [
39+ { label : "Start Here" , slug : "explanations/start-here" } ,
40+ { label : "Agent Registration" , slug : "explanations/agent-registration" } ,
41+ { label : "Root Agents" , slug : "explanations/root-agents" } ,
42+ { label : "Demand Signaling" , slug : "explanations/demand-signaling" } ,
43+ { label : "Agent Editing" , slug : "explanations/agent-editing" } ,
44+ { label : "Agent Server" , slug : "explanations/agent-server" } ,
45+ { label : "Agent Client" , slug : "explanations/agent-client" } ,
46+ ] ,
47+ } ,
3648 {
3749 label : "How-to Guides" ,
3850 items : [
@@ -49,18 +61,6 @@ export default defineConfig({
4961 { label : "Setup CLI" , slug : "how-to-guides/setup-cli" } ,
5062 ] ,
5163 } ,
52- {
53- label : "Explanations" ,
54- items : [
55- { label : "Start Here" , slug : "explanations/start-here" } ,
56- { label : "Agent Registration" , slug : "explanations/agent-registration" } ,
57- { label : "Root Agents" , slug : "explanations/root-agents" } ,
58- { label : "Demand Signaling" , slug : "explanations/demand-signaling" } ,
59- { label : "Agent Editing" , slug : "explanations/agent-editing" } ,
60- { label : "Agent Server" , slug : "explanations/agent-server" } ,
61- { label : "Agent Client" , slug : "explanations/agent-client" } ,
62- ] ,
63- } ,
6464 {
6565 label : "v0.5" ,
6666 items : [
0 commit comments