Skip to content

Commit df440de

Browse files
author
Chris Young
committed
doc: add links to alternative versions of doc
Each page of the API documentation should have links to other versions of the same page. This will make it easier to switch between the current "live" release at nodejs.org and LTS versions. PR-URL: #10958 Fixes: #10726 Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent 2c8fe97 commit df440de

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+196
-5
lines changed

doc/api/addons.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# C/C++ Addons
22

3+
<!--introduced_in=v0.10.0-->
4+
35
Node.js Addons are dynamically-linked shared objects, written in C or C++, that
46
can be loaded into Node.js using the [`require()`][require] function, and used
57
just as if they were an ordinary Node.js module. They are used primarily to

doc/api/assert.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Assert
22

3+
<!--introduced_in=v0.10.0-->
4+
35
> Stability: 2 - Stable
46
57
The `assert` module provides a simple set of assertion tests that can be used to

doc/api/buffer.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Buffer
22

3+
<!--introduced_in=v0.10.0-->
4+
35
> Stability: 2 - Stable
46
57
Prior to the introduction of [`TypedArray`] in ECMAScript 2015 (ES6), the

doc/api/child_process.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Child Process
22

3+
<!--introduced_in=v0.10.0-->
4+
35
> Stability: 2 - Stable
46
57
The `child_process` module provides the ability to spawn child processes in

doc/api/cli.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Command Line Options
22

3+
<!--introduced_in=v5.9.1-->
34
<!--type=misc-->
45

56
Node.js comes with a variety of CLI options. These options expose built-in

doc/api/cluster.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Cluster
22

3+
<!--introduced_in=v0.10.0-->
4+
35
> Stability: 2 - Stable
46
57
A single instance of Node.js runs in a single thread. To take advantage of

doc/api/console.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Console
22

3+
<!--introduced_in=v0.10.13-->
4+
35
> Stability: 2 - Stable
46
57
The `console` module provides a simple debugging console that is similar to the

doc/api/crypto.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Crypto
22

3+
<!--introduced_in=v0.3.6-->
4+
35
> Stability: 2 - Stable
46
57
The `crypto` module provides cryptographic functionality that includes a set of

doc/api/debugger.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Debugger
22

3+
<!--introduced_in=v0.9.12-->
4+
35
> Stability: 2 - Stable
46
57
<!-- type=misc -->

doc/api/dgram.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# UDP / Datagram Sockets
22

3+
<!--introduced_in=v0.10.0-->
4+
35
> Stability: 2 - Stable
46
57
<!-- name=dgram -->

0 commit comments

Comments
 (0)