@@ -20,6 +20,23 @@ policies, and releases are managed under an
20
20
If you need help using or installing Node.js, please use the
21
21
[ nodejs/help] ( https://github.com/nodejs/help ) issue tracker.
22
22
23
+
24
+ # Table of Contents
25
+
26
+ * [ Resources for Newcomers] ( #resources-for-newcomers )
27
+ * [ Release Types] ( #release-types )
28
+ * [ Download] ( #download )
29
+ * [ Current and LTS Releases] ( #current-and-lts-releases )
30
+ * [ Nightly Releases] ( #nightly-releases )
31
+ * [ API Documentation] ( #api-documentation )
32
+ * [ Verifying Binaries] ( #verifying-binaries )
33
+ * [ Building Node.js] ( #building-nodejs )
34
+ * [ Security] ( #security )
35
+ * [ Current Project Team Members] ( #current-project-team-members )
36
+ * [ CTC (Core Technical Committee)] ( #ctc-core-technical-committee )
37
+ * [ Collaborators] ( #collaborators )
38
+ * [ Release Team] ( #release-team )
39
+
23
40
## Resources for Newcomers
24
41
25
42
### Official Resources
@@ -73,18 +90,21 @@ The Node.js project maintains multiple types of releases:
73
90
Binaries, installers, and source tarballs are available at
74
91
< https://nodejs.org > .
75
92
93
+ #### Current and LTS Releases
76
94
** Current** and ** LTS** releases are available at
77
95
< https://nodejs.org/download/release/ > , listed under their version strings.
78
96
The [ latest] ( https://nodejs.org/download/release/latest/ ) directory is an
79
97
alias for the latest Current release. The latest LTS release from an LTS
80
98
line is available in the form: latest-_ codename_ . For example:
81
99
< https://nodejs.org/download/release/latest-argon >
82
100
101
+ #### Nightly Releases
83
102
** Nightly** builds are available at
84
103
< https://nodejs.org/download/nightly/ > , listed under their version
85
104
string which includes their date (in UTC time) and the commit SHA at
86
105
the HEAD of the release.
87
106
107
+ #### API Documentation
88
108
** API documentation** is available in each release and nightly
89
109
directory under _ docs_ . < https://nodejs.org/api/ > points to the API
90
110
documentation of the latest stable version.
0 commit comments