-
Notifications
You must be signed in to change notification settings - Fork 6.3k
/
Copy pathsite.json
159 lines (159 loc) · 3.68 KB
/
site.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
{
"title": "Node.js",
"author": "Node.js Foundation",
"url": "https://nodejs.org/en/",
"locale": "en",
"language": "English",
"languageEnglishVersion": "English",
"scrollToTop": "Scroll to top",
"reportNodeIssue": "Report Node.js issue",
"reportWebsiteIssue": "Report website issue",
"getHelpIssue": "Get Help",
"by": "by",
"all-downloads": "All download options",
"nightly": "Nightly builds",
"chakracore-nightly": "Node-ChakraCore Nightly builds",
"unofficial-builds": "Unofficial builds",
"previous": "Previous",
"next": "Next",
"feeds": [
{
"link": "feed/blog.xml",
"text": "Node.js Blog"
},
{
"link": "feed/releases.xml",
"text": "Node.js Blog: Releases"
},
{
"link": "feed/vulnerability.xml",
"text": "Node.js Blog: Vulnerability Reports"
}
],
"home": {
"text": "Home"
},
"about": {
"link": "about",
"text": "About",
"governance": {
"link": "about/governance",
"text": "Governance"
},
"community": {
"link": "about/community",
"text": "Community"
},
"workinggroups": {
"link": "about/working-groups",
"text": "Working Groups"
},
"releases": {
"link": "about/releases",
"text": "Releases"
},
"resources": {
"link": "about/resources",
"text": "Resources"
},
"trademark": {
"link": "about/trademark",
"text": "Trademark"
},
"privacy": {
"link": "about/privacy",
"text": "Privacy Policy"
}
},
"download": {
"link": "download",
"text": "Downloads",
"releases": {
"link": "download/releases",
"text": "Previous Releases"
},
"package-manager": {
"link": "download/package-manager",
"text": "Installing Node.js via package manager"
},
"shasums": {
"link": "SHASUMS256.txt.asc",
"text": "Signed SHASUMS for release files",
"verify-link": "https://github.com/nodejs/node#verifying-binaries",
"verify-text": "How to verify"
},
"install-on-linux": {
"text": "Installing Node.js via binary archive on Linux"
}
},
"docs": {
"link": "docs",
"text": "Docs",
"es6": {
"link": "docs/es6",
"text": "ES6 and beyond"
},
"api-lts": {
"link": "https://nodejs.org/dist/latest-%ver-major%/docs/api/",
"subtext": "LTS",
"text": "%ver% API"
},
"api-current": {
"link": "https://nodejs.org/dist/latest-%ver-major%/docs/api/",
"text": "%ver% API"
},
"guides": {
"link": "docs/guides",
"text": "Guides"
},
"dependencies": {
"link": "docs/meta/topics/dependencies",
"text": "Dependencies"
}
},
"getinvolved": {
"link": "get-involved",
"text": "Get Involved",
"code-and-learn": {
"link": "get-involved/code-and-learn",
"text": "Code + Learn"
},
"collab-summit": {
"link": "get-involved/collab-summit",
"text": "Collab Summit"
},
"contribute": {
"link": "get-involved/contribute",
"text": "Contribute"
},
"conduct": {
"link": "https://github.com/nodejs/node/blob/master/doc/guides/contributing/coc.md#code-of-conduct",
"text": "Code of Conduct"
},
"node-meetups": {
"link": "get-involved/node-meetups",
"text": "Node.js Meetups"
}
},
"security": {
"link": "security",
"text": "Security"
},
"blog": {
"link": "blog",
"text": "News"
},
"foundation": {
"link": "https://foundation.nodejs.org/",
"text": "Foundation"
},
"releases": {
"title": "Release History",
"downloads": "Downloads"
},
"links": {
"pages": {
"changelog": "Changelog"
}
}
}