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

xushiyan pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new b21b5d8d6a16 chore(site): blog move to "Learn" dropdown list (#13859)
b21b5d8d6a16 is described below

commit b21b5d8d6a16cce6b65d3ffb993b565bf8bd4c00
Author: Ranga Reddy <[email protected]>
AuthorDate: Fri Oct 10 22:21:48 2025 +0530

    chore(site): blog move to "Learn" dropdown list (#13859)
---
 website/docusaurus.config.js | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index 47edf110ffae..5f01230bfe5b 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -186,6 +186,10 @@ module.exports = {
               label: "Talks",
               to: "talks",
             },
+            {
+              label: "Blog",
+              to: "/blog",
+            },
             {
               label: "Video Guides",
               to: "videos",
@@ -257,7 +261,6 @@ module.exports = {
           ],
         },
         { to: "/ecosystem", label: "Ecosystem", position: "left" },
-        { to: "/blog", label: "Blog", position: "left" },
         { to: "/powered-by", label: "Who's Using", position: "left" },
         { to: "/roadmap", label: "Roadmap", position: "left" },
         { to: "/releases/download", label: "Download", position: "left" },

Reply via email to