-
Notifications
You must be signed in to change notification settings - Fork 756
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
Various corrections in the documentation #5154
Conversation
…095090e53d43a2b0a into rzadp/docs
@@ -86,7 +86,7 @@ | |||
//! | |||
//! Substrate-based runtimes use [`substrate_wasm_builder`] in their `build.rs` to automatically | |||
//! build their WASM files as a part of normal build command (e.g. `cargo build`). Once built, the | |||
//! wasm file is placed in `./target/{debug|release}/wbuild/{runtime_name}.wasm`. | |||
//! wasm file is placed in `./target/{debug|release}/wbuild/{runtime_name}/{runtime_name}.wasm`. |
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.
Actually, I was thinking, in here, should name a few tools that are useful for wasm build and testing. Do we still use srtools? If so, can you link it here please.
hoping to capture https://docs.substrate.io/build/build-a-deterministic-runtime/
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.
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.
Thanks!
An attempt to improve [the docs](https://paritytech.github.io/polkadot-sdk/master/polkadot_sdk_docs/index.html) by applying various corrections: - grammar/stylistics, - formatting, - broken links, - broken markdown table, - outdated vscode setting name, - typos, - consistency, - etc. Part of paritytech/eng-automation#10
An attempt to improve the docs by applying various corrections:
Part of paritytech/eng-automation#10