@@ -20,6 +20,23 @@ policies, and releases are managed under an
2020If you need help using or installing Node.js, please use the
2121[ nodejs/help] ( https://github.com/nodejs/help ) issue tracker.
2222
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+
2340## Resources for Newcomers
2441
2542### Official Resources
@@ -73,18 +90,21 @@ The Node.js project maintains multiple types of releases:
7390Binaries, installers, and source tarballs are available at
7491< https://nodejs.org > .
7592
93+ #### Current and LTS Releases
7694** Current** and ** LTS** releases are available at
7795< https://nodejs.org/download/release/ > , listed under their version strings.
7896The [ latest] ( https://nodejs.org/download/release/latest/ ) directory is an
7997alias for the latest Current release. The latest LTS release from an LTS
8098line is available in the form: latest-_ codename_ . For example:
8199< https://nodejs.org/download/release/latest-argon >
82100
101+ #### Nightly Releases
83102** Nightly** builds are available at
84103< https://nodejs.org/download/nightly/ > , listed under their version
85104string which includes their date (in UTC time) and the commit SHA at
86105the HEAD of the release.
87106
107+ #### API Documentation
88108** API documentation** is available in each release and nightly
89109directory under _ docs_ . < https://nodejs.org/api/ > points to the API
90110documentation of the latest stable version.
0 commit comments