From c0eca1b1b490fde109dcaac27810930a91589c84 Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Tue, 5 Mar 2024 12:09:34 +0100 Subject: [PATCH 1/2] Book: Add repository URL This adds a icon and link in the top right of the render book. --- book/book.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/book/book.toml b/book/book.toml index cefb64c8..c524f3a6 100644 --- a/book/book.toml +++ b/book/book.toml @@ -6,3 +6,4 @@ title = "Cargo Vet" [output.html] additional-css = ["src/custom.css"] +git-repository-url = "https://github.com/mozilla/cargo-vet" From 9b9bf81401dd24d7e644ffef68c04223eb737d25 Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Tue, 5 Mar 2024 12:09:53 +0100 Subject: [PATCH 2/2] Book: Call out the repository and issue tracker --- book/src/index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/book/src/index.md b/book/src/index.md index f11020da..0bc89b65 100644 --- a/book/src/index.md +++ b/book/src/index.md @@ -29,3 +29,8 @@ gradually as time permits. > **Note**: `cargo vet` is under active development. If you're interested in > deploying it, [get in touch](mailto:bholley@mozilla.com). +## Contributing + +`cargo-vet` is free and open source. +You can find the source code on [GitHub](https://github.com/mozilla/cargo-vet) +and issues and feature requests can be posted on the [GitHub issue tracker](https://github.com/mozilla/cargo-vet/issues).