From 16605cc3e4a8ea818abd4e42ac2c87f97fd7577c Mon Sep 17 00:00:00 2001 From: Vse Mozhet Byt Date: Fri, 2 Jun 2017 01:01:18 +0300 Subject: [PATCH] doc: add async_hooks, n-api to _toc.md and all.md PR-URL: https://github.com/nodejs/node/pull/13379 Reviewed-By: Anna Henningsen Reviewed-By: James M Snell --- doc/api/_toc.md | 1 + doc/api/all.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/doc/api/_toc.md b/doc/api/_toc.md index 29fffbc59fc1e2..4865334ec02b39 100644 --- a/doc/api/_toc.md +++ b/doc/api/_toc.md @@ -6,6 +6,7 @@
* [Assertion Testing](assert.html) +* [Async Hooks](async_hooks.html) * [Buffer](buffer.html) * [C++ Addons](addons.html) * [C/C++ Addons - N-API](n-api.html) diff --git a/doc/api/all.md b/doc/api/all.md index a4741e64274c7b..7122fe96fa0128 100644 --- a/doc/api/all.md +++ b/doc/api/all.md @@ -1,8 +1,10 @@ @include documentation @include synopsis @include assert +@include async_hooks @include buffer @include addons +@include n-api @include child_process @include cluster @include cli