doc: add reth logo to docs (#3317)

Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
This commit is contained in:
Léo Vincent
2023-06-26 17:41:11 +02:00
committed by GitHub
parent 23a99d4164
commit 0096739dbb
45 changed files with 264 additions and 0 deletions

View File

@ -1,3 +1,9 @@
#![cfg_attr(docsrs, feature(doc_cfg))]
#![doc(
html_logo_url = "https://raw.githubusercontent.com/paradigmxyz/reth/main/assets/reth-docs.png",
html_favicon_url = "https://avatars0.githubusercontent.com/u/97369466?s=256",
issue_tracker_base_url = "https://github.com/paradigmxzy/reth/issues/"
)]
#![warn(missing_docs, unused_crate_dependencies)]
#![deny(unused_must_use, rust_2018_idioms)]
#![doc(test(