From 1150af00f771120f16433e69b81c5117485b7eef Mon Sep 17 00:00:00 2001 From: Vse Mozhet Byt Date: Wed, 8 Feb 2017 01:56:07 +0200 Subject: [PATCH] doc: improve consistency in documentation titles Unify capitalization and spaces and add some info for consistency, clarity and coherence with sorting in the all.md / _toc.md. PR-URL: https://github.com/nodejs/node/pull/11230 Reviewed-By: Rich Trott Reviewed-By: James M Snell Reviewed-By: Sakthipriyan Vairamani Reviewed-By: Timothy Gu Reviewed-By: Joyee Cheung Reviewed-By: Michael Dawson --- doc/api/addons.md | 2 +- doc/api/net.md | 2 +- doc/api/process.md | 2 +- doc/api/punycode.md | 2 +- doc/api/string_decoder.md | 2 +- doc/api/util.md | 2 +- doc/api/vm.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) 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