Skip to content

Commit f470db1

Browse files
authored
docs: add a version of the logo with text (#953)
This changes the logo to a wordmark. This should be consistent with the ones for all the other Tokio crates, when we add them elsewhere. Signed-off-by: Eliza Weisman <eliza@buoyant.io>
1 parent 0454d6b commit f470db1

File tree

14 files changed

+13
-13
lines changed

14 files changed

+13
-13
lines changed

assets/logo-type.png

9.54 KB
Loading

tracing-appender/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
//!
125125
#![doc(html_root_url = "https://docs.rs/tracing-appender/0.1.1")]
126126
#![doc(
127-
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo.svg",
127+
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png",
128128
issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"
129129
)]
130130
#![warn(

tracing-attributes/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
//!
5555
#![doc(html_root_url = "https://docs.rs/tracing-attributes/0.1.11")]
5656
#![doc(
57-
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo.svg",
57+
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png",
5858
issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"
5959
)]
6060
#![warn(

tracing-core/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
//! [`tracing`]: https://crates.io/crates/tracing
8888
#![doc(html_root_url = "https://docs.rs/tracing-core/0.1.15")]
8989
#![doc(
90-
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo.svg",
90+
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png",
9191
issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"
9292
)]
9393
#![cfg_attr(not(feature = "std"), no_std)]

tracing-error/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
#![cfg_attr(docsrs, feature(doc_cfg))]
189189
#![doc(html_root_url = "https://docs.rs/tracing-error/0.1.2")]
190190
#![doc(
191-
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo.svg",
191+
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png",
192192
issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"
193193
)]
194194
#![warn(

tracing-flame/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
//! long as doing so complies with this policy.
111111
//!
112112
#![doc(
113-
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo.svg",
113+
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png",
114114
issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"
115115
)]
116116
#![warn(

tracing-futures/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
//!
7676
#![doc(html_root_url = "https://docs.rs/tracing-futures/0.2.4")]
7777
#![doc(
78-
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo.svg",
78+
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png",
7979
issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"
8080
)]
8181
#![warn(

tracing-journald/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
//! long as doing so complies with this policy.
3434
//!
3535
#![doc(
36-
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo.svg",
36+
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png",
3737
issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"
3838
)]
3939
#[cfg(unix)]

tracing-log/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
//! [flags]: https://docs.rs/tracing/latest/tracing/#crate-feature-flags
108108
#![doc(html_root_url = "https://docs.rs/tracing-log/0.1.1")]
109109
#![doc(
110-
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo.svg",
110+
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png",
111111
issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"
112112
)]
113113
#![cfg_attr(docsrs, feature(doc_cfg))]

tracing-opentelemetry/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
#![cfg_attr(test, deny(warnings))]
9393
#![doc(html_root_url = "https://docs.rs/tracing-opentelemetry/0.7.0")]
9494
#![doc(
95-
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo.svg",
95+
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png",
9696
issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"
9797
)]
9898

0 commit comments

Comments
 (0)