Skip to content

Commit 032c84d

Browse files
committed
updated to promote Baby staking guide in wallet integration page
1 parent f579fdf commit 032c84d

File tree

4 files changed

+21
-2
lines changed

4 files changed

+21
-2
lines changed

docs/developers/dapps/staking_backend/staking_backend.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ sidebar_position: 4
88

99
import { Redirect } from '@docusaurus/router';
1010

11-
<Redirect to="/guides/networks/phase-2/testnet/staking_backend/" />
11+
<Redirect to="/guides/networks/phase-2/testnet/staking_backend/#staking" />

docs/developers/wallet_integration/babylon_wallet_integration/babylon_wallet_integration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sidebar_label: Wallet Integration Guide
33
sidebar_position: 1
44
---
55

6-
# Babylon Genesis Chain Wallet Integration
6+
# BABY Wallet & Staking Integration Guide
77

88
The Babylon Genesis is a PoS chain built using the
99
Cosmos SDK and utilises most of the vanilla Cosmos SDK functionality
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: BABY Staking Integration
3+
sidebar_label: BABY Staking Integration
4+
sidebar_position: 4
5+
---
6+
7+
# BABY Staking Integration
8+
9+
import { Redirect } from '@docusaurus/router';
10+
11+
<Redirect to="/developers/wallet_integration/babylon_wallet_integration#staking" />

src/components/homepage/HeroSection.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@ const PRODUCTS = [
1919
darkImage: 'img/landing-page/hero/btc_stakers_dark.png',
2020
text: 'BTC holders that delegate their BTC stake to Bitcoin Secured Networks for rewards.',
2121
},
22+
{
23+
title: 'Stake BABY',
24+
link: '/guides/baby_stakers',
25+
icon: WalletCreditCardRegular,
26+
lightImage: 'img/landing-page/hero/btc_stakers.png',
27+
darkImage: 'img/landing-page/hero/btc_stakers_dark.png',
28+
text: 'BABY holders can delegate their toekn to Babylon Genesis to participate governance.',
29+
},
2230
{
2331
title: 'Become Operators',
2432
link: '/operators',

0 commit comments

Comments
 (0)