summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/api/addons.md1
-rw-r--r--doc/api/deprecations.md1
-rw-r--r--doc/api/esm.md1
-rw-r--r--doc/api/intl.md1
-rw-r--r--doc/api/n-api.md1
5 files changed, 5 insertions, 0 deletions
diff --git a/doc/api/addons.md b/doc/api/addons.md
index 16040e8535..3c4c7b39be 100644
--- a/doc/api/addons.md
+++ b/doc/api/addons.md
@@ -1,6 +1,7 @@
# C++ Addons
<!--introduced_in=v0.10.0-->
+<!-- type=misc -->
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 74ebfda61f..9b52c1c01f 100644
--- a/doc/api/deprecations.md
+++ b/doc/api/deprecations.md
@@ -1,6 +1,7 @@
# Deprecated APIs
<!--introduced_in=v7.7.0-->
+<!-- type=misc -->
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 ea2cc65f95..61e210637f 100644
--- a/doc/api/esm.md
+++ b/doc/api/esm.md
@@ -1,6 +1,7 @@
# ECMAScript Modules
<!--introduced_in=v8.5.0-->
+<!-- type=misc -->
> Stability: 1 - Experimental
diff --git a/doc/api/intl.md b/doc/api/intl.md
index 60a108b473..9fa4d438fa 100644
--- a/doc/api/intl.md
+++ b/doc/api/intl.md
@@ -1,6 +1,7 @@
# Internationalization Support
<!--introduced_in=v8.2.0-->
+<!-- type=misc -->
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 5568130b5e..38801cea3f 100644
--- a/doc/api/n-api.md
+++ b/doc/api/n-api.md
@@ -1,6 +1,7 @@
# N-API
<!--introduced_in=v7.10.0-->
+<!-- type=misc -->
> Stability: 2 - Stable