mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 09:57:56 +00:00
6cc91f9187
* Add a `last change` footer to the implementers guide Some of the newcomers were noticing outdated pages in the implementer's guide. This idea came up as a heuristic for how up-to-date an individual page is. * Update `build-implementers-guide` CI job
23 lines
590 B
TOML
23 lines
590 B
TOML
[book]
|
|
authors = ["Rob Habermeier", "Peter Goodspeed-Niklaus"]
|
|
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]
|