mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-06 06:48:01 +00:00
830fde2a60
* Include bridges into fmt Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Fix some authors Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> --------- Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
23 lines
586 B
TOML
23 lines
586 B
TOML
[book]
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
language = "en"
|
|
multilingual = false
|
|
src = "src"
|
|
title = "The Polkadot Parachain Host Implementers' Guide"
|
|
|
|
[preprocessor.graphviz]
|
|
command = "mdbook-graphviz"
|
|
[preprocessor.mermaid]
|
|
command = "mdbook-mermaid"
|
|
[preprocessor.last-changed]
|
|
command = "mdbook-last-changed"
|
|
renderer = ["html"]
|
|
|
|
[output.html]
|
|
additional-css = ["last-changed.css"]
|
|
additional-js = ["mermaid.min.js", "mermaid-init.js"]
|
|
# Repository URL used in the last-changed link.
|
|
git-repository-url = "https://github.com/paritytech/polkadot"
|
|
|
|
[output.linkcheck]
|