From b1ea52af0857ca4c1880230cea2eef7b2704ceb7 Mon Sep 17 00:00:00 2001 From: mik-tf Date: Fri, 15 Nov 2024 14:19:23 -0500 Subject: [PATCH] updated config to remove link --- docs_website/docusaurus.config.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs_website/docusaurus.config.ts b/docs_website/docusaurus.config.ts index d61f216..9ac8145 100644 --- a/docs_website/docusaurus.config.ts +++ b/docs_website/docusaurus.config.ts @@ -133,10 +133,6 @@ const config: Config = { label: 'Litepaper', to: '/docs/litepaper', }, - { - label: 'Roadmap', - to: '/docs/roadmap', - }, { label: 'References', to: '/docs/category/references', @@ -188,6 +184,10 @@ const config: Config = { label: 'ThreeFold.io', href: 'https://threefold.io', }, + { + label: 'ThreeFold Cloud.io', + href: 'https://dashboard.grid.tf', + }, { label: 'GitHub', href: 'https://github.com/threefoldtech/home',