From 7b62adf9b295e1565042a2815fa155cba1d4ee81 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 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