You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by zh...@apache.org on 2022/05/23 07:01:14 UTC

[dolphinscheduler] 25/33: [doc] Update website docs link (#10161)

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

zhongjiajie pushed a commit to branch 3.0.0-beta-prepare
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git

commit 8ba5fa1afdfca7d136c4508c2da83e406255f56c
Author: Mr.An <42...@users.noreply.github.com>
AuthorDate: Fri May 20 16:47:41 2022 +0800

    [doc] Update website docs link (#10161)
    
    
    (cherry picked from commit e2fac213991c30f0a7460e3576fa3bbb5e6e6d42)
---
 docs/configs/site.js | 14 ++------------
 1 file changed, 2 insertions(+), 12 deletions(-)

diff --git a/docs/configs/site.js b/docs/configs/site.js
index 982a32aa04..aa9cdf2124 100644
--- a/docs/configs/site.js
+++ b/docs/configs/site.js
@@ -57,7 +57,7 @@ export default {
             key: 'docsHistory',
             text: 'Older Versions',
             link: '/en-us/docs/release/history-versions.html',
-          },
+          }
         ],
       },
       {
@@ -233,17 +233,7 @@ export default {
             key: 'docsHistory',
             text: '历史版本',
             link: '/zh-cn/docs/release/history-versions.html',
-          },
-          {
-            key: 'pythonAPI',
-            text: 'PyDolphinScheduler',
-            link: '/python/index.html',
-          },
-          {
-            key: 'docsdev',
-            text: 'dev',
-            link: '/zh-cn/docs/dev/user_doc/about/introduction.html',
-          },
+          }
         ],
       },
       {