mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-01 10:07:56 +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:
@@ -170,7 +170,7 @@ build-implementers-guide:
|
||||
- .collect-artifacts-short
|
||||
script:
|
||||
- apt-get -y update; apt-get install -y graphviz
|
||||
- cargo install mdbook mdbook-mermaid mdbook-linkcheck mdbook-graphviz
|
||||
- cargo install mdbook mdbook-mermaid mdbook-linkcheck mdbook-graphviz mdbook-last-changed
|
||||
- mdbook build ./roadmap/implementers-guide
|
||||
- mkdir -p artifacts
|
||||
- mv roadmap/implementers-guide/book artifacts/
|
||||
|
||||
Reference in New Issue
Block a user