From 5e3c4ded7f52ef9363cc49cd5f829499599f8f14 Mon Sep 17 00:00:00 2001 From: bobinstein Date: Thu, 26 Sep 2024 11:22:39 -0400 Subject: [PATCH] docs: Updated delegated staking page content and location --- docs/src/.vuepress/enhanceApp.js | 1 + .../.vuepress/theme/configs/default_sidebar_config.js | 8 ++++---- docs/src/guides/delegated-staking.md | 10 ++++++---- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/docs/src/.vuepress/enhanceApp.js b/docs/src/.vuepress/enhanceApp.js index 319e13ed..36bdf6c2 100644 --- a/docs/src/.vuepress/enhanceApp.js +++ b/docs/src/.vuepress/enhanceApp.js @@ -27,6 +27,7 @@ export default ({ "/arcss": "/wayfinder", // Add more as needed "/gateways/ar-io-node/arnsoip/observer.html": "/gateways/ar-io-node/arnsoip/observer", + "/guides/delegated-staking": "/delegated-staking" }; // Normalize the path by removing any trailing slash for easier matching diff --git a/docs/src/.vuepress/theme/configs/default_sidebar_config.js b/docs/src/.vuepress/theme/configs/default_sidebar_config.js index d8699586..25486603 100644 --- a/docs/src/.vuepress/theme/configs/default_sidebar_config.js +++ b/docs/src/.vuepress/theme/configs/default_sidebar_config.js @@ -30,6 +30,10 @@ module.exports = [ title: "Gateway Network", path: "/gateway-network", }, + { + title: "Delegated Staking", + path: "/guides/delegated-staking", + }, { title: "Arweave name System (ArNS)", path: "/arns.md", @@ -183,10 +187,6 @@ module.exports = [ title: "GraphQL", path: "/guides/gql", }, - { - title: "Delegated Staking", - path: "/guides/delegated-staking", - }, { title: "Deploy a Website or Application", path: "/guides/github-flow" diff --git a/docs/src/guides/delegated-staking.md b/docs/src/guides/delegated-staking.md index dfcdba35..563e76dc 100644 --- a/docs/src/guides/delegated-staking.md +++ b/docs/src/guides/delegated-staking.md @@ -1,5 +1,5 @@ --- -permalink: "/guides/delegated-staking" +permalink: "/delegated-staking" --- # Delegated Staking @@ -11,7 +11,9 @@ In exchange, the person who delegates the tokens will receive a share of the gat You can find more specific information about delegated staking and how rewards are distributed in the [ar.io whitepaper](https://whitepaper_ar-io.arweave.dev/). -## Installing the Testnet Contract repo +You can easily delegate stake to a gateway by using the Gateway Portal at [ar://gateways](https://gateways.arweave.net/#/staking) + + -## Running the Script +