Skip to content

Commit

Permalink
docs(lib): add logo and favicon to documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
  • Loading branch information
gierens committed Sep 17, 2023
1 parent 792f9c0 commit 96aacd8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/lib/lib.rs
@@ -1,7 +1,7 @@
// #![doc(
// html_logo_url = "https://raw.githubusercontent.com/gierens/wikijs-rs/main/logo/logo.svg",
// html_favicon_url = "https://raw.githubusercontent.com/gierens/wikijs-rs/main/logo/favicon.ico"
// )]
#![doc(
html_logo_url = "https://raw.githubusercontent.com/gierens/wikijs-rs/main/logo/logo.svg",
html_favicon_url = "https://raw.githubusercontent.com/gierens/wikijs-rs/main/logo/favicon.ico"
)]
use reqwest::blocking::Client;
use reqwest::header::{HeaderValue, AUTHORIZATION};

Expand Down

0 comments on commit 96aacd8

Please sign in to comment.