forked from nodejs/nodejs.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
navigation.json
322 lines (322 loc) · 14.5 KB
/
navigation.json
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
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
{
"topNavigation": {
"learn": {
"link": "/learn",
"label": "components.header.links.learn"
},
"about": {
"link": "/about",
"label": "components.header.links.about"
},
"download": {
"link": "/download",
"label": "components.header.links.download"
},
"blog": {
"link": "/blog",
"label": "components.header.links.blog"
},
"docs": {
"link": "https://nodejs.org/docs/latest/api/",
"label": "components.header.links.docs"
},
"certification": {
"link": "https://openjsf.org/certification",
"label": "components.header.links.certification"
}
},
"sideNavigation": {
"about": {
"label": "components.navigation.about.links.about",
"items": {
"about": {
"link": "/about",
"label": "components.navigation.about.links.aboutSide"
},
"governance": {
"link": "/about/governance",
"label": "components.navigation.about.links.governance"
},
"releases": {
"link": "/about/previous-releases",
"label": "components.navigation.about.links.releases"
},
"security": {
"link": "/about/security-reporting",
"label": "components.navigation.about.links.security"
}
}
},
"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"
},
"upcomingEvents": {
"link": "/about/get-involved/events",
"label": "components.navigation.getInvolved.links.upcomingEvents"
},
"contribute": {
"link": "/about/get-involved/contribute",
"label": "components.navigation.getInvolved.links.contribute"
},
"codeOfConduct": {
"link": "https://github.com/nodejs/admin/blob/HEAD/CODE_OF_CONDUCT.md",
"label": "components.navigation.getInvolved.links.codeOfConduct"
}
}
},
"learn": {
"items": {
"gettingStarted": {
"label": "components.navigation.learn.gettingStarted.links.gettingStarted",
"items": {
"introductionToNodejs": {
"link": "/learn/getting-started/introduction-to-nodejs",
"label": "components.navigation.learn.gettingStarted.links.introductionToNodejs"
},
"howToInstallNodejs": {
"link": "/learn/getting-started/how-to-install-nodejs",
"label": "components.navigation.learn.gettingStarted.links.howToInstallNodejs"
},
"howMuchJavascriptDoYouNeedToKnowToUseNodejs": {
"link": "/learn/getting-started/how-much-javascript-do-you-need-to-know-to-use-nodejs",
"label": "components.navigation.learn.gettingStarted.links.howMuchJavascriptDoYouNeedToKnowToUseNodejs"
},
"differencesBetweenNodejsAndTheBrowser": {
"link": "/learn/getting-started/differences-between-nodejs-and-the-browser",
"label": "components.navigation.learn.gettingStarted.links.differencesBetweenNodejsAndTheBrowser"
},
"theV8JavascriptEngine": {
"link": "/learn/getting-started/the-v8-javascript-engine",
"label": "components.navigation.learn.gettingStarted.links.theV8JavascriptEngine"
},
"anIntroductionToTheNpmPackageManager": {
"link": "/learn/getting-started/an-introduction-to-the-npm-package-manager",
"label": "components.navigation.learn.gettingStarted.links.anIntroductionToTheNpmPackageManager"
},
"ecmascript2015Es6AndBeyond": {
"link": "/learn/getting-started/ecmascript-2015-es6-and-beyond",
"label": "components.navigation.learn.gettingStarted.links.ecmascript2015Es6AndBeyond"
},
"nodejsTheDifferenceBetweenDevelopmentAndProduction": {
"link": "/learn/getting-started/nodejs-the-difference-between-development-and-production",
"label": "components.navigation.learn.gettingStarted.links.nodejsTheDifferenceBetweenDevelopmentAndProduction"
},
"nodejsWithTypescript": {
"link": "/learn/getting-started/nodejs-with-typescript",
"label": "components.navigation.learn.gettingStarted.links.nodejsWithTypescript"
},
"nodejsWithWebassembly": {
"link": "/learn/getting-started/nodejs-with-webassembly",
"label": "components.navigation.learn.gettingStarted.links.nodejsWithWebassembly"
},
"debugging": {
"link": "/learn/getting-started/debugging",
"label": "components.navigation.learn.gettingStarted.links.debugging"
},
"profiling": {
"link": "/learn/getting-started/profiling",
"label": "components.navigation.learn.gettingStarted.links.profiling"
},
"securityBestPractices": {
"link": "/learn/getting-started/security-best-practices",
"label": "components.navigation.learn.gettingStarted.links.securityBestPractices"
}
}
},
"asynchronousWork": {
"label": "components.navigation.learn.asynchronousWork.links.asynchronousWork",
"items": {
"asynchronousFlowControl": {
"link": "/learn/asynchronous-work/asynchronous-flow-control",
"label": "components.navigation.learn.asynchronousWork.links.asynchronousFlowControl"
},
"overviewOfBlockingVsNonBlocking": {
"link": "/learn/asynchronous-work/overview-of-blocking-vs-non-blocking",
"label": "components.navigation.learn.asynchronousWork.links.overviewOfBlockingVsNonBlocking"
},
"javascriptAsynchronousProgrammingAndCallbacks": {
"link": "/learn/asynchronous-work/javascript-asynchronous-programming-and-callbacks",
"label": "components.navigation.learn.asynchronousWork.links.javascriptAsynchronousProgrammingAndCallbacks"
},
"discoverJavaScriptTimers": {
"link": "/learn/asynchronous-work/discover-javascript-timers",
"label": "components.navigation.learn.asynchronousWork.links.discoverJavaScriptTimers"
},
"theNodejsEventLoop": {
"link": "/learn/asynchronous-work/event-loop-timers-and-nexttick",
"label": "components.navigation.learn.asynchronousWork.links.theNodejsEventLoop"
},
"theNodejsEventEmitter": {
"link": "/learn/asynchronous-work/the-nodejs-event-emitter",
"label": "components.navigation.learn.asynchronousWork.links.theNodejsEventEmitter"
},
"understandingProcessnexttick": {
"link": "/learn/asynchronous-work/understanding-processnexttick",
"label": "components.navigation.learn.asynchronousWork.links.understandingProcessnexttick"
},
"understandingSetimmediate": {
"link": "/learn/asynchronous-work/understanding-setimmediate",
"label": "components.navigation.learn.asynchronousWork.links.understandingSetimmediate"
},
"dontBlockTheEventLoop": {
"link": "/learn/asynchronous-work/dont-block-the-event-loop",
"label": "components.navigation.learn.asynchronousWork.links.dontBlockTheEventLoop"
}
}
},
"manipulatingFiles": {
"label": "components.navigation.learn.manipulatingFiles.links.manipulatingFiles",
"items": {
"nodejsFileStats": {
"link": "/learn/manipulating-files/nodejs-file-stats",
"label": "components.navigation.learn.manipulatingFiles.links.nodejsFileStats"
},
"nodejsFilePaths": {
"link": "/learn/manipulating-files/nodejs-file-paths",
"label": "components.navigation.learn.manipulatingFiles.links.nodejsFilePaths"
},
"workingWithFileDescriptorsInNodejs": {
"link": "/learn/manipulating-files/working-with-file-descriptors-in-nodejs",
"label": "components.navigation.learn.manipulatingFiles.links.workingWithFileDescriptorsInNodejs"
},
"readingFilesWithNodejs": {
"link": "/learn/manipulating-files/reading-files-with-nodejs",
"label": "components.navigation.learn.manipulatingFiles.links.readingFilesWithNodejs"
},
"writingFilesWithNodejs": {
"link": "/learn/manipulating-files/writing-files-with-nodejs",
"label": "components.navigation.learn.manipulatingFiles.links.writingFilesWithNodejs"
},
"workingWithFoldersInNodejs": {
"link": "/learn/manipulating-files/working-with-folders-in-nodejs",
"label": "components.navigation.learn.manipulatingFiles.links.workingWithFoldersInNodejs"
},
"howToWorkWithFileSystems": {
"link": "/learn/manipulating-files/working-with-different-filesystems",
"label": "components.navigation.learn.manipulatingFiles.links.howToWorkWithFileSystems"
}
}
},
"commandLine": {
"label": "components.navigation.learn.commandLine.links.commandLine",
"items": {
"runNodejsScriptsFromTheCommandLine": {
"link": "/learn/command-line/run-nodejs-scripts-from-the-command-line",
"label": "components.navigation.learn.commandLine.links.runNodejsScriptsFromTheCommandLine"
},
"howToReadEnvironmentVariablesFromNodejs": {
"link": "/learn/command-line/how-to-read-environment-variables-from-nodejs",
"label": "components.navigation.learn.commandLine.links.howToReadEnvironmentVariablesFromNodejs"
},
"howToUseTheNodejsRepl": {
"link": "/learn/command-line/how-to-use-the-nodejs-repl",
"label": "components.navigation.learn.commandLine.links.howToUseTheNodejsRepl"
},
"outputToTheCommandLineUsingNodejs": {
"link": "/learn/command-line/output-to-the-command-line-using-nodejs",
"label": "components.navigation.learn.commandLine.links.outputToTheCommandLineUsingNodejs"
},
"acceptInputFromTheCommandLineInNodejs": {
"link": "/learn/command-line/accept-input-from-the-command-line-in-nodejs",
"label": "components.navigation.learn.commandLine.links.acceptInputFromTheCommandLineInNodejs"
}
}
},
"modules": {
"label": "components.navigation.learn.modules.links.modules",
"items": {
"publishingNodeApiModules": {
"link": "/learn/modules/publishing-node-api-modules",
"label": "components.navigation.learn.modules.links.publishingNodeApiModules"
},
"anatomyOfAnHttpTransaction": {
"link": "/learn/modules/anatomy-of-an-http-transaction",
"label": "components.navigation.learn.modules.links.anatomyOfAnHttpTransaction"
},
"abiStability": {
"link": "/learn/modules/abi-stability",
"label": "components.navigation.learn.modules.links.abiStability"
},
"backpressuringInStreams": {
"link": "/learn/modules/backpressuring-in-streams",
"label": "components.navigation.learn.modules.links.backpressuringInStreams"
}
}
},
"diagnostics": {
"label": "components.navigation.learn.diagnostics.links.diagnostics",
"items": {
"userJourney": {
"link": "/learn/diagnostics/user-journey",
"label": "components.navigation.learn.diagnostics.links.userJourney"
},
"memory": {
"link": "/learn/diagnostics/memory",
"label": "components.navigation.learn.diagnostics.links.memory"
},
"liveDebugging": {
"link": "/learn/diagnostics/live-debugging",
"label": "components.navigation.learn.diagnostics.links.liveDebugging"
},
"poorPerformance": {
"link": "/learn/diagnostics/poor-performance",
"label": "components.navigation.learn.diagnostics.links.poorPerformance"
},
"flameGraphs": {
"link": "/learn/diagnostics/flame-graphs",
"label": "components.navigation.learn.diagnostics.links.flameGraphs"
}
}
}
}
},
"download": {
"items": {
"shaSums": {
"link": "https://nodejs.org/dist/{nodeVersion}/SHASUMS256.txt.asc",
"label": "components.downloadList.links.shaSums.title"
},
"allDownloads": {
"link": "https://nodejs.org/dist/{nodeVersion}/",
"label": "components.downloadList.links.allDownloads"
},
"packageManager": {
"link": "/download/package-manager",
"label": "components.downloadList.links.packageManager"
},
"previousReleases": {
"link": "/about/previous-releases",
"label": "components.downloadList.links.previousReleases"
},
"nightlyReleases": {
"link": "https://nodejs.org/download/nightly/",
"label": "components.downloadList.links.nightlyReleases"
},
"unofficialBuilds": {
"link": "https://unofficial-builds.nodejs.org/download/",
"label": "components.downloadList.links.unofficialBuilds"
},
"buildingFromSource": {
"link": "https://github.com/nodejs/node/blob/main/BUILDING.md#building-nodejs-on-supported-platforms",
"label": "components.downloadList.links.buildingFromSource"
},
"installingOnLinux": {
"link": "https://github.com/nodejs/help/wiki/Installation",
"label": "components.downloadList.links.installingOnLinux"
},
"installingOnWsl": {
"link": "https://github.com/nodejs/node/blob/main/BUILDING.md#building-nodejs-on-supported-platforms",
"label": "components.downloadList.links.installingOnWsl"
}
}
}
}
}