Files
pezkuwi-subxt/polkadot/roadmap/implementers-guide/book.toml
T
Oliver Tale-Yazdi 830fde2a60 Update fmt file and some authors (#1379)
* 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>
2023-09-04 09:19:41 +02:00

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]