You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ke...@apache.org on 2022/10/19 05:25:28 UTC

[dolphinscheduler] branch 3.1.1-prepare updated: cherry-pick [Hotfix][Docs] Fix 404 dead link

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

kerwin pushed a commit to branch 3.1.1-prepare
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/3.1.1-prepare by this push:
     new dbd747951d cherry-pick [Hotfix][Docs] Fix 404 dead link
dbd747951d is described below

commit dbd747951d6991c4d5059b6858b852de0a2efcfe
Author: TyrantLucifer <ty...@apache.org>
AuthorDate: Sat Oct 8 19:43:35 2022 +0800

    cherry-pick [Hotfix][Docs] Fix 404 dead link
---
 docs/configs/site.js | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/docs/configs/site.js b/docs/configs/site.js
index 427f07528c..e7f2312b7e 100644
--- a/docs/configs/site.js
+++ b/docs/configs/site.js
@@ -45,11 +45,16 @@ export default {
         children: [
           {
             key: 'docs0',
-            text: 'latest(3.0.0)',
+            text: 'latest(3.1.1)',
             link: '/en-us/docs/latest/user_doc/about/introduction.html',
           },
           {
             key: 'docs1',
+            text: '3.0.1',
+            link: '/en-us/docs/3.0.1/user_doc/about/introduction.html',
+          },
+          {
+            key: 'docs2',
             text: '2.0.6',
             link: '/en-us/docs/2.0.6/user_doc/guide/quick-start.html',
           },