Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
docs: split TOC into two parts: overview and API
Browse files Browse the repository at this point in the history
Fixes #2090.
Fixes #2336.
  • Loading branch information
tedsuo authored and koichik committed Feb 27, 2012
1 parent ca0986f commit cd4cb8e
Showing 1 changed file with 37 additions and 22 deletions.
59 changes: 37 additions & 22 deletions doc/api/_toc.markdown
Original file line number Diff line number Diff line change
@@ -1,38 +1,53 @@
## Table of Contents
## Overview

* [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)
* [Crypto](crypto.html)
* [TLS/SSL](tls.html)
* [String Decoder](string_decoder.html)
* [STDIO](stdio.html)
* [File System](fs.html)
* [Path](path.html)
* [Net](net.html)
* [UDP/Datagram](dgram.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)
* [File System](fs.html)
* [Globals](globals.html)
* [HTTP](http.html)
* [HTTPS](https.html)
* [URL](url.html)
* [Modules](modules.html)
* [Net](net.html)
* [OS](os.html)
* [Path](path.html)
* [Process](process.html)
* [Query Strings](querystring.html)
* [Readline](readline.html)
* [REPL](repl.html)
* [VM](vm.html)
* [Child Processes](child_processes.html)
* [Assertion Testing](assert.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)
* [ZLIB](zlib.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)

## Appendixes

* [Appendix 1: Recommended Third-party Modules](appendix_1.html)
* [Appendix 2: Deprecated API's](appendix_2.html)

0 comments on commit cd4cb8e

Please sign in to comment.