Skip to content

Commit

Permalink
Disable navigation to some blog options till its complete
Browse files Browse the repository at this point in the history
  • Loading branch information
bnubald committed Jan 5, 2025
1 parent ae93a4e commit 723e1b2
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit 723e1b2

Please sign in to comment.