From 723e1b2adc2596fd004a85b54339a2a0c2c7fee9 Mon Sep 17 00:00:00 2001 From: Bryn Noel Ubald <55503826+bnubald@users.noreply.github.com> Date: Sun, 5 Jan 2025 12:16:07 +0000 Subject: [PATCH] Disable navigation to some blog options till its complete --- src/navigation.ts | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/navigation.ts b/src/navigation.ts index dd32fcf..8310ae7 100644 --- a/src/navigation.ts +++ b/src/navigation.ts @@ -42,18 +42,18 @@ export const headerData = { // text: 'Article (with MDX)', // href: getPermalink('markdown-elements-demo-post', 'post'), // }, - { - text: 'News & Impact', - href: getPermalink('news', 'category'), - }, - { - text: 'Tutorials', - href: getPermalink('tutorials', 'category'), - }, - { - text: 'Releases', - href: getPermalink('releases', 'category'), - }, + // { + // text: 'News & Impact', + // href: getPermalink('news', 'category'), + // }, + // { + // text: 'Tutorials', + // href: getPermalink('tutorials', 'category'), + // }, + // { + // text: 'Releases', + // href: getPermalink('releases', 'category'), + // }, // { // text: 'Tag Page', // href: getPermalink('astro', 'tag'),