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/02/20 02:35:59 UTC

[incubator-dolphinscheduler-website] branch master updated: release 1.3.5 (#296)

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/incubator-dolphinscheduler-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 8e36e65  release 1.3.5 (#296)
8e36e65 is described below

commit 8e36e65966d4fe354d51bb3883609faade823847
Author: Kirs <ac...@163.com>
AuthorDate: Sat Feb 20 10:35:43 2021 +0800

    release 1.3.5 (#296)
---
 src/pages/docs/index.md.jsx | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/pages/docs/index.md.jsx b/src/pages/docs/index.md.jsx
index ec8117d..dd7b8f1 100644
--- a/src/pages/docs/index.md.jsx
+++ b/src/pages/docs/index.md.jsx
@@ -12,6 +12,7 @@ import docsConfig2 from '../../../site_config/docs1-3-1';
 import docsConfig3 from '../../../site_config/docs1-3-2';
 import docsConfig4 from '../../../site_config/docs1-3-3';
 import docsConfig5 from '../../../site_config/docs1-3-4';
+import docsConfig6 from '../../../site_config/docs1-3-5';
 
 const docsSource = {
   '1.2.0': docsConfig0,
@@ -20,6 +21,7 @@ const docsSource = {
   '1.3.2': docsConfig3,
   '1.3.3': docsConfig4,
   '1.3.4': docsConfig5,
+  '1.3.5': docsConfig6,
 };
 
 class Docs extends Md2Html(Language) {