Skip to content

Commit 1fd2f72

Browse files
committed
enhance explanations section: add detailed topics for better understanding of agent systems and related concepts in Torus documentation
1 parent ef6f417 commit 1fd2f72

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

astro.config.mjs

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -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: [

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ import {
1313

1414
Welcome to the **Explanations** section of the Torus documentation.
1515

16-
These explanations provide deep understanding of how Torus works — the concepts, mechanisms of Torus.
1716
If you need to accomplish a specific task, check out our [How-to Guides](https://docs.torus.network/how-to-guides/start-here/) instead.
18-
Whether you're curious about agent systems, DAO processes, or network economics, there's an explanation to deepen your understanding.
17+
18+
These explanations provide deep understanding of how Torus works — the concepts, mechanisms of Torus.
1919

2020
## Agent System
2121

0 commit comments

Comments
 (0)