Skip to content

Commit a49dc20

Browse files
committed
Remove link to TWiN until other issues are resolved
1 parent 4ba1a68 commit a49dc20

File tree

1 file changed

+1
-10
lines changed
  • .vuepress/configs/navbar

1 file changed

+1
-10
lines changed

.vuepress/configs/navbar/en.ts

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,5 @@ export const navbarEn: NavbarConfig = [
1313
{ text: 'Contributing Guide', link: '/contributor-book/' },
1414
],
1515
},
16-
{
17-
text: 'News',
18-
children: [
19-
{ text: 'Blog', link: '/blog/' },
20-
{
21-
text: 'This Week in Nu!',
22-
link: 'https://github.com/nushell/this_week_in_nu/blob/main/This%20week%20in%20Nu%20261.md',
23-
},
24-
],
25-
},
16+
{ text: 'Blog', link: '/blog/' },
2617
];

0 commit comments

Comments
 (0)