From 3b68cf630e08e96f645406a0a847dc5df9db0286 Mon Sep 17 00:00:00 2001 From: mik-tf Date: Tue, 7 Jan 2025 17:01:03 -0500 Subject: [PATCH] update config --- docusaurus.config.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 7012167..46bb023 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -94,23 +94,23 @@ const config: Config = { style: 'dark', links: [ { - title: 'Docs', + title: 'DePIN', items: [ { - label: 'Intro', - href: 'introduction', + label: 'Introduction', + href: '/docs/introduction', }, { label: 'DePIN Board', - href: 'depin_board', + href: '/docs/depin_board', }, { label: 'TFGrid Features', - href: 'threefold_features', + href: '/docs/threefold_features', }, { - label: 'Support', - to: '/support', + label: 'Feedback', + to: '/docs/feedback', }, ], }, -- 2.40.1