This is an automated email from the ASF dual-hosted git repository.

lindong pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/flink-web.git

commit d39f95e2def3152b6f5f4e8917c61f606df5c80f
Author: yunfengzhou-hub <[email protected]>
AuthorDate: Fri Feb 18 10:53:44 2022 +0800

    [FLINK-26100] Add info & links to Flink ML website
---
 _config.yml           | 3 +++
 _data/i18n.yml        | 2 ++
 _includes/navbar.html | 7 +++++++
 community.md          | 4 ++++
 community.zh.md       | 4 ++++
 5 files changed, 20 insertions(+)

diff --git a/_config.yml b/_config.yml
index de83681..303db11 100644
--- a/_config.yml
+++ b/_config.yml
@@ -610,6 +610,9 @@ docs-snapshot: 
"https://nightlies.apache.org/flink/flink-docs-master";
 docs-statefun-stable: 
"https://nightlies.apache.org/flink/flink-statefun-docs-release-3.2";
 docs-statefun-snapshot: 
"https://nightlies.apache.org/flink/flink-statefun-docs-master";
 
+docs-ml-stable: "https://nightlies.apache.org/flink/flink-ml-docs-release-2.0";
+docs-ml-snapshot: "https://nightlies.apache.org/flink/flink-ml-docs-master";
+
 # Used by the gh_link plugin
 jira: "https://issues.apache.org/jira/browse/FLINK";
 stackoverflow: "https://stackoverflow.com/search?q=flink";
diff --git a/_data/i18n.yml b/_data/i18n.yml
index b7bf95b..8ef2374 100644
--- a/_data/i18n.yml
+++ b/_data/i18n.yml
@@ -1,6 +1,7 @@
 en:
     what_is_flink: What is Apache Flink?
     what_is_statefun: What is Stateful Functions?
+    what_is_flink_ml: What is Flink ML?
     flink_architecture: Architecture
     flink_applications: Applications
     flink_operations: Operations
@@ -29,6 +30,7 @@ en:
 zh:
     what_is_flink: Apache Flink 是什么?
     what_is_statefun: What is Stateful Functions?
+    what_is_flink_ml: Flink ML是什么?
     flink_architecture: 架构
     flink_applications: 应用
     flink_operations: 运维
diff --git a/_includes/navbar.html b/_includes/navbar.html
index b6c9aaa..f00f19e 100755
--- a/_includes/navbar.html
+++ b/_includes/navbar.html
@@ -52,6 +52,10 @@
 
             <li><a 
href="https://nightlies.apache.org/flink/flink-statefun-docs-stable/";>{{ 
site.data.i18n[page.language].what_is_statefun }}</a></li>
 
+            <!-- Flink ML? -->
+
+            <li><a 
href="https://nightlies.apache.org/flink/flink-ml-docs-stable/";>{{ 
site.data.i18n[page.language].what_is_flink_ml }}</a></li>
+
             <!-- Use cases -->
             <li{% if page.url contains '/usecases.html' %} class="active"{% 
endif %}><a href="{{ baseurl_i18n }}/usecases.html">{{ 
site.data.i18n[page.language].use_case }}</a></li>
 
@@ -71,6 +75,7 @@
               <ul class="dropdown-menu">
                 <li><a href="{{ site.docs-stable }}/{% if page.language != 
'en' %}{{ page.language }}/{% endif %}/docs/try-flink/local_installation/" 
target="_blank">With Flink <small><span class="glyphicon 
glyphicon-new-window"></span></small></a></li>
                 <li><a href="{{ site.docs-statefun-stable 
}}/getting-started/project-setup.html" target="_blank">With Flink Stateful 
Functions <small><span class="glyphicon 
glyphicon-new-window"></span></small></a></li>
+                <li><a href="{{ site.docs-ml-stable 
}}/try-flink-ml/quick-start.html" target="_blank">With Flink ML <small><span 
class="glyphicon glyphicon-new-window"></span></small></a></li>
                 <li><a href="{{ baseurl_i18n }}/training.html">{{ 
site.data.i18n[page.language].training_course }}</a></li>
               </ul>
             </li>
@@ -83,6 +88,8 @@
                 <li><a href="{{ site.docs-snapshot }}" target="_blank">Flink 
Master (Latest Snapshot) <small><span class="glyphicon 
glyphicon-new-window"></span></small></a></li>
                 <li><a href="{{ site.docs-statefun-stable }}" 
target="_blank">Flink Stateful Functions {{site.FLINK_STATEFUN_STABLE_SHORT}} 
(Latest stable release) <small><span class="glyphicon 
glyphicon-new-window"></span></small></a></li>
                 <li><a href="{{ site.docs-statefun-snapshot }}" 
target="_blank">Flink Stateful Functions Master (Latest Snapshot) <small><span 
class="glyphicon glyphicon-new-window"></span></small></a></li>
+                <li><a href="{{ site.docs-ml-stable }}" target="_blank">Flink 
ML {{site.FLINK_ML_STABLE_SHORT}} (Latest stable release) <small><span 
class="glyphicon glyphicon-new-window"></span></small></a></li>
+                <li><a href="{{ site.docs-ml-snapshot }}" 
target="_blank">Flink ML Master (Latest Snapshot) <small><span class="glyphicon 
glyphicon-new-window"></span></small></a></li>
               </ul>
             </li>
 
diff --git a/community.md b/community.md
index d8f0b87..a5b4307 100644
--- a/community.md
+++ b/community.md
@@ -185,6 +185,10 @@ There are plenty of meetups on 
[meetup.com](http://www.meetup.com/topics/apache-
    * ASF repository: 
[https://gitbox.apache.org/repos/asf/flink-statefun-docker.git](https://gitbox.apache.org/repos/asf/flink-statefun-docker.git)
    * GitHub mirror: 
[https://github.com/apache/flink-statefun-docker](https://github.com/apache/flink-statefun-docker)
 
+* **Flink ML Repository**
+    * ASF repository: 
[https://gitbox.apache.org/repos/asf/flink-ml.git](https://gitbox.apache.org/repos/asf/flink-ml.git)
+    * GitHub mirror: 
[https://github.com/apache/flink-ml](https://github.com/apache/flink-ml)
+
 * **Flink Website Repository**
    * ASF repository: 
[https://gitbox.apache.org/repos/asf/flink-web.git](https://gitbox.apache.org/repos/asf/flink-web.git)
    * GitHub mirror:  
[https://github.com/apache/flink-web.git](https://github.com/apache/flink-web.git)
diff --git a/community.zh.md b/community.zh.md
index cefec26..abc1e74 100644
--- a/community.zh.md
+++ b/community.zh.md
@@ -183,6 +183,10 @@ Committer 们会关注 [Stack 
Overflow](http://stackoverflow.com/questions/tagge
     * ASF 仓库: 
[https://gitbox.apache.org/repos/asf/flink-statefun-docker.git](https://gitbox.apache.org/repos/asf/flink-statefun-docker.git)
     * GitHub 镜像: 
[https://github.com/apache/flink-statefun-docker](https://github.com/apache/flink-statefun-docker)
 
+* **Flink ML Repository**
+    * ASF 仓库: 
[https://gitbox.apache.org/repos/asf/flink-ml.git](https://gitbox.apache.org/repos/asf/flink-ml.git)
+    * GitHub 镜像: 
[https://github.com/apache/flink-ml](https://github.com/apache/flink-ml)
+
 * **Flink Website Repository**
     * ASF 仓库: 
[https://gitbox.apache.org/repos/asf/flink-web.git](https://gitbox.apache.org/repos/asf/flink-web.git)
     * GitHub 镜像:  
[https://github.com/apache/flink-web.git](https://github.com/apache/flink-web.git)

Reply via email to