diff --git a/doc/api/_toc.markdown b/doc/api/_toc.markdown index 6b89b0711b..23df879088 100644 --- a/doc/api/_toc.markdown +++ b/doc/api/_toc.markdown @@ -1,35 +1,35 @@ ## Table of Contents * [Synopsis](synopsis.html) -* [Assertion Testing](assert.html) -* [Buffers](buffers.html) +* [Globals](globals.html) +* [Timers](timers.html) +* [Modules](modules.html) * [C/C++ Addons](addons.html) -* [Child Processes](child_processes.html) -* [Crypto](crypto.html) -* [Debugger](debugger.html) -* [DNS](dns.html) +* [Process](process.html) +* [Utilities](util.html) * [Events](events.html) +* [Buffers](buffers.html) +* [Streams](streams.html) +* [Crypto](crypto.html) +* [TLS/SSL](tls.html) +* [String Decoder](string_decoder.html) * [File System](fs.html) -* [Globals](globals.html) +* [Path](path.html) +* [Net](net.html) +* [UDP/Datagram](dgram.html) +* [DNS](dns.html) * [HTTP](http.html) * [HTTPS](https.html) -* [Modules](modules.html) -* [Net](net.html) -* [OS](os.html) -* [Path](path.html) -* [Process](process.html) +* [URL](url.html) * [Query Strings](querystring.html) * [Readline](readline.html) * [REPL](repl.html) -* [Streams](streams.html) -* [String Decoder](string_decoder.html) -* [Timers](timers.html) -* [TLS/SSL](tls.html) -* [TTY](tty.html) -* [UDP/Datagram](dgram.html) -* [URL](url.html) -* [Utilities](util.html) * [VM](vm.html) +* [Child Processes](child_processes.html) +* [Assertion Testing](assert.html) +* [TTY](tty.html) +* [OS](os.html) +* [Debugger](debugger.html) * Appendixes * [Appendix 1: Recommended Third-party Modules](appendix_1.html) * [Appendix 2: Deprecated API's](appendix_2.html)