Skip to content

Commit 805d756

Browse files
authored
Add Elastic logo to docs (#163)
1 parent 96189a5 commit 805d756

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

+3
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)