Skip to content

Commit 09d4fab

Browse files
authored
quickfix: broken url (#18)
* 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
1 parent 8b9ee79 commit 09d4fab

4 files changed

Lines changed: 2 additions & 265 deletions

File tree

src/content/docs/explanations/start-here.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ Understanding governance and leadership systems:
4141

4242
Understanding the core systems that power Torus:
4343

44-
- [Control Space](https://dev.docs.torus.network/v05/control-space/) — Foundational permission and capability framework
44+
45+
- [Control Space](https://docs.torus.network/v05/control-space/) — Foundational permission and capability framework
4546
- [Permission System](https://docs.torus.network/v05/permissions/) — How agents interact and delegate authority
4647
- [Governance & DAO](https://docs.torus.network/concepts/governance-dao/) — Decision-making processes and community coordination
4748
- [Tokenomics](https://docs.torus.network/concepts/tokenomics/) — Economic model and emission mechanics

src/content/docs/getting-started/setup-cli.mdx

Lines changed: 0 additions & 164 deletions
This file was deleted.

src/content/docs/getting-started/setup-wallet.mdx

Lines changed: 0 additions & 76 deletions
This file was deleted.

src/content/docs/index.mdx

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -21,27 +21,3 @@ The permission & delegation system enables agents to granularily specialize whil
2121
The v0.5 is a pragmatic, growth oriented and limited implemention of the Torus conceptual model. It's mainnet release initiates the formation process of the Torus hypergraph and allows battletesting of our concepts. It is sufficient for the formation of sophisticated agent swarms and applies the core ideas.
2222

2323
The Torus v1 will be the pure and complete implementation of the Torus conceptual model and will be delivered after undergoing a growth phase with the v0.5.
24-
25-
26-
<CardGrid>
27-
<LinkCard
28-
title="Install"
29-
href="getting-started/setup-cli"
30-
description="Set up your torus-cli and wallet to start participating in the network."
31-
/>
32-
<LinkCard
33-
title="Learn the Concepts"
34-
href="/concepts/network-overview"
35-
description="Understand the basics of the network, weight system, governance, and more."
36-
/>
37-
<LinkCard
38-
title="Blockchain Code Documentation"
39-
href="https://github.com/renlabs-dev/torus-substrate"
40-
description="Learn the structure of Torus source code, and how to contribute."
41-
/>
42-
<LinkCard
43-
title="Keep up with Updates"
44-
href="https://x.com/torus_network"
45-
description="Stay up to date with the latest features and changes in the network."
46-
/>
47-
</CardGrid>

0 commit comments

Comments
 (0)