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 8793e3e65 [FLINK-28930] Add 'What is Flink Table Store?' link to flink 
website
8793e3e65 is described below

commit 8793e3e659635364153c617d957cf7cd9cd1270d
Author: Nicholas Jiang <[email protected]>
AuthorDate: Fri Aug 12 10:42:24 2022 +0800

    [FLINK-28930] Add 'What is Flink Table Store?' link to flink website
    
    This closes #563
---
 _data/i18n.yml        | 2 ++
 _includes/navbar.html | 4 ++++
 2 files changed, 6 insertions(+)

diff --git a/_data/i18n.yml b/_data/i18n.yml
index f520fb5b5..6afa452ef 100644
--- a/_data/i18n.yml
+++ b/_data/i18n.yml
@@ -3,6 +3,7 @@ en:
     what_is_statefun: What is Stateful Functions?
     what_is_flink_ml: What is Flink ML?
     what_is_flink_kubernetes_operator: What is the Flink Kubernetes Operator?
+    what_is_flink_table_store: What is Flink Table Store?
     flink_architecture: Architecture
     flink_applications: Applications
     flink_operations: Operations
@@ -33,6 +34,7 @@ zh:
     what_is_statefun: What is Stateful Functions?
     what_is_flink_ml: Flink ML是什么?
     what_is_flink_kubernetes_operator: Flink Kubernetes Operator 是什么?
+    what_is_flink_table_store: Flink Table Store 是什么?
     flink_architecture: 架构
     flink_applications: 应用
     flink_operations: 运维
diff --git a/_includes/navbar.html b/_includes/navbar.html
index 1818473d8..fbeaffedb 100755
--- a/_includes/navbar.html
+++ b/_includes/navbar.html
@@ -60,6 +60,10 @@
 
             <li><a 
href="https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-stable/";>{{
 site.data.i18n[page.language].what_is_flink_kubernetes_operator }}</a></li>
 
+            <!-- Flink Table Store? -->
+
+            <li><a 
href="https://nightlies.apache.org/flink/flink-table-store-docs-stable/";>{{ 
site.data.i18n[page.language].what_is_flink_table_store }}</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>
 

Reply via email to