chore(doc): Add the Wasmer logo to the generated API documentation

This commit is contained in:
jubianchi
2020-10-23 22:39:33 +02:00
parent 120f0e2b5d
commit 2452b9a604
6 changed files with 9 additions and 5 deletions

View File

@@ -12,7 +12,7 @@
)]
#![cfg_attr(nightly, feature(unwind_attributes))]
#![doc(html_favicon_url = "https://wasmer.io/static/icons/favicon.ico")]
#![doc(html_logo_url = "https://avatars3.githubusercontent.com/u/44205449?s=200&v=4")]
#![doc(html_logo_url = "https://github.com/wasmerio.png?size=200")]
mod abi;
mod compiler;