Skip to content

Commit 96fe466

Browse files
committed
Docs: Clean up.
1 parent b484238 commit 96fe466

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

docs/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ <h1><a href="https://threejs.org">three.js</a></h1>
3636
</div>
3737
<div id="searchResults" style="display: none;"></div>
3838
<div id="content">
39+
3940
<h2>Core</h2>
4041
<h3>Animation</h3>
4142
<ul>
@@ -1747,6 +1748,7 @@ <h2>Global</h2>
17471748
<li><a href="global.html#updateUserCamera">updateUserCamera</a></li>
17481749
<li><a href="global.html#viewportResolution">viewportResolution</a></li>
17491750
</ul>
1751+
17501752
</div>
17511753
</div>
17521754

utils/docs/template/publish.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,6 @@ function buildNav( members ) {
618618

619619
nav += buildMainNav( [ ...members.classes, ...members.modules ], seen, linkto );
620620
nav += buildGlobalsNav( members.globals, seen );
621-
nav += '\t\t\t\t';
622621

623622
return nav;
624623

utils/docs/template/static/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ <h1><a href="https://threejs.org">three.js</a></h1>
3535
<div id="clearSearchButton"></div>
3636
</div>
3737
<div id="searchResults" style="display: none;"></div>
38-
<div id="content"><!--NAV_PLACEHOLDER--></div>
38+
<div id="content">
39+
<!--NAV_PLACEHOLDER-->
40+
</div>
3941
</div>
4042

4143
</div>

0 commit comments

Comments
 (0)