three.js
three.js copied to clipboard
"Officialize" renaming of examples classes to addons
Related issue: https://github.com/mrdoob/three.js/pull/23406
Description
As we now have three/addons alias, and started to refer to examples classes as addons, isn't it the time to note that in documentation?
I think fundamentals.html in new manual are missing the information about import maps...
Renaming the doc pages will break a lot of URLs. Without implementing a redirect, I do not vote for doing this.
Besides, the PR got too complex. The first changes to the Installation guide were fine but now it's really hard to review everything. I suggest to revert and implement changes more incrementally.
I tried to git revert commits but that seems to broke everything...
Okay, I fixed it somehow 🙏
Besides, the PR got too complex. The first changes to the Installation guide were fine but now it's really hard to review everything. I suggest to revert and implement changes more incrementally.
Reverted those changes.
@LeviPesin it might be better to open an issue for this first to see if there is support for the change, and also to figure out exactly what is required.
I'm personally in favor but as @Mugen87 points out it has to happen without breaking URLs. Which might make this more complicated than it first appears. On the other hand maybe it's ok just to change the docs and page titles and leave URLs as they are?
Hey, I believe this can be merged 👍