Skip to content

Commit

Permalink
Reorg Staking Apps (#5300)
Browse files Browse the repository at this point in the history
* modified banner

* moved architecture to Advanced

* added new page

* reorg sidebar

* edited description

* added link to dashboard page

* fix broken links
  • Loading branch information
filippoweb3 authored Oct 25, 2023
1 parent c310a26 commit 3d391ba
Show file tree
Hide file tree
Showing 3 changed files with 115 additions and 95 deletions.
16 changes: 16 additions & 0 deletions docs/general/parachains-apps.md
Original file line number Diff line number Diff line change
@@ -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.

:::
17 changes: 10 additions & 7 deletions docs/learn/learn-staking-apps.md → docs/general/staking-apps.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
177 changes: 89 additions & 88 deletions polkadot-wiki/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -188,7 +190,6 @@ module.exports = {
items: [
"learn/learn-staking",
"learn/learn-nomination-pools",
"learn/learn-staking-apps",
],
},
"learn/learn-polkadot-opengov",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 3d391ba

Please sign in to comment.