diff options
author | isaacs <i@izs.me> | 2012-03-03 15:50:33 -0800 |
---|---|---|
committer | isaacs <i@izs.me> | 2012-03-03 17:03:56 -0800 |
commit | 3dfa98c9917ac23dd052fd66f996c2abc849b759 (patch) | |
tree | 2a0d4d0cd547a43d2640d28d15dd9e518f660089 /doc/template.html | |
parent | 2d44dcc8be9dc8d9b1dde3f68983478aa30de59c (diff) | |
download | node-new-3dfa98c9917ac23dd052fd66f996c2abc849b759.tar.gz |
doc: Add link to JSON version of doc
Diffstat (limited to 'doc/template.html')
-rw-r--r-- | doc/template.html | 6 |
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 & 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> |