Skip to content

Instantly share code, notes, and snippets.

@misterdjules
Created February 24, 2015 22:21
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save misterdjules/46e8123a9e6097c117c1 to your computer and use it in GitHub Desktop.
Save misterdjules/46e8123a9e6097c117c1 to your computer and use it in GitHub Desktop.
➜ v0.12 git:(v0.12.0-release) ✗ diff -urN out/doc/api /tmp/api
diff -urN out/doc/api/_toc.html /tmp/api/_toc.html
--- out/doc/api/_toc.html 2015-02-24 14:18:33.000000000 -0800
+++ /tmp/api/_toc.html 2015-02-24 14:13:09.000000000 -0800
@@ -85,6 +85,7 @@
<li><a href="string_decoder.html">String Decoder</a></li>
<li><a href="timers.html">Timers</a></li>
<li><a href="tls.html">TLS/SSL</a></li>
+<li><a href="tracing.html">Tracing</a></li>
<li><a href="tty.html">TTY</a></li>
<li><a href="dgram.html">UDP/Datagram</a></li>
<li><a href="url.html">URL</a></li>
diff -urN out/doc/api/_toc.json /tmp/api/_toc.json
--- out/doc/api/_toc.json 2015-02-24 14:18:34.000000000 -0800
+++ /tmp/api/_toc.json 2015-02-24 14:13:14.000000000 -0800
@@ -320,6 +320,16 @@
},
{
"type": "text",
+ "text": "[Tracing](tracing.html)"
+ },
+ {
+ "type": "list_item_end"
+ },
+ {
+ "type": "list_item_start"
+ },
+ {
+ "type": "text",
"text": "[TTY](tty.html)"
},
{
diff -urN out/doc/api/index.html /tmp/api/index.html
--- out/doc/api/index.html 2015-02-24 14:18:33.000000000 -0800
+++ /tmp/api/index.html 2015-02-24 14:13:17.000000000 -0800
@@ -85,6 +85,7 @@
<li><a href="string_decoder.html">String Decoder</a></li>
<li><a href="timers.html">Timers</a></li>
<li><a href="tls.html">TLS/SSL</a></li>
+<li><a href="tracing.html">Tracing</a></li>
<li><a href="tty.html">TTY</a></li>
<li><a href="dgram.html">UDP/Datagram</a></li>
<li><a href="url.html">URL</a></li>
diff -urN out/doc/api/index.json /tmp/api/index.json
--- out/doc/api/index.json 2015-02-24 14:18:34.000000000 -0800
+++ /tmp/api/index.json 2015-02-24 14:13:11.000000000 -0800
@@ -320,6 +320,16 @@
},
{
"type": "text",
+ "text": "[Tracing](tracing.html)"
+ },
+ {
+ "type": "list_item_end"
+ },
+ {
+ "type": "list_item_start"
+ },
+ {
+ "type": "text",
"text": "[TTY](tty.html)"
},
{
➜ v0.12 git:(v0.12.0-release) ✗ rsync -v -c -u --dry-run -r out/doc/ node@nodejs.org:~/web/nodejs.org/
building file list ... done
api/_toc.html
api/_toc.json
api/index.html
api/index.json
sent 3112 bytes received 44 bytes 901.71 bytes/sec
total size is 4027122 speedup is 1276.02
➜ v0.12 git:(v0.12.0-release) ✗ rsync -v -c -u -r out/doc/ node@nodejs.org:~/web/nodejs.org/
building file list ... done
api/_toc.html
api/_toc.json
api/index.html
api/index.json
sent 5802 bytes received 348 bytes 2460.00 bytes/sec
total size is 4027122 speedup is 654.82
➜ v0.12 git:(v0.12.0-release) ✗
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment