[ 
https://issues.apache.org/jira/browse/FLINK-10766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16684644#comment-16684644
 ] 

ASF GitHub Bot commented on FLINK-10766:
----------------------------------------

wuchong closed pull request #134: [FLINK-10766] Add a link to flink-china.org 
in Flink website
URL: https://github.com/apache/flink-web/pull/134
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/_config.yml b/_config.yml
index 44e65167..f9254a67 100644
--- a/_config.yml
+++ b/_config.yml
@@ -120,6 +120,7 @@ stackoverflow: "https://stackoverflow.com/search?q=flink";
 twitter: "https://twitter.com/apacheflink";
 github: "https://github.com/apache/flink";
 wiki: "https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home";
+chinese: "https://flink-china.org/";
 
 twitter-handle: "ApacheFlink"
 
diff --git a/_includes/navbar.html b/_includes/navbar.html
index 3123650d..50363e5c 100755
--- a/_includes/navbar.html
+++ b/_includes/navbar.html
@@ -90,6 +90,8 @@
             <!-- Visualizer -->
             <li class="{% if page.url contains '/visualizer/' %} active{% 
endif %} hidden-md hidden-sm"><a href="{{ site.baseurl }}/visualizer/" 
target="_blank">Plan Visualizer <small><span class="glyphicon 
glyphicon-new-window"></span></small></a></li>
 
+            <!-- Chinese -->
+            <li><a href="{{ site.chinese }}" target="_blank">中文站 <small><span 
class="glyphicon glyphicon-new-window"></span></small></a></li>
           </ul>
         </div><!-- /.navbar-collapse -->
     </nav>


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Add a link to flink-china.org in Flink website
> ----------------------------------------------
>
>                 Key: FLINK-10766
>                 URL: https://issues.apache.org/jira/browse/FLINK-10766
>             Project: Flink
>          Issue Type: Wish
>          Components: Project Website
>            Reporter: Jark Wu
>            Priority: Minor
>              Labels: pull-request-available
>
> The Apache Flink China website has been reworked and published in the last 
> days, see more http://flink-china.org
> The flink-china.org is a very popular website in China for flink users. Now 
> we included the latest translated documentation (v1.6) and use-cases and 
> meetup events in the website.
> We hope to add a link to flink-china.org in the flink website 
> (flink.apache.org),  so that we can help and attract more Chinese Flink users 
> and improve the community.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to