Skip to content

Commit 642cfdf

Browse files
authored
chore(docs): add redirect for old staking page and fix versions (#19196)
request from Koen
2 parents 60222a4 + 1bb4346 commit 642cfdf

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

docs/docs-network/operation/sequencer_management/running_delegated_stake.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ Before proceeding, ensure you have:
1919
- An Ethereum wallet with sufficient ETH for gas fees
2020
- Understanding of basic Aztec staking mechanics
2121
- Foundry installed for `cast` commands
22-
- Aztec CLI v2.1.4 or later installed:
22+
- Aztec CLI v2.1.9 or later installed:
2323

2424
```bash
2525
bash -i <(curl -s https://install.aztec.network)
26-
aztec-up --version 2.1.4
26+
aztec-up --version 2.1.9
2727
```
2828

2929
### Contract Addresses

docs/netlify.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,10 @@
387387
from = "/the_aztec_network/reference/useful_commands"
388388
to = "/network/operation/sequencer_management/useful_commands"
389389

390+
[[redirects]]
391+
from = "/the_aztec_network/operation/sequencer_management/running_delegated_stake"
392+
to = "/network/operation/sequencer_management/become_a_staking_provider"
393+
390394
# Network docs wildcard redirect - catches remaining /the_aztec_network paths
391395
# This MUST come AFTER specific path redirects above
392396
[[redirects]]

docs/network_versioned_docs/version-v2.1.9-ignition/operation/sequencer_management/running_delegated_stake.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ Before proceeding, ensure you have:
1919
- An Ethereum wallet with sufficient ETH for gas fees
2020
- Understanding of basic Aztec staking mechanics
2121
- Foundry installed for `cast` commands
22-
- Aztec CLI v2.1.4 or later installed:
22+
- Aztec CLI v2.1.9 or later installed:
2323

2424
```bash
2525
bash -i <(curl -s https://install.aztec.network)
26-
aztec-up --version 2.1.4
26+
aztec-up --version 2.1.9
2727
```
2828

2929
### Contract Addresses (Sepolia)

0 commit comments

Comments
 (0)