Skip to content

Commit 692bcbe

Browse files
committed
Revert "docs: split TOC into two parts: overview and API"
This reverts commit cd4cb8e.
1 parent 7f58d20 commit 692bcbe

File tree

1 file changed

+22
-37
lines changed

1 file changed

+22
-37
lines changed

doc/api/_toc.markdown

Lines changed: 22 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,38 @@
1-
## Overview
1+
## Table of Contents
22

33
* [Synopsis](synopsis.html)
44
* [Globals](globals.html)
5+
* [STDIO](stdio.html)
6+
* [Timers](timers.html)
57
* [Modules](modules.html)
8+
* [C/C++ Addons](addons.html)
9+
* [Process](process.html)
10+
* [Utilities](util.html)
611
* [Events](events.html)
712
* [Buffers](buffers.html)
813
* [Streams](streams.html)
9-
* [STDIO](stdio.html)
10-
* [File System](fs.html)
11-
* [HTTP](http.html)
12-
* [Process](process.html)
13-
* [Debugger](debugger.html)
14-
15-
## API
16-
17-
* [Assertion Testing](assert.html)
18-
* [Buffers](buffers.html)
19-
* [C/C++ Addons](addons.html)
20-
* [Child Processes](child_processes.html)
21-
* [Cluster](cluster.html)
2214
* [Crypto](crypto.html)
23-
* [Debugger](debugger.html)
24-
* [DNS](dns.html)
25-
* [Events](events.html)
15+
* [TLS/SSL](tls.html)
16+
* [String Decoder](string_decoder.html)
2617
* [File System](fs.html)
27-
* [Globals](globals.html)
18+
* [Path](path.html)
19+
* [Net](net.html)
20+
* [UDP/Datagram](dgram.html)
21+
* [DNS](dns.html)
2822
* [HTTP](http.html)
2923
* [HTTPS](https.html)
30-
* [Modules](modules.html)
31-
* [Net](net.html)
32-
* [OS](os.html)
33-
* [Path](path.html)
34-
* [Process](process.html)
24+
* [URL](url.html)
3525
* [Query Strings](querystring.html)
3626
* [Readline](readline.html)
3727
* [REPL](repl.html)
38-
* [STDIO](stdio.html)
39-
* [Streams](streams.html)
40-
* [String Decoder](string_decoder.html)
41-
* [Timers](timers.html)
42-
* [TLS/SSL](tls.html)
43-
* [TTY](tty.html)
44-
* [UDP/Datagram](dgram.html)
45-
* [URL](url.html)
46-
* [Utilities](util.html)
4728
* [VM](vm.html)
29+
* [Child Processes](child_processes.html)
30+
* [Assertion Testing](assert.html)
31+
* [TTY](tty.html)
4832
* [ZLIB](zlib.html)
49-
50-
## Appendixes
51-
52-
* [Appendix 1: Recommended Third-party Modules](appendix_1.html)
53-
* [Appendix 2: Deprecated API's](appendix_2.html)
33+
* [OS](os.html)
34+
* [Debugger](debugger.html)
35+
* [Cluster](cluster.html)
36+
* Appendixes
37+
* [Appendix 1: Recommended Third-party Modules](appendix_1.html)
38+
* [Appendix 2: Deprecated API's](appendix_2.html)

0 commit comments

Comments
 (0)