-
-
Notifications
You must be signed in to change notification settings - Fork 36k
Description
Description
Previously, when you clicked on the "documentation" menu item from the main page of threejs.org, you were taken to the documentation page (Refecrence, API). Now, when you click on this link, you are taken to the Manual page, which is very confusing, because when you click on the documentation, you are actually taken to the guides and the tutorial. And to get to the real documentation, you have to make an extra click each time. The three.js documentation for its user is, in fact, a handbook that should be accessible with one click. I suggest adding the Manual and the tutorial as a separate link, and let the documentation lead to the documentation. What do you think about this? Thank you.


Solution
Change "documentation" href to https://threejs.org/docs/
Alternatives
Leave as it is.
Additional context
No response