diff --git a/docs/opengov_tutorials.md b/docs/03_guides/06_opengov.md similarity index 96% rename from docs/opengov_tutorials.md rename to docs/03_guides/06_opengov.md index b67310b0..85328647 100644 --- a/docs/opengov_tutorials.md +++ b/docs/03_guides/06_opengov.md @@ -1,13 +1,12 @@ --- -id: opengov_tutorials -title: Using OpenGov (How-Tos) +title: Participate in OpenGov --- import useBaseUrl from '@docusaurus/useBaseUrl'; ## **The Referendum Process** -Before proceeding with making a referendum, identify the right track and origin for it. For instance, if the referendum is for requesting funds from treasury, select the treasury track with appropriate spend limits. Read [this post](docs/opengov_theory.md) to learn more about Origins and Tracks. +Before proceeding with making a referendum, identify the right track and origin for it. For instance, if the referendum is for requesting funds from treasury, select the treasury track with appropriate spend limits. Read [this post](/community/opengov) to learn more about Origins and Tracks. Below is the ideal process to follow: @@ -67,7 +66,7 @@ At this point, your referendum is now fully created and available for voting. 3. **Split** - for when you wish to vote Aye and Nay. 4. **Abstain** - for when you feel unqualified to vote on a proposal but want your tokens to count towards the Approval and Support parameters that determine whether or not a proposal passes. For more details on what this means, read this post. 4. Enter the **HDX** value of your vote. -5. Enter your vote’s **conviction multiplier**. The higher the conviction, the longer your HDX is locked and the more power your votes have. To learn more about conviction multipliers, read [this post](docs/opengov_theory.md). +5. Enter your vote’s **conviction multiplier**. The higher the conviction, the longer your HDX is locked and the more power your votes have. To learn more about conviction multipliers, read [this post](/community/opengov). 6. Click ‘**Confirm**’ and sign the transaction. You have successfully voted. @@ -76,7 +75,7 @@ You have successfully voted. ## **How to Cancel or Kill a Referendum** -To learn more about cancelling and killing a referendum, read [this post](docs/opengov_theory.md). +To learn more about cancelling and killing a referendum, read [this post](/community/opengov). 1. Go to the [Polkadot-JS UI](https://polkadot.js.org/apps/). 2. Ensure you are on the **Hydration** network. If you are, you will see the Hydration logo at the top left corner of the page. If you see a different logo (for instance, Polkadot), then click that logo and it will show a drop down menu. Scroll down to HydraDX (or Hydration), select a server, and then scroll up to click ’Switch’. diff --git a/docs/03_guides/06_identity.md b/docs/03_guides/07_identity.md similarity index 100% rename from docs/03_guides/06_identity.md rename to docs/03_guides/07_identity.md diff --git a/docs/opengov_theory.md b/docs/04_community/03_opengov.md similarity index 99% rename from docs/opengov_theory.md rename to docs/04_community/03_opengov.md index 08f939e8..12d5bd01 100644 --- a/docs/opengov_theory.md +++ b/docs/04_community/03_opengov.md @@ -1,6 +1,5 @@ --- -id: opengov_theory -title: Understanding OpenGov +title: OpenGov (Democracy) --- import useBaseUrl from '@docusaurus/useBaseUrl'; diff --git a/docs/04_community/03_referenda.md b/docs/04_community/04_referenda.md similarity index 100% rename from docs/04_community/03_referenda.md rename to docs/04_community/04_referenda.md diff --git a/docs/04_community/04_tip_request.md b/docs/04_community/05_tip_request.md similarity index 100% rename from docs/04_community/04_tip_request.md rename to docs/04_community/05_tip_request.md diff --git a/docs/04_community/05_spending_fw.md b/docs/04_community/06_spending_fw.md similarity index 100% rename from docs/04_community/05_spending_fw.md rename to docs/04_community/06_spending_fw.md diff --git a/docs/04_community/06_claim.md b/docs/04_community/07_claim.md similarity index 100% rename from docs/04_community/06_claim.md rename to docs/04_community/07_claim.md diff --git a/docs/04_community/07_archive_hydradx_crowdloan.md b/docs/04_community/08_archive_hydradx_crowdloan.md similarity index 100% rename from docs/04_community/07_archive_hydradx_crowdloan.md rename to docs/04_community/08_archive_hydradx_crowdloan.md diff --git a/sidebars.js b/sidebars.js new file mode 100644 index 00000000..e9735995 --- /dev/null +++ b/sidebars.js @@ -0,0 +1,8 @@ +export default { + myAutogeneratedSidebar: [ + { + type: 'autogenerated', + dirName: '.', // '.' means the current docs folder + }, + ], +};