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/12/14 06:10:33 UTC

[dolphinscheduler-website] branch master updated: [Feature] The official website adds `1.3.9` documents. (#573)

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 ba92c01  [Feature] The official website adds `1.3.9` documents. (#573)
ba92c01 is described below

commit ba92c01e95b08e49d499b2a15dff9004118739ef
Author: songjianet <17...@qq.com>
AuthorDate: Tue Dec 14 14:09:56 2021 +0800

    [Feature] The official website adds `1.3.9` documents. (#573)
---
 site_config/site.js | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/site_config/site.js b/site_config/site.js
index 112728d..aaea9d1 100644
--- a/site_config/site.js
+++ b/site_config/site.js
@@ -25,6 +25,11 @@ export default {
             link: '/en-us/docs/latest/user_doc/guide/quick-start.html',
           },
           {
+            key: 'docs1',
+            text: '1.3.9',
+            link: '/en-us/docs/1.3.9/user_doc/quick-start.html',
+          },
+          {
             key: 'docs200',
             text: 'Older Versions',
             link: '/en-us/docs/latest/user_doc/architecture/listdocs.html',
@@ -197,6 +202,11 @@ export default {
             link: '/zh-cn/docs/latest/user_doc/guide/quick-start.html',
           },
           {
+            key: 'docs1',
+            text: '1.3.9',
+            link: '/zh-cn/docs/1.3.9/user_doc/quick-start.html',
+          },
+          {
             key: 'docs200',
             text: '历史版本',
             link: '/zh-cn/docs/latest/user_doc/architecture/listdocs.html',