Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f4dd304

Browse filesBrowse files
MinimalisticMylesBorins
authored andcommitted
doc: add table of contents to README.md
PR-URL: #11635 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
1 parent 49ee30b commit f4dd304
Copy full SHA for f4dd304

File tree

Expand file treeCollapse file tree

1 file changed

+20
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+20
-0
lines changed
Open diff view settings
Collapse file

‎README.md‎

Copy file name to clipboardExpand all lines: README.md
+20Lines changed: 20 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.