summaryrefslogtreecommitdiff
path: root/doc/template.html
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-03-03 15:50:33 -0800
committerisaacs <i@izs.me>2012-03-03 17:03:56 -0800
commit3dfa98c9917ac23dd052fd66f996c2abc849b759 (patch)
tree2a0d4d0cd547a43d2640d28d15dd9e518f660089 /doc/template.html
parent2d44dcc8be9dc8d9b1dde3f68983478aa30de59c (diff)
downloadnode-new-3dfa98c9917ac23dd052fd66f996c2abc849b759.tar.gz
doc: Add link to JSON version of doc
Diffstat (limited to 'doc/template.html')
-rw-r--r--doc/template.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/template.html b/doc/template.html
index 61bb15324c..a9a3c39e0e 100644
--- a/doc/template.html
+++ b/doc/template.html
@@ -33,7 +33,11 @@
<header>
<h1>Node.js __VERSION__ Manual &amp; Documentation</h1>
<div id="gtoc">
- <p><a href="index.html" name="toc">Index</a> | <a href="all.html">View on single page</a></p>
+ <p>
+ <a href="index.html" name="toc">Index</a> |
+ <a href="all.html">View on single page</a> |
+ <a href="__FILENAME__.json">View as JSON</a>
+ </p>
</div>
<hr>
</header>