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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new fcdd0c9  [FLINK-26997] Add table store links to Community page
fcdd0c9 is described below

commit fcdd0c9fb58629ed7fd66677089cc6942236a7d2
Author: Jingsong Lee <[email protected]>
AuthorDate: Sat Apr 2 10:53:45 2022 +0800

    [FLINK-26997] Add table store links to Community page
    
    This closes #523
---
 _config.yml           | 9 +++++++++
 _includes/navbar.html | 3 +++
 community.md          | 4 ++++
 community.zh.md       | 4 ++++
 4 files changed, 20 insertions(+)

diff --git a/_config.yml b/_config.yml
index ca0c310..af3bb9d 100644
--- a/_config.yml
+++ b/_config.yml
@@ -36,6 +36,12 @@ FLINK_KUBERNETES_OPERATOR_STABLE_SHORT: "1.0"
 FLINK_KUBERNETES_OPERATOR_URL: 
https://github.com/apache/flink-kubernetes-operator
 FLINK_KUBERNETES_OPERATOR_GITHUB_REPO_NAME: flink-kubernetes-operator
 
+FLINK_TABLE_STORE_VERSION_STABLE: 0.1.0
+FLINK_TABLE_STORE_STABLE_SHORT: "0.1"
+
+FLINK_TABLE_STORE_GITHUB_URL: https://github.com/apache/flink-table-store
+FLINK_TABLE_STORE_GITHUB_REPO_NAME: flink-table-store
+
 # Example for scala dependent component:
 #  -
 #    name: "Prometheus MetricReporter"
@@ -627,6 +633,9 @@ docs-ml-snapshot: 
"https://nightlies.apache.org/flink/flink-ml-docs-master";
 docs-kubernetes-operator-stable: 
"https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-main";
 docs-kubernetes-operator-snapshot: 
"https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-main";
 
+docs-table-store-stable: 
"https://nightlies.apache.org/flink/flink-table-store-docs-release-0.1";
+docs-table-store-snapshot: 
"https://nightlies.apache.org/flink/flink-table-store-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/_includes/navbar.html b/_includes/navbar.html
index e991d69..a692857 100755
--- a/_includes/navbar.html
+++ b/_includes/navbar.html
@@ -77,6 +77,7 @@
                 <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="{{ site.docs-kubernetes-operator-stable 
}}/try-flink-kubernetes-operator/quick-start.html" target="_blank">With Flink 
Kubernetes Operator <small><span class="glyphicon 
glyphicon-new-window"></span></small></a></li>
+                <li><a href="{{ site.docs-table-store-stable 
}}/try-table-store/quick-start.html" target="_blank">With Flink Table Store 
<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>
@@ -93,6 +94,8 @@
                 <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>
                 <li><a href="{{ site.docs-kubernetes-operator-stable }}" 
target="_blank">Flink Kubernetes Operator 
{{site.FLINK_KUBERNETES_OPERATOR_STABLE_SHORT}} (Latest stable release) 
<small><span class="glyphicon glyphicon-new-window"></span></small></a></li>
                 <li><a href="{{ site.docs-kubernetes-operator-snapshot }}" 
target="_blank">Flink Kubernetes Operator Master (Latest Snapshot) <small><span 
class="glyphicon glyphicon-new-window"></span></small></a></li>
+                <li><a href="{{ site.docs-table-store-stable }}" 
target="_blank">Flink Table Store {{site.FLINK_TABLE_STORE_STABLE_SHORT}} 
(Latest stable release) <small><span class="glyphicon 
glyphicon-new-window"></span></small></a></li>
+                <li><a href="{{ site.docs-table-store-snapshot }}" 
target="_blank">Flink Table Store 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 2322659..1c9e6fc 100644
--- a/community.md
+++ b/community.md
@@ -193,6 +193,10 @@ There are plenty of meetups on 
[meetup.com](http://www.meetup.com/topics/apache-
     * ASF repository: 
[https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git](https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git)
     * GitHub mirror: 
[https://github.com/apache/flink-kubernetes-operator](https://github.com/apache/flink-kubernetes-operator)
 
+* **Flink Table Store Repository**
+    * ASF repository: 
[https://gitbox.apache.org/repos/asf/flink-table-store.git](https://gitbox.apache.org/repos/asf/flink-table-store.git)
+    * GitHub mirror: 
[https://github.com/apache/flink-table-store](https://github.com/apache/flink-table-store)
+
 * **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 f71072e..c550547 100644
--- a/community.zh.md
+++ b/community.zh.md
@@ -187,6 +187,10 @@ Committer 们会关注 [Stack 
Overflow](http://stackoverflow.com/questions/tagge
     * 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 Table Store Repository**
+    * ASF 仓库: 
[https://gitbox.apache.org/repos/asf/flink-table-store.git](https://gitbox.apache.org/repos/asf/flink-table-store.git)
+    * GitHub 镜像: 
[https://github.com/apache/flink-table-store](https://github.com/apache/flink-table-store)
+
 * **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