From 0251b3ee1ec90ddbbaefb593409bb284bbeda9d8 Mon Sep 17 00:00:00 2001 From: godlin Date: Mon, 21 Aug 2023 12:10:37 +0200 Subject: [PATCH] Page moved to a different section --- .vitepress/config.mts | 2 +- src/running-a-node.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.vitepress/config.mts b/.vitepress/config.mts index 5bcac033..9b3dd07a 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -103,6 +103,7 @@ export default defineConfig({ { text: "Fearless Wallet", link: "fearless" }, ], }, + { text: "Consensus", link: "consensus" }, { text: "Request Features", link: "rfp" }, ], }, @@ -272,7 +273,6 @@ export default defineConfig({ }, { text: "Pallets", link: "pallets" }, { text: "Technical Stack", link: "technical-stack" }, - { text: "Consensus", link: "consensus" }, { text: "Accounts", link: "accounts" }, ], }, diff --git a/src/running-a-node.md b/src/running-a-node.md index 22e8aa56..b099657e 100644 --- a/src/running-a-node.md +++ b/src/running-a-node.md @@ -16,7 +16,7 @@ head: - Anyone can run a node on the SORA mainnet - There are two types of nodes: - **Syncing** nodes that just receive and relay data - - **Validating** nodes that make the blocks + - **Validating** nodes that make the blocks. Read more in [Consensus](./consensus). ## Prerequisites