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
@@ -22,7 +22,7 @@ pallet-default-config-example = { path = "../../substrate/frame/examples/default
simple-mermaid = { git = "https://github.com/kianenigma/simple-mermaid.git", branch = "main" }
docify = "0.2.6"
# Polkadot SDK deps, typically all should only be scope such that we can link to their doc item.
# Polkadot SDK deps, typically all should only be in scope such that we can link to their doc item.
node-cli = { package = "staging-node-cli", path = "../../substrate/bin/node/cli" }
kitchensink-runtime = { path = "../../substrate/bin/node/runtime" }
chain-spec-builder = { package = "staging-chain-spec-builder", path = "../../substrate/bin/utils/chain-spec-builder" }