From 7c6904e7a2ec9be6bf971aef30736271e8be971d Mon Sep 17 00:00:00 2001 From: Radha <86818441+DrW3RK@users.noreply.github.com> Date: Wed, 25 Oct 2023 20:41:20 +0200 Subject: [PATCH 1/2] Governance Apps page --- docs/general/governance-apps.md | 23 +++++++++++++++++++++++ polkadot-wiki/sidebars.js | 1 + 2 files changed, 24 insertions(+) create mode 100644 docs/general/governance-apps.md diff --git a/docs/general/governance-apps.md b/docs/general/governance-apps.md new file mode 100644 index 000000000000..cae4ef5fd8e2 --- /dev/null +++ b/docs/general/governance-apps.md @@ -0,0 +1,23 @@ +--- +id: governance-apps +title: Polkadot Governance Apps +sidebar_label: Governance Apps +description: Governance Apps in the Polkadot Ecosystem. +keywords: [voting, vote, delegate, conviction, OpenGov, delegation dashboard] +slug: ../governance-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 Governance app to this page. + +::: + +## Delegation Dashboard + +The [Polkadot Delegation Dashboard](https://delegation.polkadot.network/) is a web3 application that +allows you to delegate your voting power on [Polkadot OpenGov.](../learn/learn-polkadot-opengov.md) + +[![Delegation Dashboard Tutorial](https://img.youtube.com/vi/RapBYZc5ZPo/0.jpg)](https://www.youtube.com/watch?v=RapBYZc5ZPo) diff --git a/polkadot-wiki/sidebars.js b/polkadot-wiki/sidebars.js index 064fbd80903f..90333194d3b9 100644 --- a/polkadot-wiki/sidebars.js +++ b/polkadot-wiki/sidebars.js @@ -66,6 +66,7 @@ module.exports = { items: [ "general/wallets-and-extensions", "general/staking-apps", + "general/governance-apps", "general/parachains-apps", { type: "category", From 5a635b464c2cbc4a3075412257a99c788fb9c099 Mon Sep 17 00:00:00 2001 From: filippoweb3 Date: Thu, 26 Oct 2023 08:40:08 +0200 Subject: [PATCH 2/2] tiny edit --- docs/general/governance-apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/general/governance-apps.md b/docs/general/governance-apps.md index cae4ef5fd8e2..72864e0a92db 100644 --- a/docs/general/governance-apps.md +++ b/docs/general/governance-apps.md @@ -18,6 +18,6 @@ and add your Governance app to this page. ## Delegation Dashboard The [Polkadot Delegation Dashboard](https://delegation.polkadot.network/) is a web3 application that -allows you to delegate your voting power on [Polkadot OpenGov.](../learn/learn-polkadot-opengov.md) +allows you to delegate your voting power on [Polkadot OpenGov](../learn/learn-polkadot-opengov.md). [![Delegation Dashboard Tutorial](https://img.youtube.com/vi/RapBYZc5ZPo/0.jpg)](https://www.youtube.com/watch?v=RapBYZc5ZPo)