diff --git a/doc/api/addons.md b/doc/api/addons.md index 16040e85352c77..3c4c7b39bedfeb 100644 --- a/doc/api/addons.md +++ b/doc/api/addons.md @@ -1,6 +1,7 @@ # C++ Addons + Node.js Addons are dynamically-linked shared objects, written in C++, that can be loaded into Node.js using the [`require()`][require] function, and used diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 74ebfda61f9b10..9b52c1c01f6807 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -1,6 +1,7 @@ # Deprecated APIs + Node.js may deprecate APIs when either: (a) use of the API is considered to be unsafe, (b) an improved alternative API has been made available, or (c) diff --git a/doc/api/esm.md b/doc/api/esm.md index ea2cc65f952a88..61e210637f0e53 100644 --- a/doc/api/esm.md +++ b/doc/api/esm.md @@ -1,6 +1,7 @@ # ECMAScript Modules + > Stability: 1 - Experimental diff --git a/doc/api/intl.md b/doc/api/intl.md index 60a108b4733ca1..9fa4d438faa4c9 100644 --- a/doc/api/intl.md +++ b/doc/api/intl.md @@ -1,6 +1,7 @@ # Internationalization Support + Node.js has many features that make it easier to write internationalized programs. Some of them are: diff --git a/doc/api/n-api.md b/doc/api/n-api.md index 5568130b5ed104..38801cea3f3713 100644 --- a/doc/api/n-api.md +++ b/doc/api/n-api.md @@ -1,6 +1,7 @@ # N-API + > Stability: 2 - Stable