Skip to content

Commit

Permalink
Make OpenGov and Treasury Pages more visible on the sidebar and Basic…
Browse files Browse the repository at this point in the history
… menu (#5286)

* reorg sidebar

* modified description

* Update polkadot-wiki/sidebars.js

Co-authored-by: Radha <[email protected]>

* Update polkadot-wiki/sidebars.js

Co-authored-by: Radha <[email protected]>

---------

Co-authored-by: Radha <[email protected]>
  • Loading branch information
filippoweb3 and DrW3RK authored Oct 19, 2023
1 parent 6c55332 commit 571d568
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions polkadot-wiki/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
],
},
],
},
{
Expand Down

0 comments on commit 571d568

Please sign in to comment.