Skip to content

Commit 9682151

Browse files
vsemozhetbytjasnell
authored andcommitted
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: #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>
1 parent 159749d commit 9682151

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

β€Ždoc/api/addons.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Addons
1+
# C/C++ Addons
22

33
Node.js Addons are dynamically-linked shared objects, written in C or C++, that
44
can be loaded into Node.js using the [`require()`][require] function, and used

β€Ždoc/api/net.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# net
1+
# Net
22

33
> Stability: 2 - Stable
44

β€Ždoc/api/process.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# process
1+
# Process
22

33
<!-- type=global -->
44

β€Ždoc/api/punycode.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# punycode
1+
# Punycode
22

33
> Stability: 0 - Deprecated
44

β€Ždoc/api/string_decoder.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# StringDecoder
1+
# String Decoder
22

33
> Stability: 2 - Stable
44

β€Ždoc/api/util.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# util
1+
# Util
22

33
> Stability: 2 - Stable
44

β€Ždoc/api/vm.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Executing JavaScript
1+
# VM (Executing JavaScript)
22

33
> Stability: 2 - Stable
44

0 commit comments

Comments
Β (0)