File tree Expand file tree Collapse file tree 1 file changed +1
-33
lines changed
src/generators/web/components Expand file tree Collapse file tree 1 file changed +1
-33
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments