We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 403fe2d commit a94bcecCopy full SHA for a94bcec
apps/site/navigation.json
@@ -113,6 +113,10 @@
113
"branding": {
114
"link": "/about/branding",
115
"label": "components.navigation.about.links.branding"
116
+ },
117
+ "eol": {
118
+ "link": "/eol",
119
+ "label": "components.navigation.about.links.eol"
120
}
121
122
},
packages/i18n/src/locales/en.json
@@ -143,7 +143,8 @@
143
"branding": "Branding of Node.js",
144
"governance": "Project Governance",
145
"releases": "Node.js Releases",
146
- "security": "Security Reporting"
+ "security": "Security Reporting",
147
+ "eol": "End-of-Life (EOL)"
148
149
150
"getInvolved": {
0 commit comments