From a8ac989d4e24e54ddd17273900cda202f05a9278 Mon Sep 17 00:00:00 2001 From: Radha <86818441+DrW3RK@users.noreply.github.com> Date: Thu, 26 Oct 2023 08:40:34 +0200 Subject: [PATCH] Governance Apps page (#5304) * Governance Apps page * tiny edit --------- Co-authored-by: filippoweb3 --- 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..72864e0a92db --- /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",