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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9adfdab  update community.js
     new 40116ee  Merge pull request #233 from lgcareer/master-community
9adfdab is described below

commit 9adfdabb40e31062c0c0cb6ae28132860edba1ec
Author: lgcareer <[email protected]>
AuthorDate: Sat Dec 26 15:58:46 2020 +0800

    update community.js
---
 site_config/community.js | 26 ++++++++++++++++++++++----
 1 file changed, 22 insertions(+), 4 deletions(-)

diff --git a/site_config/community.js b/site_config/community.js
index 2ee5ed2..e48e1ed 100644
--- a/site_config/community.js
+++ b/site_config/community.js
@@ -11,16 +11,34 @@ export default {
           ],
         },
         {
-          title: 'example',
+          title: 'Team',
           children: [
             {
-              title: 'example page',
-              link: '/en-us/docs/community/example.html',
+              title: 'team introduce',
+              link: '/en-us/docs/community/team.html',
+            }
+          ]
+        },
+        {
+          title: 'Security',
+          children: [
+            {
+              title: 'security introduce',
+              link: '/en-us/docs/community/security.html',
+            }
+          ]
+        },
+        {
+          title: 'Release Guide',
+          children: [
+            {
+              title: 'release guide',
+              link: '/en-us/docs/community/release.html',
             }
           ]
         },
       ],
-      barText: 'Development'
+      barText: 'Community'
     },
     'zh-cn': {
       sidemenu: [

Reply via email to