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>
This commit is contained in:
parent
159749d522
commit
9682151a1c
@ -1,4 +1,4 @@
|
|||||||
# Addons
|
# C/C++ Addons
|
||||||
|
|
||||||
Node.js Addons are dynamically-linked shared objects, written in C or C++, that
|
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
|
can be loaded into Node.js using the [`require()`][require] function, and used
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# net
|
# Net
|
||||||
|
|
||||||
> Stability: 2 - Stable
|
> Stability: 2 - Stable
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# process
|
# Process
|
||||||
|
|
||||||
<!-- type=global -->
|
<!-- type=global -->
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# punycode
|
# Punycode
|
||||||
|
|
||||||
> Stability: 0 - Deprecated
|
> Stability: 0 - Deprecated
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# util
|
# Util
|
||||||
|
|
||||||
> Stability: 2 - Stable
|
> Stability: 2 - Stable
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Executing JavaScript
|
# VM (Executing JavaScript)
|
||||||
|
|
||||||
> Stability: 2 - Stable
|
> Stability: 2 - Stable
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user