URL of the page
https://loopback.io/doc/en/lb4/
Nature of the issue
There is no API documentation for DefaultCrudRepository which is a key class.
The only place where it can be found is:
https://marioestradarosa.github.io/loopback.io/doc/en/lb4/apidocs.repository.defaultcrudrepository.html
Expected behavior
I expect to find the API documentation by searching for DefaultCrudRepository or by browsing to:
https://loopback.io/doc/en/lb4/apidocs.index.html
but here the entire @loopback/repository
is missing.
Actual behavior
When I search DefaultCrudRepository it finds 5 references but not the API specification.