Skip to content

Commit 96aacd8

Browse files
committed
docs(lib): add logo and favicon to documentation
Signed-off-by: Sandro-Alessio Gierens <[email protected]>
1 parent 792f9c0 commit 96aacd8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/lib/lib.rs

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
// #![doc(
2-
// html_logo_url = "https://raw.githubusercontent.com/gierens/wikijs-rs/main/logo/logo.svg",
3-
// html_favicon_url = "https://raw.githubusercontent.com/gierens/wikijs-rs/main/logo/favicon.ico"
4-
// )]
1+
#![doc(
2+
html_logo_url = "https://raw.githubusercontent.com/gierens/wikijs-rs/main/logo/logo.svg",
3+
html_favicon_url = "https://raw.githubusercontent.com/gierens/wikijs-rs/main/logo/favicon.ico"
4+
)]
55
use reqwest::blocking::Client;
66
use reqwest::header::{HeaderValue, AUTHORIZATION};
77

0 commit comments

Comments
 (0)