diff --git a/README.md b/README.md
index 56c61687ca5b..74a48fc41856 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,9 @@
-# OpenDAL [![Build Status]][actions] [![chat]][discord]
+
+
+
+
+
+[![Build Status]][actions] [![chat]][discord]
[build status]: https://img.shields.io/github/actions/workflow/status/apache/incubator-opendal/ci.yml?branch=main
[actions]: https://github.com/apache/incubator-opendal/actions?query=branch%3Amain
diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index 680abdb2d501..e50f4f4615f6 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -84,7 +84,14 @@ const config = {
disableSwitch: true
},
navbar: {
- title: 'OpenDAL (incubating)',
+ logo: {
+ alt: 'Apache OpenDAL(incubating)',
+ src: 'img/logo.svg',
+ srcDark: 'img/logo_dark.svg',
+ href: 'https://opendal.apache.org/',
+ target: '_self',
+ height: 32,
+ },
items: [
{
position: 'right',
diff --git a/website/static/img/logo.svg b/website/static/img/logo.svg
new file mode 100644
index 000000000000..9bc8cf68248b
--- /dev/null
+++ b/website/static/img/logo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/website/static/img/logo_dark.svg b/website/static/img/logo_dark.svg
new file mode 100644
index 000000000000..4ec50be10d97
--- /dev/null
+++ b/website/static/img/logo_dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file