Skip to content

Commit

Permalink
Merge pull request #736 from autonomys/fix_sa_broken_ui_links
Browse files Browse the repository at this point in the history
Add an index page for wallets, adjust slug, setup redirect
  • Loading branch information
EmilFattakhov authored Nov 6, 2024
2 parents 536e836 + 7c3edda commit 06d3e43
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 5 additions & 1 deletion docs/farming-&-staking/wallets/_category_.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"label": "Wallets",
"position": 1,
"link": null
"link": {
"type": "generated-index",
"slug": "/wallets",
"description": "Guides on setting up SubWallet or polkadot{.js} extension wallet"
}
}
6 changes: 3 additions & 3 deletions docs/farming-&-staking/wallets/polkadot.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
---
title: Polkadot.js
title: polkadot{.js} extension
sidebar_position: 2
description: How to configure the Polkadot Substrate wallet for the Subspace Network
slug: /wallets/polkadot
keywords:
- Farmer
- Farming
- CLI
- SubWallet
- polkadot.js
- Wallet
---

:::note

Polkadot.js is a Substrate/EVM wallet created by the creators of Substrate & Polkadota/Kusama the [Parity Team](https://www.parity.io/).
polkadot.js extension is a Substrate/EVM wallet created by the creators of Substrate & Polkadot/Kusama the [Parity Team](https://www.parity.io/).

:::

Expand Down
2 changes: 2 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,11 @@ const config = {
{ to: '/learn/academy', from: ['/docs/learn/academy'] },

// Farming & Staking
{to: '/wallets', from: ['/docs/category/wallets'] },
{ to: '/wallets/subwallet', from: ['/docs/farming-&-staking/wallets/subwallet'] },
{ to: '/wallets/polkadot', from: ['/docs/farming-&-staking/wallets/polkadot/'] },


{ to: '/category/farming', from: ['/docs/category/get-started-with-farming', '/protocol/farm/farming', '/docs/category/farming'] },
{ to: '/farming/intro', from: ['/docs/farming-&-staking/farming/prerequisites/', '/docs/farming-&-staking/farming/intro/'] },
{ to: '/farming/space-acres/install', from: ['/docs/protocol/pulsar/', '/docs/category/pulsar-recommended', '/docs/category/pulsar', '/docs/category/space-acres', '/docs/farming-&-staking/farming/pulsar', '/docs/category/space-acres-recommended', '/docs/farming-&-staking/farming/space-acres/space-acres-install', '/docs/farming-&-staking/farming/space-acres/space-acres-install', '/docs/farming-&-staking/farming/space-acres/install', '/docs/farming-&-staking/farming/space-acres/install'] },
Expand Down

0 comments on commit 06d3e43

Please sign in to comment.