Skip to content
Snippets Groups Projects
Unverified Commit 47294570 authored by thiolliere's avatar thiolliere Committed by GitHub
Browse files

Fix polkadot sdk doc. (#7022)


If you see the doc
https://paritytech.github.io/polkadot-sdk/master/polkadot_sdk_docs/polkadot_sdk/frame_runtime/index.html
The runtime part introduction is missing.

Co-authored-by: default avatarOliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
parent bdd11933
Branches
No related merge requests found
Pipeline #510545 waiting for manual action with stages
in 31 minutes and 18 seconds
......@@ -57,6 +57,7 @@
//! The following example showcases a minimal pallet.
#![doc = docify::embed!("src/polkadot_sdk/frame_runtime.rs", pallet)]
//!
//! ## Runtime
//!
//! A runtime is a collection of pallets that are amalgamated together. Each pallet typically has
//! some configurations (exposed as a `trait Config`) that needs to be *specified* in the runtime.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment