@@ -38,14 +38,27 @@ export default defineConfig({
3838 items : [
3939 { label : "Start Here" , slug : "how-to-guides/start-here" } ,
4040 { label : "Setup a Wallet" , slug : "how-to-guides/setup-a-wallet" } ,
41- { label : "Bridge to Base" , slug : "how-to-guides/bridge-to -base" } ,
41+ { label : "Bridge from Base" , slug : "how-to-guides/bridge-from -base" } ,
4242 { label : "Stake your Torus" , slug : "how-to-guides/stake-your-torus" } ,
4343 { label : "Register an Agent" , slug : "how-to-guides/register-an-agent" } ,
4444 { label : "Become a Root Agent" , slug : "how-to-guides/become-a-root-agent" } ,
4545 { label : "Edit your Agent" , slug : "how-to-guides/edit-your-agent" } ,
46+ { label : "Create a Signal" , slug : "how-to-guides/create-signal" } ,
4647 { label : "Setup CLI" , slug : "how-to-guides/setup-cli" } ,
4748 ] ,
4849 } ,
50+ {
51+ label : "Explanations" ,
52+ items : [
53+ { label : "Start Here" , slug : "explanations/start-here" } ,
54+ { label : "Agent Registration" , slug : "explanations/agent-registration" } ,
55+ { label : "Root Agents" , slug : "explanations/root-agents" } ,
56+ { label : "Demand Signaling" , slug : "explanations/demand-signaling" } ,
57+ { label : "Agent Editing" , slug : "explanations/agent-editing" } ,
58+ { label : "Agent Server" , slug : "explanations/agent-server" } ,
59+ { label : "Agent Client" , slug : "explanations/agent-client" } ,
60+ ] ,
61+ } ,
4962 {
5063 label : "v0.5" ,
5164 items : [
@@ -60,17 +73,6 @@ export default defineConfig({
6073 { label : "Governance & DAO" , slug : "concepts/governance-dao" } ,
6174 ] ,
6275 } ,
63- {
64- label : "Working with Agents" ,
65- items : [
66- { label : "Register an Agent" , slug : "agents/register-agent" } ,
67- { label : "Become a Root Agent" , slug : "agents/apply-root-agent" } ,
68- { label : "Agent Server" , slug : "agents/server-setup" } ,
69- { label : "Agent Client" , slug : "agents/client" } ,
70- { label : "Demand Signaling" , slug : "agents/demand-signaling" } ,
71- { label : "Managing Your Agent" , slug : "agents/management" } ,
72- ] ,
73- } ,
7476 {
7577 label : "CLI & Tools" ,
7678 items : [
0 commit comments