diff --git a/doc/api/addons.md b/doc/api/addons.md index 1dd1c0e1a1..58f029fb20 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 6173c00e0c..cd7532c409 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 b47235292a..e1beeac4cc 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 1880937014..a5d1908a8c 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 b557ffab97..17bacf33cb 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 a8fded6b2d..3843f80ce7 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 3aad0794fe..ffa50be846 100644 --- a/doc/api/vm.md +++ b/doc/api/vm.md @@ -1,4 +1,4 @@ -# Executing JavaScript +# VM (Executing JavaScript) > Stability: 2 - Stable