Skip to content

Commit 3dfa98c

Browse files
committed
doc: Add link to JSON version of doc
1 parent 2d44dcc commit 3dfa98c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/template.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,11 @@
3333
<header>
3434
<h1>Node.js __VERSION__ Manual &amp; Documentation</h1>
3535
<div id="gtoc">
36-
<p><a href="index.html" name="toc">Index</a> | <a href="all.html">View on single page</a></p>
36+
<p>
37+
<a href="index.html" name="toc">Index</a> |
38+
<a href="all.html">View on single page</a> |
39+
<a href="__FILENAME__.json">View as JSON</a>
40+
</p>
3741
</div>
3842
<hr>
3943
</header>

0 commit comments

Comments
 (0)