You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/09/30 03:33:19 UTC

[GitHub] [dolphinscheduler] caishunfeng commented on a diff in pull request #12227: [Release][Doc] add 3.1.0 release

caishunfeng commented on code in PR #12227:
URL: https://github.com/apache/dolphinscheduler/pull/12227#discussion_r984179039


##########
docs/configs/site.js:
##########
@@ -45,11 +45,16 @@ export default {
         children: [
           {
             key: 'docs0',
-            text: 'latest(3.0.1)',
+            text: 'latest(3.1.0)',
             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/guide/quick-start.html',
+          },
+          {
+            key: 'docs2',

Review Comment:
   add new key `docs2`



##########
docs/configs/site.js:
##########
@@ -168,11 +173,16 @@ export default {
         children: [
           {
             key: 'docs0',
-            text: '最新版本latest(3.0.1)',
+            text: '最新版本latest(3.1.0)',
             link: '/zh-cn/docs/latest/user_doc/about/introduction.html',
           },
           {
             key: 'docs1',
+            text: '3.0.1)',

Review Comment:
   ```suggestion
               text: '3.0.1',
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org