This is an automated email from the ASF dual-hosted git repository.

shenghang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/seatunnel-website.git


The following commit(s) were added to refs/heads/main by this push:
     new dbad3795014a fix: hide UserCases navigation link and add 58.png logo 
(#415)
dbad3795014a is described below

commit dbad3795014a3c4b0e6530f24f23d5e0869a988f
Author: David Zollo <[email protected]>
AuthorDate: Tue Jan 13 21:45:26 2026 +0800

    fix: hide UserCases navigation link and add 58.png logo (#415)
    
    Co-authored-by: Claude Sonnet 4.5 <[email protected]>
---
 docusaurus.config.js       |  12 ++++++------
 src/pages/user/images.json |   4 +++-
 static/user/58.png         | Bin 0 -> 10401 bytes
 3 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index 39a713b607f1..b8c6042d1b77 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -185,12 +185,12 @@ const config = {
           position: "right",
           activeBaseRegex: `/blog`,
         },
-        {
-          to: "/user_cases",
-          label: "UserCases",
-          position: "right",
-          activeBaseRegex: `/user_cases`,
-        },
+        // {
+        //   to: "/user_cases",
+        //   label: "UserCases",
+        //   position: "right",
+        //   activeBaseRegex: `/user_cases`,
+        // },
         {
           to: "/team",
           label: "Team",
diff --git a/src/pages/user/images.json b/src/pages/user/images.json
index 695fe3304fb6..d533fbd9f8c5 100644
--- a/src/pages/user/images.json
+++ b/src/pages/user/images.json
@@ -41,5 +41,7 @@
     {"url":"sichuan.png"},
     {"url":"yunde.png"},
     {"url":"zhiliwulian.png"},
-    {"url":"s7.png"}
+    {"url":"s7.png"},
+    {"url":"58.png"}
+
 ]
diff --git a/static/user/58.png b/static/user/58.png
new file mode 100644
index 000000000000..c0843f439ec0
Binary files /dev/null and b/static/user/58.png differ

Reply via email to