You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by si...@apache.org on 2022/05/10 19:02:16 UTC

[hudi] branch asf-site updated: [DOCS] Pull up Blog into top navigation items (#5544)

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 <21...@users.noreply.github.com>
AuthorDate: Tue May 10 12:02:08 2022 -0700

    [DOCS] Pull up Blog into top navigation items (#5544)
    
    Co-authored-by: Bhavani Sudha Saktheeswaran <su...@vmacs.local>
---
 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'},