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:
authorVipin Menon <vipinmv1@in.ibm.com>2018-09-05 17:22:49 +0300
committerGireesh Punathil <gpunathi@in.ibm.com>2019-01-18 08:05:55 +0300
commit7f4053ed1381d7001dbdaa12f064847aaf4d0ecf (patch)
tree3070aa19994b7289597fd8017a399bccfdf47406 /doc/api/index.md
parent4f6797378eb6dd290dd5d8dc6417fea22d42ebad (diff)
doc: add node-report documentation
a separate section added for node-report at top level main documentation added to doc/api/report.md API documentation added to doc/api/process.md PR-URL: https://github.com/nodejs/node/pull/22712 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <Michael_Dawson@ca.ibm.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.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 a1bc34e81ff..ad16610edaa 100644
--- a/doc/api/index.md
+++ b/doc/api/index.md
@@ -45,6 +45,7 @@
* [Query Strings](querystring.html)
* [Readline](readline.html)
* [REPL](repl.html)
+* [Report](report.html)
* [Stream](stream.html)
* [String Decoder](string_decoder.html)
* [Timers](timers.html)