update config

This commit is contained in:
mik-tf 2025-01-07 17:01:03 -05:00
parent ff4813950d
commit 3b68cf630e

View File

@ -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',
},
],
},