We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d44dcc commit 3dfa98cCopy full SHA for 3dfa98c
doc/template.html
@@ -33,7 +33,11 @@
33
<header>
34
<h1>Node.js __VERSION__ Manual & Documentation</h1>
35
<div id="gtoc">
36
- <p><a href="index.html" name="toc">Index</a> | <a href="all.html">View on single page</a></p>
+ <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>
41
</div>
42
<hr>
43
</header>
0 commit comments