Browse Source

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

PR-URL: https://github.com/nodejs/node/pull/11206
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
v7.x
Vse Mozhet Byt 8 years ago
committed by Italo A. Casas
parent
commit
4d7c9427c1
No known key found for this signature in database GPG Key ID: 23EFEFE93C4CFFFE
  1. 1
      doc/api/_toc.md
  2. 6
      doc/api/all.md

1
doc/api/_toc.md

@ -35,6 +35,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)

6
doc/api/all.md

@ -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
@ -31,7 +31,9 @@
@include string_decoder
@include timers
@include tls
@include tracing
@include tty
@include dgram
@include url
@include util
@include v8

Loading…
Cancel
Save