mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 01:41:03 +00:00
90a1ba1e90
* Add mdbook-linkcheck * Convert todo to not a link * Fix external glossary link * Fix various broken links * Mass replace: s/.html/.md/ * My sloppy attempt to add a gitlab CI check
10 lines
327 B
Markdown
10 lines
327 B
Markdown
# The Polkadot Parachain Host Implementers' Guide
|
|
|
|
The implementers' guide is compiled from several source files with [mdBook](https://github.com/rust-lang/mdBook). To view it live, locally, from the repo root:
|
|
|
|
```sh
|
|
cargo install mdbook mdbook-linkcheck
|
|
mdbook serve roadmap/implementors-guide
|
|
open http://localhost:3000
|
|
```
|