You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ki...@apache.org on 2021/11/09 08:49:07 UTC

[dolphinscheduler-website] branch master updated: add list docs (#513)

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

kirs 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 c658ad6  add list docs (#513)
c658ad6 is described below

commit c658ad665719e6899dd95723c8e4bade3877dbbc
Author: lifeng <53...@users.noreply.github.com>
AuthorDate: Tue Nov 9 16:49:00 2021 +0800

    add list docs (#513)
    
    * add list docs
    
    add list docs
    
    * update
    
    * update
    
    update
---
 docs/zh-cn/2.0.0/user_doc/architecture/listdocs.md | 54 ++++++++++++++++++++++
 site_config/docs2-0-0.js                           |  8 ++++
 2 files changed, 62 insertions(+)

diff --git a/docs/zh-cn/2.0.0/user_doc/architecture/listdocs.md b/docs/zh-cn/2.0.0/user_doc/architecture/listdocs.md
new file mode 100644
index 0000000..ccb64d3
--- /dev/null
+++ b/docs/zh-cn/2.0.0/user_doc/architecture/listdocs.md
@@ -0,0 +1,54 @@
+# 历史版本:
+### 版本:2.0.0-alpha
+
+#### 地址:[文档地址](https://dolphinscheduler.apache.org//zh-cn/docs/2.0.0/user_doc/guide/quick-start.html)
+
+### 版本:1.3.9
+
+#### 地址:[文档地址](https://dolphinscheduler.apache.org/zh-cn/docs/1.3.9/user_doc/quick-start.html)
+
+
+### 版本:1.3.8
+
+#### 地址:[文档地址](https://dolphinscheduler.apache.org/zh-cn/docs/1.3.8/user_doc/quick-start.html)
+
+### 版本:1.3.6
+
+#### 地址:[文档地址](https://dolphinscheduler.apache.org/zh-cn/docs/1.3.6/user_doc/quick-start.html)
+
+### 版本:1.3.5
+
+#### 地址:[文档地址](https://dolphinscheduler.apache.org/zh-cn/docs/1.3.5/user_doc/quick-start.html)
+
+#### 版本:1.3.4
+
+##### 地址:[文档地址](https://dolphinscheduler.apache.org/zh-cn/docs/1.3.4/user_doc/quick-start.html)
+
+### 版本:1.3.3
+
+#### 地址:[文档地址](https://dolphinscheduler.apache.org/zh-cn/docs/1.3.4/user_doc/quick-start.html)
+
+### 版本:1.3.2
+
+#### 地址:[文档地址](https://dolphinscheduler.apache.org/zh-cn/docs/1.3.2/user_doc/quick-start.html)
+
+### 版本:1.3.1
+
+### 地址:[文档地址](https://dolphinscheduler.apache.org/zh-cn/docs/1.3.1/user_doc/quick-start.html)
+
+### 版本:1.2.1
+
+#### 地址:[文档地址](https://dolphinscheduler.apache.org/zh-cn/docs/1.2.1/user_doc/quick-start.html)
+
+
+### 版本:1.2.0
+
+#### 地址:[文档地址](https://dolphinscheduler.apache.org/zh-cn/docs/1.2.0/user_doc/quick-start.html)
+
+### 版本:1.1.0
+
+#### 地址:[文档地址](https://dolphinscheduler.apache.org/zh-cn/docs/1.2.0/user_doc/quick-start.html)
+
+### 版本:Dev
+
+#### 地址:[文档地址](https://dolphinscheduler.apache.org/zh-cn/docs/dev/user_doc/guide/quick-start.html)
diff --git a/site_config/docs2-0-0.js b/site_config/docs2-0-0.js
index 28d6ac4..7bd394a 100644
--- a/site_config/docs2-0-0.js
+++ b/site_config/docs2-0-0.js
@@ -517,7 +517,15 @@ export default {
             title: 'FAQ',
             link: '/zh-cn/docs/release/faq.html',
           },
+          {
+            title: '历史版本',
+            children: [
+              {
+                title: '历史版本',
+                link: '/zh-cn/docs/2.0.0/user_doc/listdocs.html',
+              },
         ],
+          },
       },
     ],
     barText: '文档',