minor updates to the substrate doc crate (#14614)

This commit is contained in:
Kian Paimani
2023-07-23 14:32:05 -07:00
committed by GitHub
parent b16976053e
commit 5b268d4417
4 changed files with 61 additions and 7 deletions
@@ -20,7 +20,14 @@
//!
//! A chain-spec is short for `chain-configuration`. See the [`sc-chain-spec`] for more information.
//!
//! Note that this binary is analogous to the `build-spec` subcommand, contained in typical
//! substrate-based nodes. This particular binary is capable of building a more sophisticated chain
//! specification that can be used with the substrate-node, ie. [`node-cli`].
//!
//! See [`ChainSpecBuilder`] for a list of available commands.
//!
//! [`sc-chain-spec`]: ../sc_chain_spec/index.html
//! [`node-cli`]: ../node_cli/index.html
use std::path::{Path, PathBuf};