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

sivabalan 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 a5d1970f51 [DOCS] Pull up Blog into top navigation items (#5544)
a5d1970f51 is described below

commit a5d1970f5180c1a6e1e6eafa515a5dd8ea37deea
Author: Bhavani Sudha Saktheeswaran <[email protected]>
AuthorDate: Tue May 10 12:02:08 2022 -0700

    [DOCS] Pull up Blog into top navigation items (#5544)
    
    Co-authored-by: Bhavani Sudha Saktheeswaran <[email protected]>
---
 website/docusaurus.config.js | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index 792da48404..b99de9a636 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -132,10 +132,6 @@ module.exports = {
           label: 'Learn',
           position: 'left',
           items: [
-            {
-              label: 'Blog',
-              to: '/blog',
-            },
             {
               label: 'Talks & Articles',
               to: 'talks-articles',
@@ -194,6 +190,7 @@ module.exports = {
             }
           ],
         },
+        {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