mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-15 10:21:05 +00:00
Add a last change footer to the implementers guide (#6216)
* 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
This commit is contained in:
@@ -4,13 +4,14 @@ The implementers' guide is compiled from several source files with [`mdBook`](ht
|
||||
|
||||
## Hosted build
|
||||
|
||||
This is avalible at https://paritytech.github.io/polkadot/book/
|
||||
This is available [here](https://paritytech.github.io/polkadot/book/).
|
||||
|
||||
## Local build
|
||||
|
||||
To view it locally from the repo root:
|
||||
|
||||
Ensure graphviz is installed:
|
||||
|
||||
```sh
|
||||
brew install graphviz # for macOS
|
||||
sudo apt-get install graphviz # for Ubuntu/Debian
|
||||
@@ -19,11 +20,11 @@ sudo apt-get install graphviz # for Ubuntu/Debian
|
||||
Then install and build the book:
|
||||
|
||||
```sh
|
||||
cargo install mdbook mdbook-linkcheck mdbook-graphviz mdbook-mermaid
|
||||
cargo install mdbook mdbook-linkcheck mdbook-graphviz mdbook-mermaid mdbook-last-changed
|
||||
mdbook serve roadmap/implementers-guide
|
||||
open http://localhost:3000
|
||||
```
|
||||
|
||||
## Specification
|
||||
|
||||
See also the Polkadot specificaton [hosted](https://spec.polkadot.network/), and it's [source](https://github.com/w3f/polkadot-spec)).
|
||||
See also the Polkadot specification [hosted](https://spec.polkadot.network/), and its [source](https://github.com/w3f/polkadot-spec).
|
||||
|
||||
Reference in New Issue
Block a user