-
-
Notifications
You must be signed in to change notification settings - Fork 36.1k
Open
Description
Description
I'm looking at the docs here: https://threejs.org/docs/
In the navigation sidebar, some sections (i noticed the "TSL" and "Global" sections) have all links point to anchors that do not exist. Making the navigation sidebar useless. E.g. the first entry in the "TSL" section has the following markup:
<li>
<a href="pages/TSL.html#Break" target="viewer" class="selected">Break</a>
</li>But clicking on the link mysteriously changes the URL to (note added TSL.):
https://threejs.org/docs/#TSL.Break
But the headinf do the "Break()" entry has id Break, not TSL.Break, so jumbing to the section does not work:
<h3 class="name name-method" id="Break" translate="no">
.<a href="#Break">Break</a>
<span class="signature">()</span>
<span class="type-signature"> : <a href="ExpressionNode.html">ExpressionNode</a></span>
</h3>Safari 26.0.1
macOS 14.8
Screenshots
Screen.Recording.2025-11-18.at.12.49.51-Fast.1080p30.mp4
Device
Desktop
Browser
Safari
OS
MacOS