diff --git a/doc/api/addons.md b/doc/api/addons.md index 44dc69915c428f..428e67ee28b168 100644 --- a/doc/api/addons.md +++ b/doc/api/addons.md @@ -1,4 +1,4 @@ -# Addons +# C/C++ Addons Node.js Addons are dynamically-linked shared objects, written in C or C++, that can be loaded into Node.js using the [`require()`][require] function, and used diff --git a/doc/api/net.md b/doc/api/net.md index 1d451ed941285c..02afc949f99c53 100644 --- a/doc/api/net.md +++ b/doc/api/net.md @@ -1,4 +1,4 @@ -# net +# Net > Stability: 2 - Stable diff --git a/doc/api/process.md b/doc/api/process.md index 4e20399d41fade..2a413c98c1584e 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -1,4 +1,4 @@ -# process +# Process diff --git a/doc/api/punycode.md b/doc/api/punycode.md index 18809370145abd..a5d1908a8c40b6 100644 --- a/doc/api/punycode.md +++ b/doc/api/punycode.md @@ -1,4 +1,4 @@ -# punycode +# Punycode > Stability: 0 - Deprecated diff --git a/doc/api/string_decoder.md b/doc/api/string_decoder.md index b557ffab9725b0..17bacf33cbfb9b 100644 --- a/doc/api/string_decoder.md +++ b/doc/api/string_decoder.md @@ -1,4 +1,4 @@ -# StringDecoder +# String Decoder > Stability: 2 - Stable diff --git a/doc/api/util.md b/doc/api/util.md index a8fded6b2db042..3843f80ce75366 100644 --- a/doc/api/util.md +++ b/doc/api/util.md @@ -1,4 +1,4 @@ -# util +# Util > Stability: 2 - Stable diff --git a/doc/api/vm.md b/doc/api/vm.md index cb0e2fbb76e25d..89314ae5353804 100644 --- a/doc/api/vm.md +++ b/doc/api/vm.md @@ -1,4 +1,4 @@ -# Executing JavaScript +# VM (Executing JavaScript) > Stability: 2 - Stable