File tree 1 file changed +1
-33
lines changed
src/generators/web/components 1 file changed +1
-33
lines changed Original file line number Diff line number Diff line change @@ -12,41 +12,9 @@ const MDXNavBar = () => {
12
12
13
13
return (
14
14
< NavBar
15
- pathname = "/docs/latest/api/"
16
15
Logo = { NodejsLogo }
17
16
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 = { [ ] }
50
18
>
51
19
< SearchBox />
52
20
< ThemeToggle
You can’t perform that action at this time.
0 commit comments