Improve polkadot sdk docs (#2631)

Closes https://github.com/paritytech/polkadot-sdk-docs/issues/69
This commit is contained in:
Juan Girini
2023-12-06 20:26:06 +01:00
committed by GitHub
parent be500fc202
commit 4df313fbc7
4 changed files with 78 additions and 62 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
//! # Polkadot SDK Docs Guides
//!
//! This crate contains a collection of guides that are foundational to the developers of
//! Polkadot SDK. They common user-journeys that are traversed in the Polkadot ecosystem.
//! Polkadot SDK. They are common user-journeys that are traversed in the Polkadot ecosystem.
/// Write your first simple pallet, learning the most most basic features of FRAME along the way.
pub mod your_first_pallet;