Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/defi-premium/_category_.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"label": "DeFi Premium",
"position": 5,
"position": 6,
"link": {
"type": "generated-index",
"description": "DeFi Premium Services"
Expand Down
1 change: 0 additions & 1 deletion docs/markets/_category_.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"label": "Markets",
"position": 5

}

6 changes: 3 additions & 3 deletions docs/markets/dapps-market.md → docs/markets/markets.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
id: dapp-markets
title: Dapps Markets
label: Dapps Markets
title: Dapps Market
sidebar_label: Markets
---
# Dapps Markets
# Dapps Market

# Introducing HelixBox dApp Marketplace

Expand Down
4 changes: 2 additions & 2 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ const FeatureList: FeatureItem[] = [
icon: '📈',
description: 'Explore our DeFi products and services',
links: [
{ text: 'DeFi Products', to: '/docs/category/defi-premium', emoji: '🏦' },
{ text: 'Dapps Markets', to: '/docs/defi-premium/dapp-markets', emoji: '🛍️' },
{ text: 'Dapps Market', to: '/docs/markets/', emoji: '🛍️' },
{ text: 'DeFi Premium', to: '/docs/category/defi-premium', emoji: '🏦' },
],
},
];
Expand Down
Loading