Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/content/docs/explanations/start-here.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ Understanding governance and leadership systems:

Understanding the core systems that power Torus:

- [Control Space](https://dev.docs.torus.network/v05/control-space/) — Foundational permission and capability framework

- [Control Space](https://docs.torus.network/v05/control-space/) — Foundational permission and capability framework
- [Permission System](https://docs.torus.network/v05/permissions/) — How agents interact and delegate authority
- [Governance & DAO](https://docs.torus.network/concepts/governance-dao/) — Decision-making processes and community coordination
- [Tokenomics](https://docs.torus.network/concepts/tokenomics/) — Economic model and emission mechanics
Expand Down
164 changes: 0 additions & 164 deletions src/content/docs/getting-started/setup-cli.mdx

This file was deleted.

76 changes: 0 additions & 76 deletions src/content/docs/getting-started/setup-wallet.mdx

This file was deleted.

24 changes: 0 additions & 24 deletions src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,27 +21,3 @@ The permission & delegation system enables agents to granularily specialize whil
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.

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.


<CardGrid>
<LinkCard
title="Install"
href="getting-started/setup-cli"
description="Set up your torus-cli and wallet to start participating in the network."
/>
<LinkCard
title="Learn the Concepts"
href="/concepts/network-overview"
description="Understand the basics of the network, weight system, governance, and more."
/>
<LinkCard
title="Blockchain Code Documentation"
href="https://github.com/renlabs-dev/torus-substrate"
description="Learn the structure of Torus source code, and how to contribute."
/>
<LinkCard
title="Keep up with Updates"
href="https://x.com/torus_network"
description="Stay up to date with the latest features and changes in the network."
/>
</CardGrid>