mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 20:27:58 +00:00
5e98803f03
cc @joepetrowski
23 lines
590 B
TOML
23 lines
590 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-sdk"
|
|
|
|
[output.linkcheck]
|