Skip to content

Commit

Permalink
Revert "docs: split TOC into two parts: overview and API"
Browse files Browse the repository at this point in the history
This reverts commit cd4cb8e.
  • Loading branch information
isaacs committed Feb 27, 2012
1 parent 7f58d20 commit 692bcbe
Showing 1 changed file with 22 additions and 37 deletions.
59 changes: 22 additions & 37 deletions doc/api/_toc.markdown
@@ -1,53 +1,38 @@
## Overview
## Table of Contents

* [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)
* [Buffers](buffers.html)
* [Streams](streams.html)
* [STDIO](stdio.html)
* [File System](fs.html)
* [HTTP](http.html)
* [Process](process.html)
* [Debugger](debugger.html)

## API

* [Assertion Testing](assert.html)
* [Buffers](buffers.html)
* [C/C++ Addons](addons.html)
* [Child Processes](child_processes.html)
* [Cluster](cluster.html)
* [Crypto](crypto.html)
* [Debugger](debugger.html)
* [DNS](dns.html)
* [Events](events.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)
* [STDIO](stdio.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)
* [ZLIB](zlib.html)

## Appendixes

* [Appendix 1: Recommended Third-party Modules](appendix_1.html)
* [Appendix 2: Deprecated API's](appendix_2.html)
* [OS](os.html)
* [Debugger](debugger.html)
* [Cluster](cluster.html)
* Appendixes
* [Appendix 1: Recommended Third-party Modules](appendix_1.html)
* [Appendix 2: Deprecated API's](appendix_2.html)

0 comments on commit 692bcbe

Please sign in to comment.