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