-
Notifications
You must be signed in to change notification settings - Fork 211
Add Api Derives docs #489
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
Add Api Derives docs #489
Conversation
TarikGul
left a comment
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.
Shouldnt we be bumping the version of the api here so it can have the new script for api derive generation?
|
True, in this case I just brought the latest version on master using In that case we would have to wait for the next |
|
Thats totally fine, lets get this in since it's already part of the 15.7.1 release, and we can hold off on the asset-hub updates until next release. |
|
Interesting, any idea why the build is failing? |
|
Oh, yes I think I know what is going on. yarn build is running the generation script from typegen, which tries to parse from a local file instead of a dependency. Since the build happens in the context of the docs it does not have access to the file when running on github actions |
|
The fix is required on the api side so let's wait for the next release to merge this PRs. |
TarikGul
left a comment
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.
LGTM
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
This PR adds documentation for the
api.derivesnamespace including detailed infortation about each derive and it's usage.Automatically generated from the
polkadot-js/apicode documentation.