diff --git a/doc/api/addons.md b/doc/api/addons.md index 14b2b463ff0c01..68aebb6d260d81 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 db18b88c46d527..f7668aef6c754a 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 efffa85b7b7f5b..f723e9759698ae 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 fee8a2436683d0..8343abda358336 100644 --- a/doc/api/punycode.md +++ b/doc/api/punycode.md @@ -1,4 +1,4 @@ -# punycode +# Punycode > Stability: 2 - Stable diff --git a/doc/api/string_decoder.md b/doc/api/string_decoder.md index 410ca5e0c98123..26f665a610890d 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 662c360359a307..44437b61306f9b 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 a09c3bf20ca722..0b161e82c3c38d 100644 --- a/doc/api/vm.md +++ b/doc/api/vm.md @@ -1,4 +1,4 @@ -# Executing JavaScript +# VM (Executing JavaScript) > Stability: 2 - Stable