mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 07:37:57 +00:00
a0239785b9
* start graphing message flow between subsystems This commit includes messages originating from the first three subsystems (alphabetically). * use standard arrowhead names * add messages from bitfield distribution && use circo layout * finish adding all subsystem message traffic to graph * reduce line spam * start work on graphing v1 types * finish graphing candidate-related structs * show hash relations, format * show provenance of ValidityAttestation * add the rest of the v1 polkadot primitives * add type diagram from polkadot::parachain::primitives * start work digramming the path to backing * diagram message flow from collation generation -> candidate selection * document flow through CandidateBacking, CandidateValidation * graph data flow through StatementDistribution * trace data flow through PoVDistribution to Backing * finish documenting node side subsystem data flow
17 lines
362 B
TOML
17 lines
362 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"
|
|
|
|
[output.html]
|
|
additional-js = ["mermaid.min.js", "mermaid-init.js"]
|
|
|
|
[output.linkcheck]
|