From fcd9db539474096024abf19747b4d4a6b3aa1de5 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 28 Oct 2025 21:08:13 +0400 Subject: [PATCH 1/3] feat: more restructuring --- docs.json | 18 ++++++++++++++---- standard/dex.mdx => ecosystem/dex/overview.mdx | 2 +- ecosystem/{ai.mdx => staking/overview.mdx} | 4 ++-- .../governance.mdx => foundations/system.mdx | 2 +- 4 files changed, 18 insertions(+), 8 deletions(-) rename standard/dex.mdx => ecosystem/dex/overview.mdx (66%) rename ecosystem/{ai.mdx => staking/overview.mdx} (50%) rename standard/governance.mdx => foundations/system.mdx (74%) diff --git a/docs.json b/docs.json index 064569105..2858fd456 100644 --- a/docs.json +++ b/docs.json @@ -145,6 +145,12 @@ "ecosystem/sdks", "ecosystem/analytics", "ecosystem/status", + { + "group": "Decentralized exchange", + "pages": [ + "ecosystem/dex/overview" + ] + }, { "group": "Oracles", "pages": [ @@ -214,7 +220,12 @@ } ] }, - "ecosystem/ai" + { + "group": "Staking", + "pages": [ + "ecosystem/staking/overview" + ] + } ] }, { @@ -314,9 +325,7 @@ "standard/tokens/airdrop" ] }, - "standard/dex", - "standard/vesting", - "standard/governance" + "standard/vesting" ] }, { @@ -495,6 +504,7 @@ "foundations/precompiled", "foundations/network", "foundations/blocks", + "foundations/system", { "group": "Whitepapers", "expanded": true, diff --git a/standard/dex.mdx b/ecosystem/dex/overview.mdx similarity index 66% rename from standard/dex.mdx rename to ecosystem/dex/overview.mdx index 1374ed440..87c962e2c 100644 --- a/standard/dex.mdx +++ b/ecosystem/dex/overview.mdx @@ -1,5 +1,5 @@ --- -title: "DEX: decentralized exchange" +title: "Overview" --- import { Stub } from '/snippets/stub.jsx'; diff --git a/ecosystem/ai.mdx b/ecosystem/staking/overview.mdx similarity index 50% rename from ecosystem/ai.mdx rename to ecosystem/staking/overview.mdx index b0b217240..29dd94b78 100644 --- a/ecosystem/ai.mdx +++ b/ecosystem/staking/overview.mdx @@ -1,7 +1,7 @@ --- -title: "AI, llms.txt and MCP" +title: "Overview" --- import { Stub } from '/snippets/stub.jsx'; - + diff --git a/standard/governance.mdx b/foundations/system.mdx similarity index 74% rename from standard/governance.mdx rename to foundations/system.mdx index 2080966ac..bb5d3aef6 100644 --- a/standard/governance.mdx +++ b/foundations/system.mdx @@ -1,5 +1,5 @@ --- -title: "Governance" +title: "System contracts" --- import { Stub } from '/snippets/stub.jsx'; From 8123dec1cef1ecab65a1d8b7fbac426b2ea40f08 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 28 Oct 2025 21:12:02 +0400 Subject: [PATCH 2/3] formatting --- ecosystem/staking/overview.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ecosystem/staking/overview.mdx b/ecosystem/staking/overview.mdx index 29dd94b78..e1ccf7226 100644 --- a/ecosystem/staking/overview.mdx +++ b/ecosystem/staking/overview.mdx @@ -4,4 +4,6 @@ title: "Overview" import { Stub } from '/snippets/stub.jsx'; - + From 887c35dd29f5dc6781d722547fa2ebaaf97f329f Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 28 Oct 2025 21:15:29 +0400 Subject: [PATCH 3/3] review --- docs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.json b/docs.json index 2858fd456..baea3b86e 100644 --- a/docs.json +++ b/docs.json @@ -146,7 +146,7 @@ "ecosystem/analytics", "ecosystem/status", { - "group": "Decentralized exchange", + "group": "DEX: decentralized exchange", "pages": [ "ecosystem/dex/overview" ]