summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorVse Mozhet Byt <vsemozhetbyt@gmail.com>2017-02-08 01:56:07 +0200
committerJames M Snell <jasnell@gmail.com>2017-02-09 16:00:43 -0800
commit9682151a1c3669263d72b6d934e1b6fcbe382446 (patch)
tree576c55879b95efed534f94c5d99a9cfce1be3bce /doc/api
parent159749d5224d6a7906aa4e5a7aaa20f44500b3c8 (diff)
downloadandroid-node-v8-9682151a1c3669263d72b6d934e1b6fcbe382446.tar.gz
android-node-v8-9682151a1c3669263d72b6d934e1b6fcbe382446.tar.bz2
android-node-v8-9682151a1c3669263d72b6d934e1b6fcbe382446.zip
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 <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Timothy Gu <timothygu99@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/addons.md2
-rw-r--r--doc/api/net.md2
-rw-r--r--doc/api/process.md2
-rw-r--r--doc/api/punycode.md2
-rw-r--r--doc/api/string_decoder.md2
-rw-r--r--doc/api/util.md2
-rw-r--r--doc/api/vm.md2
7 files changed, 7 insertions, 7 deletions
diff --git a/doc/api/addons.md b/doc/api/addons.md
index 44dc69915c..428e67ee28 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 1d451ed941..02afc949f9 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 6968c3da50..baabfadb24 100644
--- a/doc/api/process.md
+++ b/doc/api/process.md
@@ -1,4 +1,4 @@
-# process
+# Process
<!-- type=global -->
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 cb0e2fbb76..89314ae535 100644
--- a/doc/api/vm.md
+++ b/doc/api/vm.md
@@ -1,4 +1,4 @@
-# Executing JavaScript
+# VM (Executing JavaScript)
> Stability: 2 - Stable