diff --git a/core/src/lib.rs b/core/src/lib.rs index 1e658c2ad75..c1fc25e46a7 100644 --- a/core/src/lib.rs +++ b/core/src/lib.rs @@ -15,6 +15,9 @@ // specific language governing permissions and limitations // under the License. +#![doc( + html_logo_url = "https://raw.githubusercontent.com/apache/incubator-opendal/main/website/static/img/logo.svg" +)] #![cfg_attr(docs, feature(doc_auto_cfg))] //! Apache OpenDALâ„¢ is a data access layer that allows users to easily and