Skip to content

Commit 384a993

Browse files
authored
Merge pull request #13 from helixbox/Eidt
link improve
2 parents 6ac3d4e + 185430e commit 384a993

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

docs/defi-premium/_category_.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"label": "DeFi Premium",
3-
"position": 5,
3+
"position": 6,
44
"link": {
55
"type": "generated-index",
66
"description": "DeFi Premium Services"

docs/markets/_category_.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"label": "Markets",
33
"position": 5
4-
54
}
65

docs/markets/dapps-market.md renamed to docs/markets/markets.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
id: dapp-markets
3-
title: Dapps Markets
4-
label: Dapps Markets
3+
title: Dapps Market
4+
sidebar_label: Markets
55
---
6-
# Dapps Markets
6+
# Dapps Market
77

88
# Introducing HelixBox dApp Marketplace
99

src/pages/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ const FeatureList: FeatureItem[] = [
114114
icon: '📈',
115115
description: 'Explore our DeFi products and services',
116116
links: [
117-
{ text: 'DeFi Products', to: '/docs/category/defi-premium', emoji: '🏦' },
118-
{ text: 'Dapps Markets', to: '/docs/defi-premium/dapp-markets', emoji: '🛍️' },
117+
{ text: 'Dapps Market', to: '/docs/markets/', emoji: '🛍️' },
118+
{ text: 'DeFi Premium', to: '/docs/category/defi-premium', emoji: '🏦' },
119119
],
120120
},
121121
];

0 commit comments

Comments
 (0)