diff --git a/doc/api/addons.md b/doc/api/addons.md index c2cdee07ba27af..b029b1ef2b82c7 100644 --- a/doc/api/addons.md +++ b/doc/api/addons.md @@ -1,6 +1,7 @@ # C++ addons + _Addons_ are dynamically-linked shared objects written in C++. The diff --git a/doc/api/cli.md b/doc/api/cli.md index f7e66a38baf571..4523a532f5018f 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -1,6 +1,7 @@ # Command-line options + Node.js comes with a variety of CLI options. These options expose built-in diff --git a/doc/api/corepack.md b/doc/api/corepack.md index 2e03a6795ecaf9..70d7cddc35c2dc 100644 --- a/doc/api/corepack.md +++ b/doc/api/corepack.md @@ -1,6 +1,7 @@ # Corepack + > Stability: 1 - Experimental diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 871ca4108366d9..cd37c7a0b30953 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -1,6 +1,7 @@ # Deprecated APIs + Node.js APIs might be deprecated for any of the following reasons: diff --git a/doc/api/documentation.md b/doc/api/documentation.md index 6277e3a869bfaf..43b0aba0e0ba94 100644 --- a/doc/api/documentation.md +++ b/doc/api/documentation.md @@ -1,6 +1,7 @@ # About this documentation + Welcome to the official API reference documentation for Node.js! @@ -51,6 +52,7 @@ a command-line flag. Experimental features may also emit a [warning][]. ## Stability overview + ## JSON output diff --git a/doc/api/errors.md b/doc/api/errors.md index be6355877d6f1c..8ffbe178a10474 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -1,6 +1,7 @@ # Errors + Applications running in Node.js will generally experience four categories of diff --git a/doc/api/esm.md b/doc/api/esm.md index 54892bf85ca7d0..e4b61bdcd7a73f 100644 --- a/doc/api/esm.md +++ b/doc/api/esm.md @@ -1,7 +1,9 @@ # Modules: ECMAScript modules + + + These objects are available in all modules. The following variables may appear diff --git a/doc/api/intl.md b/doc/api/intl.md index 7022675994c188..9cacc922caa3fc 100644 --- a/doc/api/intl.md +++ b/doc/api/intl.md @@ -1,6 +1,7 @@ # Internationalization support + Node.js has many features that make it easier to write internationalized diff --git a/doc/api/module.md b/doc/api/module.md index 307d08360c4e8b..28bad85bba6a66 100644 --- a/doc/api/module.md +++ b/doc/api/module.md @@ -1,6 +1,7 @@ # Modules: `module` API + diff --git a/doc/api/modules.md b/doc/api/modules.md index 45ff896683f1f1..b22018a230b5ed 100644 --- a/doc/api/modules.md +++ b/doc/api/modules.md @@ -280,6 +280,7 @@ irrespective of whether or not `./foo` and `./FOO` are the same file. ## Core modules + + * {Object} diff --git a/doc/api/n-api.md b/doc/api/n-api.md index 289fc4490129b0..d879bbf94db615 100644 --- a/doc/api/n-api.md +++ b/doc/api/n-api.md @@ -1,6 +1,7 @@ # Node-API + > Stability: 2 - Stable diff --git a/doc/api/net.md b/doc/api/net.md index 5066179046c8c1..a8b2f1e367359a 100644 --- a/doc/api/net.md +++ b/doc/api/net.md @@ -1,6 +1,7 @@ # Net + > Stability: 2 - Stable diff --git a/doc/api/packages.md b/doc/api/packages.md index e9ac54d57bed86..0764f0f77029bb 100644 --- a/doc/api/packages.md +++ b/doc/api/packages.md @@ -1,7 +1,9 @@ # Modules: Packages + + + > Stability: 1 - Experimental diff --git a/doc/api/process.md b/doc/api/process.md index 806bb66685ce67..71bac15772ec33 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -1,6 +1,7 @@ # Process + @@ -665,6 +666,7 @@ A few of the warning types that are most common include: ### Signal events + Signal events will be emitted when the Node.js process receives a signal. Please diff --git a/doc/api/report.md b/doc/api/report.md index accf3ca21044fd..a050e2c006f216 100644 --- a/doc/api/report.md +++ b/doc/api/report.md @@ -1,6 +1,7 @@ # Diagnostic report + > Stability: 2 - Stable diff --git a/doc/api/synopsis.md b/doc/api/synopsis.md index cb43312f358746..a2ea84b03b011b 100644 --- a/doc/api/synopsis.md +++ b/doc/api/synopsis.md @@ -3,6 +3,7 @@ ## Usage + `node [options] [V8 options] [script.js | -e "script" | - ] [arguments]` diff --git a/doc/changelogs/CHANGELOG_ARCHIVE.md b/doc/changelogs/CHANGELOG_ARCHIVE.md index 4914d45b955754..eb6759df6a954f 100644 --- a/doc/changelogs/CHANGELOG_ARCHIVE.md +++ b/doc/changelogs/CHANGELOG_ARCHIVE.md @@ -1,8 +1,6 @@ # Node.js ChangeLog Archive - - - +