From: Ryan Dahl Date: Sat, 22 Jan 2011 02:16:56 +0000 (-0800) Subject: Add https docs to toc X-Git-Tag: v0.3.6~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6703a7f1e06d100ca560f22b6065e049dae30dce;p=platform%2Fupstream%2Fnodejs.git Add https docs to toc --- diff --git a/doc/api/_toc.markdown b/doc/api/_toc.markdown index 12c8a33..bdc6db4 100644 --- a/doc/api/_toc.markdown +++ b/doc/api/_toc.markdown @@ -19,6 +19,7 @@ * [DNS](dns.html) * [Datagram](dgram.html) * [HTTP](http.html) +* [HTTPS](https.html) * [URL](url.html) * [Query Strings](querystring.html) * [Readline](readline.html) diff --git a/doc/api/all.markdown b/doc/api/all.markdown index cfd173a..887a43f 100644 --- a/doc/api/all.markdown +++ b/doc/api/all.markdown @@ -20,6 +20,7 @@ @include dns @include dgram @include http +@include https @include url @include querystring @include readline