Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Add a last change footer to the implementers guide #6216

Merged
merged 4 commits into from
Nov 8, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove need to install mdbook-last-changed from github
  • Loading branch information
mrcnski committed Nov 1, 2022
commit 81830ac2a6129276a63576421a4ce48c3e356e38
4 changes: 1 addition & 3 deletions roadmap/implementers-guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ sudo apt-get install graphviz # for Ubuntu/Debian
Then install and build the book:

```sh
cargo install mdbook mdbook-linkcheck mdbook-graphviz mdbook-mermaid
# This plugin is not available on crates.io yet.
cargo install --git https://github.com/badboy/mdbook-last-changed/ --rev 2448157
cargo install mdbook mdbook-linkcheck mdbook-graphviz mdbook-mermaid mdbook-last-changed
mdbook serve roadmap/implementers-guide
open http://localhost:3000
```
Expand Down
4 changes: 1 addition & 3 deletions scripts/ci/gitlab/pipeline/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +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
# This plugin is not available on crates.io yet.
- cargo install --git https://github.com/badboy/mdbook-last-changed/ --rev 2448157
- 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/
Expand Down