Skip to content

Commit 500da07

Browse files
fix: add Node.js 16.x and 17.x to generated version link list (#4545)
* fix: add Node.js 16.x and 17.x to generated version link list `source/nodejsVersions.md` is used to generate a list of version links on each locale page. Node.js 17.x were missing. Co-authored-by: Nick Schonning <[email protected]>
1 parent 01dd0ac commit 500da07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: source/nodejsVersions.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
'locale' folder at 'docs/index.md' to replace the variable
44
in order to avoid missing adding Node.js links.
55
-->
6+
* [Node.js 17.x](https://nodejs.org/docs/latest-v17.x/api/)
67
* [Node.js 15.x](https://nodejs.org/docs/latest-v15.x/api/)
78
* [Node.js 14.x](https://nodejs.org/docs/latest-v14.x/api/)
89
* [Node.js 13.x](https://nodejs.org/docs/latest-v13.x/api/)

0 commit comments

Comments
 (0)