Improved docs with custom logo and favicon

This commit is contained in:
Syrus
2019-09-03 17:06:31 -07:00
parent 1a35cdd4cd
commit d8471e2b6a
24 changed files with 44 additions and 9 deletions

View File

@ -8,6 +8,8 @@
)]
#![cfg_attr(not(target_os = "windows"), deny(dead_code))]
#![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")]
mod backend;
mod code;