You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/04/06 11:10:48 UTC

[GitHub] [incubator-seatunnel-website] CalvinKirs opened a new pull request, #104: Migrating 1.X version documentation to Apache repository

CalvinKirs opened a new pull request, #104:
URL: https://github.com/apache/incubator-seatunnel-website/pull/104

   ![image](https://user-images.githubusercontent.com/16631152/161961841-91747896-c8a9-400c-a804-b856ddb7f7ed.png)
   ![image](https://user-images.githubusercontent.com/16631152/161962058-fc0aaa17-5ce9-4809-a272-1dbb582c64af.png)
   TODO:Mark 1.X as non-Apache version


-- 
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@seatunnel.apache.org

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


[GitHub] [incubator-seatunnel-website] zhongjiajie merged pull request #104: Migrating 1.X version documentation to Apache repository

Posted by GitBox <gi...@apache.org>.
zhongjiajie merged PR #104:
URL: https://github.com/apache/incubator-seatunnel-website/pull/104


-- 
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@seatunnel.apache.org

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


[GitHub] [incubator-seatunnel-website] zhongjiajie commented on a diff in pull request #104: Migrating 1.X version documentation to Apache repository

Posted by GitBox <gi...@apache.org>.
zhongjiajie commented on code in PR #104:
URL: https://github.com/apache/incubator-seatunnel-website/pull/104#discussion_r843902209


##########
docusaurus.config.js:
##########
@@ -92,10 +92,6 @@ const config = {
                             label: version,

Review Comment:
   To make `1.x` show `1.x(not apache release)`, you could add
   
   ```js
   label: (version === "1.x") ? "1.x(Not Apache Release)" : version,
   ```



-- 
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@seatunnel.apache.org

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