10000 rewrite config-file page, and document support for JS config files (#… · ethereum-node/jsdoc.github.io@48d0c0e · GitHub
[go: up one dir, main page]

Skip to content

Commit 48d0c0e

Browse files
committed
rewrite config-file page, and document support for JS config files (jsdoc#161)
1 parent aca0739 commit 48d0c0e

9 files changed

+305
-224
lines changed

about-commandline.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ <h2 id="examples">Examples</h2>
165165
</figure>
166166
<h2 id="related-links">Related Links</h2>
167167
<p>
168-
<a href="about-configuring-jsdoc.html">Configuring JSDoc with conf.json</a>
168+
<a href="about-configuring-jsdoc.html">Configuring JSDoc with a configuration file</a>
169169
</p>
170170
</article>
171171
<footer>

about-configuring-default-template.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@ <h2 id="overriding-the-default-template-s-layout-file">Overriding the default te
9595
this file defines which CSS and JavaScript files are loaded for each page. In JSDoc 3.3.0 and later, you can specify your own <code>layout.tmpl</code> file
9696
to use, which allows you to load your own custom CSS and JavaScript files in addition to, or instead of, the standard files.</p>
9797
<p>To use this feature, set the option <code>templates.default.layoutFile</code> to the path to your customized layout file. Relative paths are resolved against
98-
the path to the <code>config.json</code> file; the current working directory; and the JSDoc directory, in that order.</p>
98+
the path to the configuration file; the current working directory; and the JSDoc directory, in that order.</p>
9999
<h2 id="related-links">Related Links</h2>
100100
<p>
101-
<a href="about-configuring-jsdoc.html">Configuring JSDoc with conf.json</a>
101+
<a href="about-configuring-jsdoc.html">Configuring JSDoc with a configuration file</a>
102102
</p>
103103
</article>
104104
<footer>

about-configuring-jsdoc.html

Lines changed: 135 additions & 96 deletions
Large diffs are not rendered by default.

content/en/about-configuring-default-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,5 @@ use, which allows you to load your own custom CSS and JavaScript files in additi
9090
of, the standard files.
9191

9292
To use this feature, set the option `templates.default.layoutFile` to the path to your customized
93-
layout file. Relative paths are resolved against the path to the `config.json` file; the current
93+
layout file. Relative paths are resolved against the path to the configuration file; the current
9494
working directory; and the JSDoc directory, in that order.

0 commit comments

Comments
 (0)
0