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>
This commit is contained in:
Vse Mozhet Byt
2017-02-07 00:08:45 +02:00
committed by Jeremiah Senkpiel
parent 9dac165160
commit e4e7cd5bd2
2 changed files with 5 additions and 2 deletions

View File

@@ -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)

View File

@@ -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