0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00

add zlib module to doc index

This commit is contained in:
Ryan Dahl 2011-09-30 17:01:07 -07:00
parent 8f23fd545d
commit f30cba2ba4
2 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,7 @@
* [Child Processes](child_processes.html)
* [Assertion Testing](assert.html)
* [TTY](tty.html)
* [ZLIB](zlib.html)
* [OS](os.html)
* [Debugger](debugger.html)
* Appendixes

View File

@ -30,6 +30,7 @@
@include child_processes
@include assert
@include tty
@include zlib
@include os
@include debugger