Skip to content

Commit

Permalink
Add logo to Rust docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Oct 18, 2021
1 parent 08463b0 commit d1fafb8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion book/tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "cucumber_book_tests"
name = "cucumber-book-tests"
version = "0.0.0"
edition = "2018"
resolver = "2"
Expand Down
4 changes: 4 additions & 0 deletions codegen/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

#![doc(
html_logo_url = "https://avatars.githubusercontent.com/u/91469139?s=128",
html_favicon_url = "https://avatars.githubusercontent.com/u/91469139?s=256"
)]
#![doc = include_str!("../README.md")]
#![deny(
nonstandard_style,
Expand Down
4 changes: 4 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

#![doc(
html_logo_url = "https://avatars.githubusercontent.com/u/91469139?s=128",
html_favicon_url = "https://avatars.githubusercontent.com/u/91469139?s=256"
)]
#![doc = include_str!("../README.md")]
#![deny(
nonstandard_style,
Expand Down

0 comments on commit d1fafb8

Please sign in to comment.