Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
doc: add async_hooks, n-api to _toc.md and all.md
  • Loading branch information
vsemozhetbyt committed Jun 1, 2017
commit 40d4367ec2152890d3843fb35b83ed066d651953
1 change: 1 addition & 0 deletions doc/api/_toc.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<div class="line"></div>

* [Assertion Testing](assert.html)
* [Async Hooks](async_hooks.html)
* [Buffer](buffer.html)
* [C++ Addons](addons.html)
* [C/C++ Addons - N-API](n-api.html)
Expand Down
2 changes: 2 additions & 0 deletions doc/api/all.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down