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

roryqi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-uniffle-website.git


The following commit(s) were added to refs/heads/master by this push:
     new b083f5e  fix (#54)
b083f5e is described below

commit b083f5e5c89db124b50b1507117a29a20555a171
Author: roryqi <[email protected]>
AuthorDate: Sat Aug 5 15:23:18 2023 +0800

    fix (#54)
---
 docusaurus.config.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index 4adef68..b41f048 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -81,7 +81,7 @@ const config = {
                 },
                 items: [
                     {type: 'doc', docId: 'intro', position: 'right', label: 
'Docs'},
-                    {type: 'doc', docId: 'how-to-contribute', position: 
'right', label: 'Community', docsPluginId: 'community'},
+                    {type: 'doc', docId: 'how to contribute', position: 
'right', label: 'Community', docsPluginId: 'community'},
                     {to: '/blog', label: 'Blog', position: 'right'},
                     {to: '/download', label: 'Download', position: 'right'},
                     {

Reply via email to