Skip to content

Commit 961c89c

Browse files
Minimalisticitaloacasas
authored andcommitted
doc: add table of contents to README.md
PR-URL: #11635 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]>
1 parent a11ed6a commit 961c89c

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

+20
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,23 @@ policies, and releases are managed under an
2020
If 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:
7390
Binaries, 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.
7896
The [latest](https://nodejs.org/download/release/latest/) directory is an
7997
alias for the latest Current release. The latest LTS release from an LTS
8098
line 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
85104
string which includes their date (in UTC time) and the commit SHA at
86105
the HEAD of the release.
87106

107+
#### API Documentation
88108
**API documentation** is available in each release and nightly
89109
directory under _docs_. <https://nodejs.org/api/> points to the API
90110
documentation of the latest stable version.

0 commit comments

Comments
 (0)