Skip to content

Update docs with latest types for Polkadot and Kusama#497

Merged
ap211unitech merged 1 commit into
masterfrom
feat/upgrade-docs-for-latest-runtime
Nov 6, 2025
Merged

Update docs with latest types for Polkadot and Kusama#497
ap211unitech merged 1 commit into
masterfrom
feat/upgrade-docs-for-latest-runtime

Conversation

@ap211unitech

Copy link
Copy Markdown
Member

This PR aims to upgrade docs for Kusama, Kusama Asset Hub, Polkadot and Polkadot Asset Hub with thier latest runtimes. The changes are already done in https://github.com/polkadot-js/api. For this, I simply bring those changes to docs using:

 yarn polkadot-dev-copy-to docs # in API

and

yarn build # in Docs

With this, all the extrinsics, storage, consts etc were automatically fetched from API.

@ap211unitech ap211unitech self-assigned this Nov 6, 2025

@TarikGul TarikGul left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For the future if I am not mistaken, its better to update the @polkadot/* deps and then run the build natively.

@ap211unitech

ap211unitech commented Nov 6, 2025

Copy link
Copy Markdown
Member Author

For the future if I am not mistaken, its better to update the @polkadot/* deps and then run the build natively.

Yea...that's ideal approach but few people were looking for new docs asap so took this approach. Next week is scheduled for release cycle. I'll update typegen dependency here then.

@ap211unitech ap211unitech merged commit e82f96f into master Nov 6, 2025
1 check passed
@ap211unitech ap211unitech deleted the feat/upgrade-docs-for-latest-runtime branch November 6, 2025 05:03
@ap211unitech

ap211unitech commented Nov 6, 2025

Copy link
Copy Markdown
Member Author

For the future if I am not mistaken, its better to update the @polkadot/* deps and then run the build natively.

Yea...that's ideal approach but few people were looking for new docs asap so took this approach. Next week is scheduled for release cycle. I'll update typegen dependency here then.

Well...Release CI already reverted these changes coz it runs yarn build on thier own. So, I have to upgrade API first then.

Here: 1616dfb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants