Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Belanger <admin@stephenbelanger.com>2020-08-22 02:25:39 +0300
committerNode.js GitHub Bot <github-bot@iojs.org>2020-11-01 00:24:11 +0300
commitc6c36c3da7187fca3a0f3f8348e764cba6d23099 (patch)
tree258662c208fb9c0f2f2c84bc3ed412ad1ce275bb /doc/api/index.md
parent5dd344a2a8a70d8c3b6e570c00b72f03d2801a84 (diff)
lib: create diagnostics_channel module
PR-URL: https://github.com/nodejs/node/pull/34895 Reviewed-By: Bryan English <bryan@bryanenglish.com> Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de> Reviewed-By: Vladimir de Turckheim <vlad2t@hotmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Gabriel Schulhof <gabriel.schulhof@intel.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
Diffstat (limited to 'doc/api/index.md')
-rw-r--r--doc/api/index.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/index.md b/doc/api/index.md
index d10bd5988a9..391873c1612 100644
--- a/doc/api/index.md
+++ b/doc/api/index.md
@@ -23,6 +23,7 @@
* [Crypto](crypto.md)
* [Debugger](debugger.md)
* [Deprecated APIs](deprecations.md)
+* [Diagnostics Channel](diagnostics_channel.md)
* [DNS](dns.md)
* [Domain](domain.md)
* [Errors](errors.md)