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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to