Skip to content

Commit

Permalink
Mention new XCM docs in sdk docs (paritytech#4558)
Browse files Browse the repository at this point in the history
The XCM docs were pretty much moved to the new rust docs format in
paritytech#2633, with the addition
of the XCM cookbook, which I plan to add more examples to shortly.

These docs were not mentioned in the polkadot-sdk rust docs, this PR
just mentions them there, so people can actually find them.
  • Loading branch information
franciscoaguirre committed May 23, 2024
1 parent 03bbc17 commit 48d4f65
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,4 @@ sp-version = { path = "../../substrate/primitives/version" }

# XCM
xcm = { package = "staging-xcm", path = "../../polkadot/xcm" }
xcm-docs = { path = "../../polkadot/xcm/docs" }
2 changes: 1 addition & 1 deletion docs/sdk/src/polkadot_sdk/xcm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
//!
//! ## Get started
//!
//! To learn how it works and to get started, go to the [XCM docs](https://paritytech.github.io/xcm-docs/).
//! To learn how it works and to get started, go to the [XCM docs](xcm_docs).

#[cfg(test)]
mod tests {
Expand Down

0 comments on commit 48d4f65

Please sign in to comment.