We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 792f9c0 commit 96aacd8Copy full SHA for 96aacd8
src/lib/lib.rs
@@ -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
-// )]
+#![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"
+)]
5
use reqwest::blocking::Client;
6
use reqwest::header::{HeaderValue, AUTHORIZATION};
7
0 commit comments