From 3d391baa5799a44b352b2764dd4bc61d03b8d278 Mon Sep 17 00:00:00 2001 From: Filippo <110459737+filippoweb3@users.noreply.github.com> Date: Wed, 25 Oct 2023 11:35:18 +0200 Subject: [PATCH] Reorg Staking Apps (#5300) * modified banner * moved architecture to Advanced * added new page * reorg sidebar * edited description * added link to dashboard page * fix broken links --- docs/general/parachains-apps.md | 16 ++ .../staking-apps.md} | 17 +- polkadot-wiki/sidebars.js | 177 +++++++++--------- 3 files changed, 115 insertions(+), 95 deletions(-) create mode 100644 docs/general/parachains-apps.md rename docs/{learn/learn-staking-apps.md => general/staking-apps.md} (82%) diff --git a/docs/general/parachains-apps.md b/docs/general/parachains-apps.md new file mode 100644 index 00000000000..cc887a2af2c --- /dev/null +++ b/docs/general/parachains-apps.md @@ -0,0 +1,16 @@ +--- +id: parachains-apps +title: Polkadot Parachain Apps +sidebar_label: Parachain Apps +description: Polkadot's Parachain Apps. +keywords: [parachains, apps, staking, liquid staking] +slug: ../parachains-apps +--- + +:::info Community Page + +This page is open to contributions from the community. Please follow the +[Wiki contribution guidelines](https://github.com/w3f/polkadot-wiki#contributing-to-documentation) +and add your parachain app to this page. + +::: diff --git a/docs/learn/learn-staking-apps.md b/docs/general/staking-apps.md similarity index 82% rename from docs/learn/learn-staking-apps.md rename to docs/general/staking-apps.md index 478ec896d5d..96af8935b64 100644 --- a/docs/learn/learn-staking-apps.md +++ b/docs/general/staking-apps.md @@ -1,32 +1,35 @@ --- -id: learn-staking-apps +id: staking-apps title: Polkadot Staking Apps sidebar_label: Staking Apps description: Staking Apps in the Polkadot Ecosystem. keywords: [staking, stake, nominate, nominating, NPoS, staking dashboard] -slug: ../learn-staking-apps +slug: ../staking-apps --- :::info Community Page This page is open to contributions from the community. Please follow the [Wiki contribution guidelines](https://github.com/w3f/polkadot-wiki#contributing-to-documentation) -and add your Staking app to this page. +and add your protocol native, permissionless, non-custodial NPoS Staking app to this page. ::: ## Polkadot Staking Dashboard The [Polkadot Staking Dashboard](https://staking.polkadot.network/#/overview) is a web3 application -dedicated to native non-custodial [staking](./learn-staking.md) on the +dedicated to native non-custodial [staking](../learn/learn-staking.md) on the {{ polkadot: Polkadot :polkadot }}{{ kusama: Kusama :kusama }} relay chain. The dashboard allows to -stake as a solo nominator or as a [nomination pool](./learn-nomination-pools.md) member. Users can -also create their nomination pools. The dashboard supports [Ledger](../general/ledger.md), +stake as a solo nominator or as a [nomination pool](../learn/learn-nomination-pools.md) member. +Users can also create their nomination pools. The dashboard supports [Ledger](../general/ledger.md), [Polkadot Vault](../general/polkadot-vault.md), [Subwallet](../general/wallets-and-extensions.md#subwallet), [Talisman](../general/wallets-and-extensions.md#talisman), WalletConnect, Fearless Wallet, PolkaGate, and Enkrypt. The dashboard also supports -[staking proxies](./learn-proxies.md#staking-proxy). +[staking proxies](../learn/learn-proxies.md#staking-proxy). + +You can find more information about the Polkadot staking dashboard on the +[dedicated page](./staking-dashboard.md). ### Staking Dashboard Video Tutorials diff --git a/polkadot-wiki/sidebars.js b/polkadot-wiki/sidebars.js index 4c4fe68008c..064fbd80903 100644 --- a/polkadot-wiki/sidebars.js +++ b/polkadot-wiki/sidebars.js @@ -55,35 +55,37 @@ module.exports = { }, { type: "category", - label: "Wallets", - description: 'Wallet Options in the Polkadot Ecosystem.', + label: "Wallets & Apps", + description: 'Wallets and Apps in the Polkadot Ecosystem.', link: { type: 'generated-index', - title: 'Wallets', - description: 'Explore the different wallet options in the Polkadot and Kusama ecosystems.', + title: 'Wallets & Apps', + description: 'Explore the different wallets and applications in the Polkadot and Kusama ecosystems.', slug: '/wallets-index', }, items: [ "general/wallets-and-extensions", + "general/staking-apps", + "general/parachains-apps", + { + type: "category", + label: "Dashboards", + description: 'Dashboards in the Polkadot Ecosystem.', + link: { + type: 'generated-index', + title: 'Dashboards', + description: 'Explore the different dashboards in the Polkadot and Kusama ecosystems.', + slug: '/dashboards-index', + }, + items: [ + "general/staking-dashboard", + ], + }, "general/ledger", "general/polkadot-vault", "general/polkadotjs-ui", ], }, - { - type: "category", - label: "Dashboards", - description: 'Dashboards in the Polkadot Ecosystem.', - link: { - type: 'generated-index', - title: 'Dashboards', - description: 'Explore the different dashboards in the Polkadot and Kusama ecosystems.', - slug: '/dashboards-index', - }, - items: [ - "general/staking-dashboard", - ], - }, "general/polkadotjs", { type: "category", @@ -188,7 +190,6 @@ module.exports = { items: [ "learn/learn-staking", "learn/learn-nomination-pools", - "learn/learn-staking-apps", ], }, "learn/learn-polkadot-opengov", @@ -255,6 +256,75 @@ module.exports = { slug: '/learn-advanced-index', }, items: [ + { + type: "category", + label: "Architecture", + description: "Nominators, Validators, Collators, Parachains, and more.", + link: { + type: 'generated-index', + title: "Polkadot's Architecture", + description: "Everything about Polkadot's Architecture.", + slug: '/learn-architecture-index', + }, + items: [ + "learn/learn-architecture", + { + type: "category", + label: "Network Participants", + description: "Participants in the Polkadot Ecosystem.", + link: { + type: 'generated-index', + title: "Participants in the Polkadot Ecosystem", + description: "Learn about collators, nominators and validators.", + slug: '/learn-participants-index', + }, + items: [ + "learn/learn-collator", + "learn/learn-nominator", + "learn/learn-validator", + ], + }, + { + type: "category", + label: "Parachains", + description: "Parachains' Protocol, Auctions, Crowdloans, and more.", + link: { + type: 'generated-index', + title: "Polkadot's Parachains", + description: "Everything about Polkadot's Parachains.", + slug: '/learn-parachains-index', + }, + items: [ + "learn/learn-parachains", + "learn/learn-parachains-protocol", + "learn/learn-system-chains", + "learn/learn-auction", + "learn/learn-crowdloans", + "learn/learn-parachains-faq", + ], + }, + "learn/learn-bridges", + { + type: "category", + label: "Cross Consensus Messaging (XCM)", + description: "Polkadot's Cross-Consensus Messaging Format (XCM).", + link: { + type: 'generated-index', + title: "Polkadot's XCM", + description: "Polkadot's Cross-Consensus Messaging Format (XCM).", + slug: '/learn-xcm-index', + }, + items: [ + 'learn/learn-xcm', + 'learn/learn-xcm-pallet', + 'learn/learn-xcm-usecases', + 'learn/learn-xcm-transport', + 'learn/learn-xcvm', + 'learn/learn-xcm-instructions', + ], + }, + ], + }, 'learn/learn-account-advanced', "learn/learn-staking-advanced", "learn/learn-nft-pallets", @@ -310,75 +380,6 @@ module.exports = { }, ], }, - { - type: "category", - label: "Architecture", - description: "Nominators, Validators, Collators, Parachains, and more.", - link: { - type: 'generated-index', - title: "Polkadot's Architecture", - description: "Everything about Polkadot's Architecture.", - slug: '/learn-architecture-index', - }, - items: [ - "learn/learn-architecture", - { - type: "category", - label: "Network Participants", - description: "Participants in the Polkadot Ecosystem.", - link: { - type: 'generated-index', - title: "Participants in the Polkadot Ecosystem", - description: "Learn about collators, nominators and validators.", - slug: '/learn-participants-index', - }, - items: [ - "learn/learn-collator", - "learn/learn-nominator", - "learn/learn-validator", - ], - }, - { - type: "category", - label: "Parachains", - description: "Parachains' Protocol, Auctions, Crowdloans, and more.", - link: { - type: 'generated-index', - title: "Polkadot's Parachains", - description: "Everything about Polkadot's Parachains.", - slug: '/learn-parachains-index', - }, - items: [ - "learn/learn-parachains", - "learn/learn-parachains-protocol", - "learn/learn-system-chains", - "learn/learn-auction", - "learn/learn-crowdloans", - "learn/learn-parachains-faq", - ], - }, - "learn/learn-bridges", - { - type: "category", - label: "Cross Consensus Messaging (XCM)", - description: "Polkadot's Cross-Consensus Messaging Format (XCM).", - link: { - type: 'generated-index', - title: "Polkadot's XCM", - description: "Polkadot's Cross-Consensus Messaging Format (XCM).", - slug: '/learn-xcm-index', - }, - items: [ - 'learn/learn-xcm', - 'learn/learn-xcm-pallet', - 'learn/learn-xcm-usecases', - 'learn/learn-xcm-transport', - 'learn/learn-xcvm', - 'learn/learn-xcm-instructions', - ], - }, - ], - }, { type: "category", label: "XCM Docs",