Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: synchronize + update _toc.md and all.md #11206

Closed
wants to merge 1 commit into from
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
1 change: 1 addition & 0 deletions doc/api/_toc.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
* [String Decoder](string_decoder.html)
* [Timers](timers.html)
* [TLS/SSL](tls.html)
* [Tracing](tracing.html)
* [TTY](tty.html)
* [UDP/Datagram](dgram.html)
* [URL](url.html)
Expand Down
6 changes: 4 additions & 2 deletions doc/api/all.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
@include documentation
@include synopsis
@include addons
@include assert
@include buffer
@include addons
@include child_process
@include cluster
@include cli
@include console
@include crypto
@include debugger
@include dgram
@include deprecations
@include dns
@include domain
@include errors
Expand All @@ -31,7 +31,9 @@
@include string_decoder
@include timers
@include tls
@include tracing
@include tty
@include dgram
@include url
@include util
@include v8
Expand Down