diff --git a/docs/sdk/src/guides/your_first_pallet/mod.rs b/docs/sdk/src/guides/your_first_pallet/mod.rs index e853cf13..d40ab2d5 100644 --- a/docs/sdk/src/guides/your_first_pallet/mod.rs +++ b/docs/sdk/src/guides/your_first_pallet/mod.rs @@ -330,6 +330,7 @@ //! [`pezpallet::pezpallet`]: pezframe_support::pezpallet //! [`pezpallet::config`]: pezframe_support::pezpallet_macros::config //! [`pezpallet::generate_deposit`]: pezframe_support::pezpallet_macros::generate_deposit +//! [`frame`]: crate::pezkuwi_sdk::frame_runtime #[docify::export] #[pezframe::pezpallet(dev_mode)] diff --git a/docs/sdk/src/guides/your_first_runtime.rs b/docs/sdk/src/guides/your_first_runtime.rs index 51bf7751..29a865a5 100644 --- a/docs/sdk/src/guides/your_first_runtime.rs +++ b/docs/sdk/src/guides/your_first_runtime.rs @@ -169,6 +169,7 @@ //! [`crate::pezkuwi_sdk::templates`]. //! //! [`SolochainDefaultConfig`]: struct@pezframe_system::pezpallet::config_preludes::SolochainDefaultConfig +//! [`frame`]: crate::pezkuwi_sdk::frame_runtime #[cfg(test)] mod tests { diff --git a/docs/sdk/src/pezkuwi_sdk/bizinikiwi.rs b/docs/sdk/src/pezkuwi_sdk/bizinikiwi.rs index 77eee9cf..147fe216 100644 --- a/docs/sdk/src/pezkuwi_sdk/bizinikiwi.rs +++ b/docs/sdk/src/pezkuwi_sdk/bizinikiwi.rs @@ -133,6 +133,8 @@ //! - [`pezsc_consensus_beefy`] (TODO: @adrian, add some high level docs ) //! - [`pezsc_consensus_manual_seal`] //! - [`pezsc_consensus_pow`] +//! +//! [`frame`]: crate::pezkuwi_sdk::frame_runtime #[doc(hidden)] pub use crate::pezkuwi_sdk; diff --git a/docs/sdk/src/reference_docs/frame_offchain_workers.rs b/docs/sdk/src/reference_docs/frame_offchain_workers.rs index 46a908a5..8667aa6d 100644 --- a/docs/sdk/src/reference_docs/frame_offchain_workers.rs +++ b/docs/sdk/src/reference_docs/frame_offchain_workers.rs @@ -112,3 +112,5 @@ //! - //! - //! - [Offchain worker example](https://github.com/pezkuwichain/pezkuwi-sdk/tree/master/bizinikiwi/pezframe/examples/offchain-worker) +//! +//! [`frame`]: crate::pezkuwi_sdk::frame_runtime diff --git a/docs/sdk/src/reference_docs/mod.rs b/docs/sdk/src/reference_docs/mod.rs index 52e13920..875d9911 100644 --- a/docs/sdk/src/reference_docs/mod.rs +++ b/docs/sdk/src/reference_docs/mod.rs @@ -19,6 +19,8 @@ //! //! We call this class of documents "reference documents". Our goal should be to minimize the number //! of "reference" docs, as they incur maintenance burden. +//! +//! [`frame`]: crate::pezkuwi_sdk::frame_runtime /// Learn how Bizinikiwi and FRAME use traits and associated types to make modules generic in a /// type-safe manner. diff --git a/docs/sdk/src/reference_docs/trait_based_programming.rs b/docs/sdk/src/reference_docs/trait_based_programming.rs index 66f38199..394806e8 100644 --- a/docs/sdk/src/reference_docs/trait_based_programming.rs +++ b/docs/sdk/src/reference_docs/trait_based_programming.rs @@ -111,6 +111,8 @@ //! - //! - [Bizinikiwi Seminar - Traits and Generic Types](https://www.youtube.com/watch?v=6cp10jVWNl4) //! - +//! +//! [`frame`]: crate::pezkuwi_sdk::frame_runtime #![allow(unused)] use pezframe::traits::Get;