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

lgcareer 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 c4d6a80  add docs1-3-1.js in order to display the left frame correctly
     new 485a70e  Merge pull request #155 from lgcareer/master-1.3.1-doc
c4d6a80 is described below

commit c4d6a80d9f6575595d991a7b91b71f91b02b0027
Author: lgcareer <[email protected]>
AuthorDate: Tue Jul 14 18:27:07 2020 +0800

    add docs1-3-1.js in order to display the left frame correctly
---
 site_config/{docs1-3-0.js => docs1-3-1.js} | 30 +++++++++++++++---------------
 src/pages/documentation/index.jsx          |  2 +-
 2 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/site_config/docs1-3-0.js b/site_config/docs1-3-1.js
similarity index 79%
rename from site_config/docs1-3-0.js
rename to site_config/docs1-3-1.js
index daf3cf1..63fb11c 100644
--- a/site_config/docs1-3-0.js
+++ b/site_config/docs1-3-1.js
@@ -6,15 +6,15 @@ export default {
                 children: [
                     {
                         title: 'Hareware Environment',
-                        link: 
'/en-us/docs/1.3.0/user_doc/hardware-environment.html',
+                        link: 
'/en-us/docs/1.3.1/user_doc/hardware-environment.html',
                     },
                     {
                         title: 'Backend deploy',
-                        link: 
'/en-us/docs/1.3.0/user_doc/backend-deployment.html',
+                        link: 
'/en-us/docs/1.3.1/user_doc/backend-deployment.html',
                     },
                     {
                         title: 'Frontend deploy',
-                        link: 
'/en-us/docs/1.3.0/user_doc/frontend-deployment.html',
+                        link: 
'/en-us/docs/1.3.1/user_doc/frontend-deployment.html',
                     }
                 ]
             },
@@ -23,15 +23,15 @@ export default {
                 children: [
                     {
                         title: 'Quick Start',
-                        link: '/en-us/docs/1.3.0/user_doc/quick-start.html',
+                        link: '/en-us/docs/1.3.1/user_doc/quick-start.html',
                     },
                     {
                         title: 'User Manual',
-                        link: '/en-us/docs/1.3.0/user_doc/system-manual.html',
+                        link: '/en-us/docs/1.3.1/user_doc/system-manual.html',
                     },
                     {
                         title: 'Metadata',
-                        link: '/en-us/docs/1.3.0/user_doc/metadata-1.2.html'
+                        link: '/en-us/docs/1.3.1/user_doc/metadata-1.2.html'
                     },
                 ]
             },
@@ -50,7 +50,7 @@ export default {
                 children: [
                     {
                         title: 'Upgrade',
-                        link: '/en-us/docs/1.3.0/user_doc/upgrade.html',
+                        link: '/en-us/docs/1.3.1/user_doc/upgrade.html',
                     }
                 ]
             },
@@ -73,15 +73,15 @@ export default {
                 children: [
                     {
                         title: '软硬件环境建议配置',
-                        link: 
'/zh-cn/docs/1.3.0/user_doc/hardware-environment.html',
+                        link: 
'/zh-cn/docs/1.3.1/user_doc/hardware-environment.html',
                     },
                     {
                         title: '单机部署(Standalone)',
-                        link: 
'/zh-cn/docs/1.3.0/user_doc/standalone-deployment.html',
+                        link: 
'/zh-cn/docs/1.3.1/user_doc/standalone-deployment.html',
                     },
                     {
                         title: '集群部署(Cluster)',
-                        link: 
'/zh-cn/docs/1.3.0/user_doc/cluster-deployment.html',
+                        link: 
'/zh-cn/docs/1.3.1/user_doc/cluster-deployment.html',
                     }
                 ],
             },
@@ -90,19 +90,19 @@ export default {
                 children: [
                     {
                         title: '快速上手',
-                        link: '/zh-cn/docs/1.3.0/user_doc/quick-start.html',
+                        link: '/zh-cn/docs/1.3.1/user_doc/quick-start.html',
                     },
                     {
                         title: '用户手册',
-                        link: '/zh-cn/docs/1.3.0/user_doc/system-manual.html',
+                        link: '/zh-cn/docs/1.3.1/user_doc/system-manual.html',
                     },
                     {
                         title: '元数据文档',
-                        link: '/zh-cn/docs/1.3.0/user_doc/metadata-1.3.html'
+                        link: '/zh-cn/docs/1.3.1/user_doc/metadata-1.3.html'
                     },
                     {
                         title: '架构设计',
-                        link: 
'/zh-cn/docs/1.3.0/user_doc/architecture-design.html'
+                        link: 
'/zh-cn/docs/1.3.1/user_doc/architecture-design.html'
                     },
                 ],
             },
@@ -121,7 +121,7 @@ export default {
                 children: [
                     {
                         title: '升级',
-                        link: '/zh-cn/docs/1.3.0/user_doc/upgrade.html',
+                        link: '/zh-cn/docs/1.3.1/user_doc/upgrade.html',
                     }
                 ],
             },
diff --git a/src/pages/documentation/index.jsx 
b/src/pages/documentation/index.jsx
index 4a34bec..2fb437d 100755
--- a/src/pages/documentation/index.jsx
+++ b/src/pages/documentation/index.jsx
@@ -10,7 +10,7 @@ import Sidemenu from '../../components/sidemenu';
 import Footer from '../../components/footer';
 import docsConfig from '../../../site_config/docs';
 import docsConfig1 from '../../../site_config/docs1-2-1';
-import docsConfig2 from '../../../site_config/docs1-3-0';
+import docsConfig2 from '../../../site_config/docs1-3-1';
 import devConfig from '../../../site_config/development';
 import './index.scss';
 

Reply via email to