From 185430e01b6c3f40654669d8377a8beb4f0a92d7 Mon Sep 17 00:00:00 2001 From: windatang Date: Thu, 27 Feb 2025 13:46:16 +0800 Subject: [PATCH] link improve --- docs/defi-premium/_category_.json | 2 +- docs/markets/_category_.json | 1 - docs/markets/{dapps-market.md => markets.md} | 6 +++--- src/pages/index.tsx | 4 ++-- 4 files changed, 6 insertions(+), 7 deletions(-) rename docs/markets/{dapps-market.md => markets.md} (98%) diff --git a/docs/defi-premium/_category_.json b/docs/defi-premium/_category_.json index d183edd..d35100b 100644 --- a/docs/defi-premium/_category_.json +++ b/docs/defi-premium/_category_.json @@ -1,6 +1,6 @@ { "label": "DeFi Premium", - "position": 5, + "position": 6, "link": { "type": "generated-index", "description": "DeFi Premium Services" diff --git a/docs/markets/_category_.json b/docs/markets/_category_.json index e5dc1b2..788b9d5 100644 --- a/docs/markets/_category_.json +++ b/docs/markets/_category_.json @@ -1,6 +1,5 @@ { "label": "Markets", "position": 5 - } \ No newline at end of file diff --git a/docs/markets/dapps-market.md b/docs/markets/markets.md similarity index 98% rename from docs/markets/dapps-market.md rename to docs/markets/markets.md index 0d70971..00eedfc 100644 --- a/docs/markets/dapps-market.md +++ b/docs/markets/markets.md @@ -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 diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 15b439a..4763e0e 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -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: '🏦' }, ], }, ];