Add a custom logo to our docs

As suggested in #497, add our logo to the docs as well
This commit is contained in:
Alekos Filini 2021-12-23 11:36:49 +01:00
parent c40898ba08
commit e09aaf055a
No known key found for this signature in database
GPG Key ID: 431401E4A4530061

View File

@ -14,6 +14,10 @@
// only enables the `doc_cfg` feature when
// the `docsrs` configuration attribute is defined
#![cfg_attr(docsrs, feature(doc_cfg))]
#![cfg_attr(
docsrs,
doc(html_logo_url = "https://github.com/bitcoindevkit/bdk/raw/master/static/bdk.png")
)]
//! A modern, lightweight, descriptor-based wallet library written in Rust.
//!