Skip to content

Commit

Permalink
chore: display project logo on Rust docs (#3983)
Browse files Browse the repository at this point in the history
Signed-off-by: tison <[email protected]>
  • Loading branch information
tisonkun committed Jan 15, 2024
1 parent 35e5744 commit ffbee59
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ffbee59

Please sign in to comment.