Skip to content

Commit 492a696

Browse files
committed
remove nav links
1 parent 3eeac39 commit 492a696

File tree

1 file changed

+1
-33
lines changed

1 file changed

+1
-33
lines changed

src/generators/web/components/NavBar.jsx

Lines changed: 1 addition & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -12,41 +12,9 @@ const MDXNavBar = () => {
1212

1313
return (
1414
<NavBar
15-
pathname="/docs/latest/api/"
1615
Logo={NodejsLogo}
1716
sidebarItemTogglerAriaLabel="Toggle navigation menu"
18-
navItems={[
19-
{
20-
link: '/learn',
21-
text: 'Learn',
22-
},
23-
{
24-
link: '/about',
25-
text: 'About',
26-
},
27-
{
28-
link: '/download',
29-
text: 'Download',
30-
},
31-
{
32-
link: '/blog',
33-
text: 'Blog',
34-
},
35-
{
36-
link: '/docs/latest/api/',
37-
text: 'Docs',
38-
},
39-
{
40-
link: 'https://github.com/nodejs/node/blob/main/CONTRIBUTING.md',
41-
text: 'Contribute',
42-
target: '_blank',
43-
},
44-
{
45-
link: 'https://training.linuxfoundation.org/openjs/',
46-
text: 'Certification',
47-
target: '_blank',
48-
},
49-
]}
17+
navItems={[]}
5018
>
5119
<SearchBox />
5220
<ThemeToggle

0 commit comments

Comments
 (0)