From 73c70add02e1ec72a4cbe15ae1750f077cb79f3a Mon Sep 17 00:00:00 2001 From: Mik-TF Date: Wed, 19 Jun 2024 19:36:00 -0400 Subject: [PATCH] docs removed link until docs ready --- src/navigation.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/navigation.js b/src/navigation.js index 38bb44d..eb74606 100644 --- a/src/navigation.js +++ b/src/navigation.js @@ -22,10 +22,6 @@ export const headerData = { text: 'Blog', href: getPermalink('/blog'), }, - { - text: 'Docs', - href: getPermalink('https://docs.internetcapacity.org'), - }, ], actions: [{ text: 'Get INCA Nodes', href: 'https://csnkyhwp8b4.typeform.com/to/SnfEE9pj', target: '_blank' }], }; @@ -47,7 +43,6 @@ export const footerData = { { text: 'Farming', href: '/farming' }, { text: 'Get INCA Nodes', href: 'https://csnkyhwp8b4.typeform.com/to/SnfEE9pj' }, { text: 'Build INCA Nodes', href: 'https://manual.grid.tf/documentation/farmers/3node_building/3node_building.html' }, - { text: 'INCA Docs', href: 'https://docs.internetcapacity.org' }, ], }, { -- 2.40.1