Skip to content

Commit ed261e7

Browse files
committed
Add Elastic logo to docs (#163)
(cherry picked from commit 805d756)
1 parent c254dbc commit ed261e7

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

docs/images/logo.png

10.3 KB
Loading

elasticsearch/src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,9 @@
341341
//! # }
342342
//! ```
343343
344+
#![doc(
345+
html_logo_url = "https://raw.githubusercontent.com/elastic/elasticsearch-rs/master/docs/images/logo.png"
346+
)]
344347
// TODO: turn on before releasing :) Will require adding documentation within all REST API specs
345348
// #![deny(missing_docs)]
346349

0 commit comments

Comments
 (0)