Skip to content

Commit b4064f7

Browse files
authored
quickfix: broken link (#20)
* refine how-to guides: enhance clarity on agent management, signal creation, and bridging processes for improved user experience * revise agent documentation: streamline sections on agent editing, registration, and root agents for enhanced user understanding and experience * add agent client/server guides: implement step-by-step tutorials for setting up agent client and server with clear instructions and examples * update how-to guides: replace generic terms with "Torus" for improved specificity and cohesion across documentation * refactor agent documentation: replace generic terms with specific "Torus" references for clarity and consistency across guides * enhance explanations section: add detailed topics for better understanding of agent systems and related concepts in Torus documentation * remove navigation links: clean up outdated prev/next links from agent registration, demand signaling, and root agents documentation * update agent documentation: restructure sections for builders and leaders, enhancing hierarchy and clarity in Torus guides * remove setup guides: delete outdated CLI and wallet setup documentation from the Torus getting started section * update control space link: fix URL to point to the correct documentation page in the start-here section of Torus guides * Refactor config slugs for improved clarity; add immutable agent name warnings to documentation * Migrate balance operations and key management documentation to development directory; update links accordingly * Update web app documentation by restructuring file locations and links; delete outdated files and improve clarity in navigation * Rename "Leaders" to "Goal Leaders" in the config; re-order CLI setup items for improved clarity and navigation consistency
1 parent cf97cc9 commit b4064f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

astro.config.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export default defineConfig({
6262
],
6363
},
6464
{
65-
label: "Leaders",
65+
label: "Goal Leaders",
6666
collapsed: false,
6767
items: [
6868
{ label: "Root Agents", slug: "explanations/root-agents/root-agents" },
@@ -89,10 +89,10 @@ export default defineConfig({
8989
items: [
9090
{ label: "Setup CLI", slug: "how-to-guides/builders/setup-cli" },
9191
{ label: "Register an Agent", slug: "how-to-guides/builders/register-an-agent" },
92-
{ label: "Edit your Agent", slug: "how-to-guides/builders/edit-your-agent" },
93-
{ label: "Create a Signal", slug: "how-to-guides/builders/create-signal" },
9492
{ label: "Setup Agent Server", slug: "how-to-guides/builders/setup-agent-server" },
9593
{ label: "Setup Agent Client", slug: "how-to-guides/builders/setup-agent-client" },
94+
{ label: "Edit your Agent", slug: "how-to-guides/builders/edit-your-agent" },
95+
{ label: "Create a Signal", slug: "how-to-guides/builders/create-signal" },
9696
],
9797
},
9898
{

0 commit comments

Comments
 (0)