Skip to content

Commit d1fafb8

Browse files
committed
Add logo to Rust docs
1 parent 08463b0 commit d1fafb8

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

book/tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "cucumber_book_tests"
2+
name = "cucumber-book-tests"
33
version = "0.0.0"
44
edition = "2018"
55
resolver = "2"

codegen/src/lib.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
#![doc(
12+
html_logo_url = "https://avatars.githubusercontent.com/u/91469139?s=128",
13+
html_favicon_url = "https://avatars.githubusercontent.com/u/91469139?s=256"
14+
)]
1115
#![doc = include_str!("../README.md")]
1216
#![deny(
1317
nonstandard_style,

src/lib.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
#![doc(
12+
html_logo_url = "https://avatars.githubusercontent.com/u/91469139?s=128",
13+
html_favicon_url = "https://avatars.githubusercontent.com/u/91469139?s=256"
14+
)]
1115
#![doc = include_str!("../README.md")]
1216
#![deny(
1317
nonstandard_style,

0 commit comments

Comments
 (0)