diff options
author | Adam Blackburn <regality@gmail.com> | 2012-09-22 16:48:47 -0600 |
---|---|---|
committer | Ben Noordhuis <info@bnoordhuis.nl> | 2012-09-25 14:38:36 +0200 |
commit | d5e9895ce0fb708e35216753999b951bae571f39 (patch) | |
tree | 1a1aa66c3a9fe84258760385fd4226a29bfa52cb | |
parent | 0f2ed2bc2c1164a33c39d172960b4aca1be08baa (diff) | |
download | node-d5e9895ce0fb708e35216753999b951bae571f39.tar.gz |
doc: put API table of contents in alphabetical order
-rw-r--r-- | doc/api/_toc.markdown | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/doc/api/_toc.markdown b/doc/api/_toc.markdown index 276b3db8a..9f658687e 100644 --- a/doc/api/_toc.markdown +++ b/doc/api/_toc.markdown @@ -1,36 +1,36 @@ * [About these Docs](documentation.html) * [Synopsis](synopsis.html) -* [Globals](globals.html) -* [STDIO](stdio.html) -* [Timers](timers.html) -* [Modules](modules.html) -* [C/C++ Addons](addons.html) -* [Process](process.html) -* [Utilities](util.html) -* [Events](events.html) -* [Domain](domain.html) +* [Assertion Testing](assert.html) * [Buffer](buffer.html) -* [Stream](stream.html) +* [C/C++ Addons](addons.html) +* [Child Processes](child_process.html) +* [Cluster](cluster.html) * [Crypto](crypto.html) -* [TLS/SSL](tls.html) -* [String Decoder](string_decoder.html) -* [File System](fs.html) -* [Path](path.html) -* [Net](net.html) -* [UDP/Datagram](dgram.html) +* [Debugger](debugger.html) * [DNS](dns.html) +* [Domain](domain.html) +* [Events](events.html) +* [File System](fs.html) +* [Globals](globals.html) * [HTTP](http.html) * [HTTPS](https.html) -* [URL](url.html) -* [Query Strings](querystring.html) +* [Modules](modules.html) +* [Net](net.html) +* [OS](os.html) +* [Path](path.html) +* [Process](process.html) * [Punycode](punycode.html) +* [Query Strings](querystring.html) * [Readline](readline.html) * [REPL](repl.html) -* [VM](vm.html) -* [Child Processes](child_process.html) -* [Assertion Testing](assert.html) +* [STDIO](stdio.html) +* [Stream](stream.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) * [ZLIB](zlib.html) -* [OS](os.html) -* [Debugger](debugger.html) -* [Cluster](cluster.html) |