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

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


The following commit(s) were added to refs/heads/master by this push:
     new e591e19  update site.js (#515)
e591e19 is described below

commit e591e19663df012fb5c0885f1984fb8f874ed837
Author: lifeng <[email protected]>
AuthorDate: Sun Nov 14 12:18:11 2021 +0800

    update site.js (#515)
    
    * Update site.js
    
    update site.js
    
    * Create dead-link-checker.yaml
    
    * Delete dead-link-checker.yaml
---
 site_config/site.js | 61 +++--------------------------------------------------
 1 file changed, 3 insertions(+), 58 deletions(-)

diff --git a/site_config/site.js b/site_config/site.js
index 2c5a3be..64a7e10 100644
--- a/site_config/site.js
+++ b/site_config/site.js
@@ -248,68 +248,13 @@ export default {
         children: [
           {
             key: 'docs0',
-            text: 'latest(2.0.0-alpha)',
+            text: '最新版本latest(2.0.0-alpha)',
             link: '/zh-cn/docs/latest/user_doc/guide/quick-start.html',
           },
           {
             key: 'docs200',
-            text: '2.0.0-alpha',
-            link: '/zh-cn/docs/2.0.0/user_doc/guide/quick-start.html',
-          },
-          {
-            key: 'docs139',
-            text: '1.3.9',
-            link: '/zh-cn/docs/1.3.9/user_doc/quick-start.html',
-          },
-          {
-            key: 'docs138',
-            text: '1.3.8',
-            link: '/zh-cn/docs/1.3.8/user_doc/quick-start.html',
-          },
-          {
-            key: 'docs136',
-            text: '1.3.6',
-            link: '/zh-cn/docs/1.3.6/user_doc/quick-start.html',
-          },
-          {
-            key: 'docs135',
-            text: '1.3.5',
-            link: '/zh-cn/docs/1.3.5/user_doc/quick-start.html',
-          },
-          {
-            key: 'docs134',
-            text: '1.3.4',
-            link: '/zh-cn/docs/1.3.4/user_doc/quick-start.html',
-          },
-          {
-            key: 'docs133',
-            text: '1.3.3',
-            link: '/zh-cn/docs/1.3.3/user_doc/quick-start.html',
-          },
-          {
-            key: 'docs132',
-            text: '1.3.2',
-            link: '/zh-cn/docs/1.3.2/user_doc/quick-start.html',
-          },
-          {
-            key: 'docs131',
-            text: '1.3.1',
-            link: '/zh-cn/docs/1.3.1/user_doc/quick-start.html',
-          },
-          {
-            key: 'docs121',
-            text: '1.2.1',
-            link: '/zh-cn/docs/1.2.1/user_doc/quick-start.html',
-          },
-          {
-            key: 'docs120',
-            text: '1.2.0',
-            link: '/zh-cn/docs/1.2.0/user_doc/quick-start.html',
-          },
-          {
-            key: 'docs110',
-            text: '1.1.0(Not Apache Release)',
-            link: 'https://analysys.github.io/easyscheduler_docs_cn/',
+            text: '历史版本',
+            link: '/zh-cn/docs/latest/user_doc/architecture/listdocs.html',
           },
           {
             key: 'docsdev',

Reply via email to