-
-
Notifications
You must be signed in to change notification settings - Fork 926
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Point API references to new docs entries #2143
Point API references to new docs entries #2143
Conversation
|
Pull Request Test Coverage Report for Build 8806088715Details
💛 - Coveralls |
@@ -1750,7 +1750,7 @@ type TODO = any; | |||
* | |||
* * If the error is thrown again inside the error handler, it will trigger the next available parent handler | |||
* | |||
* @description https://www.solidjs.com/docs/latest/api#onerror | |||
* @description https://www.solidjs.com/docs/latest/api#onerror | https://docs.solidjs.com/reference/reactive-utilities/catch-error |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just out of curiosity, Is there a reason why we kept the previous one here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as far as I can see, onError
has not been taken to the new docs because the api is deprecated. So I left the old link and added the link to the recommended alternative
Looks great thanks. |
Summary
The documentation entries at
solidjs.com/docs
are not receiving updates anymore.So even with the new docs app being still in beta, I believe it's best to already point the JSDoc
@description
suggestions todocs.solidjs.com