diff --git a/docs/images/logo.png b/docs/images/logo.png new file mode 100644 index 00000000..29eb8c99 Binary files /dev/null and b/docs/images/logo.png differ diff --git a/elasticsearch/src/lib.rs b/elasticsearch/src/lib.rs index 764c7640..bde412a4 100644 --- a/elasticsearch/src/lib.rs +++ b/elasticsearch/src/lib.rs @@ -341,6 +341,9 @@ //! # } //! ``` +#![doc( + html_logo_url = "https://raw.githubusercontent.com/elastic/elasticsearch-rs/master/docs/images/logo.png" +)] // TODO: turn on before releasing :) Will require adding documentation within all REST API specs // #![deny(missing_docs)]