From 571d56825853446377d6d82acd8b058084a992d7 Mon Sep 17 00:00:00 2001 From: Filippo <110459737+filippoweb3@users.noreply.github.com> Date: Thu, 19 Oct 2023 12:52:46 +0200 Subject: [PATCH] Make OpenGov and Treasury Pages more visible on the sidebar and Basic menu (#5286) * reorg sidebar * modified description * Update polkadot-wiki/sidebars.js Co-authored-by: Radha <86818441+DrW3RK@users.noreply.github.com> * Update polkadot-wiki/sidebars.js Co-authored-by: Radha <86818441+DrW3RK@users.noreply.github.com> --------- Co-authored-by: Radha <86818441+DrW3RK@users.noreply.github.com> --- polkadot-wiki/sidebars.js | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/polkadot-wiki/sidebars.js b/polkadot-wiki/sidebars.js index 85760be83352..159376072377 100644 --- a/polkadot-wiki/sidebars.js +++ b/polkadot-wiki/sidebars.js @@ -135,7 +135,7 @@ module.exports = { link: { type: 'generated-index', title: 'Basic concepts about Polkadot', - description: 'Everything about staking, accounts, transactions, tokens and NFTs.', + description: 'Everything about staking, accounts, OpenGov, treasury, transactions, tokens and NFTs.', slug: '/learn-basics-index', }, items: [ @@ -175,6 +175,23 @@ module.exports = { "learn/learn-transaction-fees", ], }, + { + type: "category", + label: "Staking", + description: 'Mechanics of Staking.', + link: { + type: 'generated-index', + title: 'Staking on Polkadot', + description: 'Mechanics of Staking on Polkadot.', + slug: '/learn-staking-index', + }, + items: [ + "learn/learn-staking", + "learn/learn-nomination-pools", + ], + }, + "learn/learn-polkadot-opengov", + "learn/learn-polkadot-opengov-treasury", { type: "category", label: "Tokens and Assets", @@ -221,26 +238,9 @@ module.exports = { "learn/learn-polkadot-host", 'learn/learn-wasm', "learn/learn-runtime-upgrades", - "learn/learn-polkadot-opengov", - "learn/learn-polkadot-opengov-treasury", "learn/learn-consensus", ], }, - { - type: "category", - label: "Staking", - description: 'Staking Philosophy and Mechanics.', - link: { - type: 'generated-index', - title: 'Staking on Polkadot', - description: 'Staking Philosophy and Mechanics on Polkadot.', - slug: '/learn-staking-index', - }, - items: [ - "learn/learn-staking", - "learn/learn-nomination-pools", - ], - }, ], }, {