Skip to content

Commit 16605cc

Browse files
vsemozhetbytjasnell
authored andcommitted
doc: add async_hooks, n-api to _toc.md and all.md
PR-URL: #13379 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent eb6e9a0 commit 16605cc

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

doc/api/_toc.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<div class="line"></div>
77

88
* [Assertion Testing](assert.html)
9+
* [Async Hooks](async_hooks.html)
910
* [Buffer](buffer.html)
1011
* [C++ Addons](addons.html)
1112
* [C/C++ Addons - N-API](n-api.html)

doc/api/all.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
@include documentation
22
@include synopsis
33
@include assert
4+
@include async_hooks
45
@include buffer
56
@include addons
7+
@include n-api
68
@include child_process
79
@include cluster
810
@include cli

0 commit comments

Comments
 (0)