Skip to content

Commit 1150af0

Browse files
vsemozhetbytMylesBorins
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 <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: Timothy Gu <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
1 parent ade39cd commit 1150af0

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

doc/api/addons.md

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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)