-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Expand file tree
/
Copy pathnavigation.json
More file actions
173 lines (173 loc) · 5.04 KB
/
navigation.json
File metadata and controls
173 lines (173 loc) · 5.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
{
"topNavigation": {
"learn": {
"link": "https://nodejs.org/learn",
"label": "components.containers.navBar.links.learn"
},
"about": {
"link": "/about",
"label": "components.containers.navBar.links.about"
},
"download": {
"link": "/download",
"label": "components.containers.navBar.links.download"
},
"blog": {
"link": "/blog",
"label": "components.containers.navBar.links.blog"
},
"docs": {
"link": "https://nodejs.org/docs/latest/api/",
"label": "components.containers.navBar.links.docs"
},
"contribute": {
"link": "https://github.com/nodejs/node/blob/main/CONTRIBUTING.md",
"label": "components.containers.navBar.links.contribute",
"target": "_blank"
},
"certification": {
"link": "https://training.linuxfoundation.org/openjs/",
"label": "components.containers.navBar.links.certification",
"target": "_blank"
}
},
"footerLinks": [
{
"link": "https://openjsf.org/",
"text": "components.containers.footer.links.foundationName"
},
{
"link": "https://ai-coding-assistants-policy.openjsf.org/",
"text": "components.containers.footer.links.aiCodingAssistantsPolicy"
},
{
"link": "https://bylaws.openjsf.org/",
"text": "components.containers.footer.links.bylaws"
},
{
"link": "https://code-of-conduct.openjsf.org/",
"text": "components.containers.footer.links.codeOfConduct"
},
{
"link": "https://www.linuxfoundation.org/cookies/",
"text": "components.containers.footer.links.cookiePolicy"
},
{
"link": "https://privacy-policy.openjsf.org/",
"text": "components.containers.footer.links.privacyPolicy"
},
{
"link": "https://github.com/nodejs/node/security/policy",
"text": "components.containers.footer.links.security"
},
{
"link": "https://terms-of-use.openjsf.org/",
"text": "components.containers.footer.links.termsOfUse"
},
{
"link": "https://trademark-list.openjsf.org/",
"text": "components.containers.footer.links.trademarkList"
},
{
"link": "https://trademark-policy.openjsf.org/",
"text": "components.containers.footer.links.trademarkPolicy"
}
],
"socialLinks": [
{
"icon": "github",
"link": "https://github.com/nodejs/node",
"alt": "GitHub"
},
{
"icon": "discord",
"link": "https://discord.gg/nodejs",
"alt": "Discord"
},
{
"icon": "mastodon",
"link": "https://social.lfx.dev/@nodejs",
"alt": "Mastodon"
},
{
"icon": "bluesky",
"link": "https://bsky.app/profile/nodejs.org",
"alt": "Bluesky"
},
{
"icon": "twitter",
"link": "https://twitter.com/nodejs",
"alt": "Twitter"
},
{
"icon": "slack",
"link": "https://slack-invite.openjsf.org/",
"alt": "Slack"
},
{
"icon": "linkedin",
"link": "https://www.linkedin.com/company/node-js",
"alt": "LinkedIn"
}
],
"sideNavigation": {
"about": {
"label": "components.navigation.about.links.about",
"items": {
"about": {
"link": "/about",
"label": "components.navigation.about.links.aboutSide"
},
"previousReleases": {
"link": "/about/previous-releases",
"label": "components.navigation.about.links.releases"
},
"securityReporting": {
"link": "/about/security-reporting",
"label": "components.navigation.about.links.security"
},
"governance": {
"link": "/about/governance",
"label": "components.navigation.about.links.governance"
},
"partners": {
"link": "/about/partners",
"label": "components.navigation.about.links.partners"
},
"branding": {
"link": "/about/branding",
"label": "components.navigation.about.links.branding"
},
"eol": {
"link": "/about/eol",
"label": "components.navigation.about.links.eol"
}
}
},
"getInvolved": {
"label": "components.navigation.getInvolved.links.getInvolved",
"items": {
"getInvolved": {
"link": "/about/get-involved",
"label": "components.navigation.getInvolved.links.getInvolved"
},
"collabSummit": {
"link": "/about/get-involved/collab-summit",
"label": "components.navigation.getInvolved.links.collabSummit"
},
"events": {
"link": "/about/get-involved/events",
"label": "components.navigation.getInvolved.links.upcomingEvents"
},
"contribute": {
"link": "https://github.com/nodejs/node/blob/main/CONTRIBUTING.md",
"label": "components.navigation.getInvolved.links.contribute"
},
"codeOfConduct": {
"link": "https://github.com/nodejs/admin/blob/main/CODE_OF_CONDUCT.md",
"label": "components.navigation.getInvolved.links.codeOfConduct"
}
}
}
}
}