API Reference Docs are broken
See original GitHub issueWhen v5 was recently released, the docs were not published quite right. There is no way to navigate around the API reference section (link) like you could with v4. Instead of dropping you into the root of the API, it puts you in a subsection on Identifiers
. There is no way to get to the API reference for the Model class for instance, without clicking through into Association
and then find a method that has a reference to Model
. Before, the API Reference had all of the main classes listed in the side bar that you could drill down into.
The v4 docs are also mostly unusable currently, as the link for them just points to the docs folder in the v4 branch. The API Reference docs are generated by code, and are not usable via browsing the git branch. I’ve had to resort to a third party mirror? to be able to get access to v4 API Reference docs.
Issue where docs were updated: #10475
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:5 (5 by maintainers)
@sushantdhiman it might be helpful to group datatypes into their own category, I will look into this.
The easiest way to fix it would be to move the data type file into a subfolder. The cleaner solution would be to split all data types into separate files inside of the
data-types
folder.