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 2021/08/08 12:30:04 UTC

[GitHub] [dolphinscheduler-website] jujuAnna opened a new pull request #417: modified: homePage mousemove && community module delete repeat message

jujuAnna opened a new pull request #417:
URL: https://github.com/apache/dolphinscheduler-website/pull/417


   1、 modify the top title "document" and "asf" when the mouse leave the title I want to close the list.
   2、Deleted duplicate content:News
   ![image](https://user-images.githubusercontent.com/81410598/128631986-a8c39b91-2116-4c73-86a8-58265bed66f3.png)
   ![image](https://user-images.githubusercontent.com/81410598/128631991-220f4390-3b3d-47f5-bd6b-68d6cecde189.png)
   


-- 
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



[GitHub] [dolphinscheduler-website] jujuAnna commented on a change in pull request #417: modified: homePage mousemove && community module delete repeat message

Posted by GitBox <gi...@apache.org>.
jujuAnna commented on a change in pull request #417:
URL: https://github.com/apache/dolphinscheduler-website/pull/417#discussion_r684768517



##########
File path: site_config/community.jsx
##########
@@ -4,15 +4,15 @@ export default {
   'en-us': {
     barText: 'Community',
     sidemenu: [
-      {
-        title: 'Community News',
-        children: [
-          {
-            title: 'Community News',
-            link: '/en-us/community/index.html',
-          },
-        ],
-      },
+      // {
+      //   title: 'Community News',
+      //   children: [
+      //     {
+      //       title: 'Community News',
+      //       link: '/en-us/community/index.html',
+      //     },
+      //   ],
+      // },

Review comment:
       please delete 




-- 
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



[GitHub] [dolphinscheduler-website] jujuAnna commented on a change in pull request #417: modified: homePage mousemove && community module delete repeat message

Posted by GitBox <gi...@apache.org>.
jujuAnna commented on a change in pull request #417:
URL: https://github.com/apache/dolphinscheduler-website/pull/417#discussion_r689182159



##########
File path: site_config/community.jsx
##########
@@ -4,15 +4,6 @@ export default {
   'en-us': {
     barText: 'Community',
     sidemenu: [
-      {
-        title: 'Community News',
-        children: [
-          {
-            title: 'Community News',
-            link: '/en-us/community/index.html',
-          },
-        ],
-      },

Review comment:
       Because the content of this module is duplicated with the content of the homepage, it has been deleted.




-- 
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



[GitHub] [dolphinscheduler-website] GaoTianDuo commented on pull request #417: modified: homePage mousemove && community module delete repeat message

Posted by GitBox <gi...@apache.org>.
GaoTianDuo commented on pull request #417:
URL: https://github.com/apache/dolphinscheduler-website/pull/417#issuecomment-899054752


   @CalvinKirs  please review and merge


-- 
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



[GitHub] [dolphinscheduler-website] GaoTianDuo commented on a change in pull request #417: modified: homePage mousemove && community module delete repeat message

Posted by GitBox <gi...@apache.org>.
GaoTianDuo commented on a change in pull request #417:
URL: https://github.com/apache/dolphinscheduler-website/pull/417#discussion_r684768915



##########
File path: src/pages/docs/index.md.jsx
##########
@@ -26,7 +26,7 @@ const docsSource = {
   '1.3.4': docs134Config,
   '1.3.5': docs135Config,
   '1.3.6': docs136Config,
-  'dev': docsDevConfig,
+  dev: docsDevConfig,

Review comment:
       please rollback

##########
File path: site_config/community.jsx
##########
@@ -210,15 +214,15 @@ export default {
   'zh-cn': {
     barText: '社区',
     sidemenu: [
-      {
-        title: '社区动态',
-        children: [
-          {
-            title: '社区动态',
-            link: '/zh-cn/community/index.html',
-          },
-        ],
-      },
+      // {
+      //   title: '社区动态',
+      //   children: [
+      //     {
+      //       title: '社区动态',
+      //       link: '/zh-cn/community/team.html',
+      //     },
+      //   ],

Review comment:
       please delete

##########
File path: site_config/community.jsx
##########
@@ -4,15 +4,15 @@ export default {
   'en-us': {
     barText: 'Community',
     sidemenu: [
-      {
-        title: 'Community News',
-        children: [
-          {
-            title: 'Community News',
-            link: '/en-us/community/index.html',
-          },
-        ],
-      },
+      // {
+      //   title: 'Community News',
+      //   children: [
+      //     {
+      //       title: 'Community News',
+      //       link: '/en-us/community/index.html',
+      //     },
+      //   ],
+      // },

Review comment:
       please delete




-- 
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



[GitHub] [dolphinscheduler-website] jujuAnna commented on pull request #417: modified: homePage mousemove && community module delete repeat message

Posted by GitBox <gi...@apache.org>.
jujuAnna commented on pull request #417:
URL: https://github.com/apache/dolphinscheduler-website/pull/417#issuecomment-894790811


   nice work! I will review。


-- 
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



[GitHub] [dolphinscheduler-website] CalvinKirs commented on pull request #417: modified: homePage mousemove && community module delete repeat message

Posted by GitBox <gi...@apache.org>.
CalvinKirs commented on pull request #417:
URL: https://github.com/apache/dolphinscheduler-website/pull/417#issuecomment-899013463


   PTAL @GaoTianDuo 


-- 
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



[GitHub] [dolphinscheduler-website] CalvinKirs merged pull request #417: modified: homePage mousemove && community module delete repeat message

Posted by GitBox <gi...@apache.org>.
CalvinKirs merged pull request #417:
URL: https://github.com/apache/dolphinscheduler-website/pull/417


   


-- 
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



[GitHub] [dolphinscheduler-website] GaoTianDuo commented on pull request #417: modified: homePage mousemove && community module delete repeat message

Posted by GitBox <gi...@apache.org>.
GaoTianDuo commented on pull request #417:
URL: https://github.com/apache/dolphinscheduler-website/pull/417#issuecomment-894791406


   nice work! I will review。


-- 
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



[GitHub] [dolphinscheduler-website] jujuAnna removed a comment on pull request #417: modified: homePage mousemove && community module delete repeat message

Posted by GitBox <gi...@apache.org>.
jujuAnna removed a comment on pull request #417:
URL: https://github.com/apache/dolphinscheduler-website/pull/417#issuecomment-894790811


   nice work! I will review。


-- 
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



[GitHub] [dolphinscheduler-website] CalvinKirs commented on a change in pull request #417: modified: homePage mousemove && community module delete repeat message

Posted by GitBox <gi...@apache.org>.
CalvinKirs commented on a change in pull request #417:
URL: https://github.com/apache/dolphinscheduler-website/pull/417#discussion_r689127132



##########
File path: site_config/community.jsx
##########
@@ -4,15 +4,6 @@ export default {
   'en-us': {
     barText: 'Community',
     sidemenu: [
-      {
-        title: 'Community News',
-        children: [
-          {
-            title: 'Community News',
-            link: '/en-us/community/index.html',
-          },
-        ],
-      },

Review comment:
       why do we need to delete this?




-- 
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