I found the following odd while navigating the Erlang documentation pages:
- I start at https://www.erlang.org/doc . The page says Erlang/OTP version v29.0.1 (which is the latest)
- I click on Module Index →
atomics. It still shows Erlang/OTP v29.0.1 (which makes sense, I still want the latest Erlang documentation available). However, I don’t see a function listing for the module (to reproduce this, you need to navigate from the documentation front page and go the same way I did, not click the links above directly) - If I reload the atomics page, I now see
ertsversion v17.0.1. This is confusing to me. I immediately assumed I ended up on the documentation page for Erlang 17 via a broken link, but it is actually theertsversion (very misleading IMO).- I get that sub applications inside OTP have different versions, but most other documentation pages I know of let’s you always select the major version (so you can make sure you’re on the latest version, see e.g. Postgres). This assumption breaks here since sometimes it is the major language version shown, and sometimes the sub application version in the same dropdown.
- That the same page URL renders differently with some menus/views missing when being navigated to versus being reloaded/visited directly is problematic (and probably a bug?)
- I actually searched for “erlang atomics” and ended up on the
ertsv17 page first, which led me to believed I got old results for the Erlang 17 documentation, with no way to navigate to the Erlang 29 documentation (since theertsversion dropdown only lists 17 as the highest version).
It would be nice with a consistent top-level Erlang/OTP version dropdown that is always available on the page so one can switch between Erlang releases