You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ja...@apache.org on 2020/06/10 02:52:14 UTC

[flink] 02/03: [hotfix][docs][table] Minor improvements on Filesystem and HBase connector page

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

jark pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 91712929d33a1ed09079991437dd770d26af0eb3
Author: Jark Wu <ja...@apache.org>
AuthorDate: Mon Jun 8 17:37:39 2020 +0800

    [hotfix][docs][table] Minor improvements on Filesystem and HBase connector page
---
 docs/dev/table/connectors/filesystem.md    | 6 +++---
 docs/dev/table/connectors/filesystem.zh.md | 6 +++---
 docs/dev/table/connectors/hbase.md         | 9 +--------
 docs/dev/table/connectors/hbase.zh.md      | 9 +--------
 4 files changed, 8 insertions(+), 22 deletions(-)

diff --git a/docs/dev/table/connectors/filesystem.md b/docs/dev/table/connectors/filesystem.md
index bcef270..5b1b286 100644
--- a/docs/dev/table/connectors/filesystem.md
+++ b/docs/dev/table/connectors/filesystem.md
@@ -1,8 +1,8 @@
 ---
-title: "FileSystem Connector"
-nav-title: FileSystem Connector
+title: "FileSystem SQL Connector"
+nav-title: FileSystem
 nav-parent_id: sql-connectors
-nav-pos: 1
+nav-pos: 3
 ---
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
diff --git a/docs/dev/table/connectors/filesystem.zh.md b/docs/dev/table/connectors/filesystem.zh.md
index bcef270..5b1b286 100644
--- a/docs/dev/table/connectors/filesystem.zh.md
+++ b/docs/dev/table/connectors/filesystem.zh.md
@@ -1,8 +1,8 @@
 ---
-title: "FileSystem Connector"
-nav-title: FileSystem Connector
+title: "FileSystem SQL Connector"
+nav-title: FileSystem
 nav-parent_id: sql-connectors
-nav-pos: 1
+nav-pos: 3
 ---
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
diff --git a/docs/dev/table/connectors/hbase.md b/docs/dev/table/connectors/hbase.md
index 810703f..503e11e 100644
--- a/docs/dev/table/connectors/hbase.md
+++ b/docs/dev/table/connectors/hbase.md
@@ -42,17 +42,10 @@ Dependencies
 
 In order to setup the HBase connector, the following table provide dependency information for both projects using a build automation tool (such as Maven or SBT) and SQL Client with SQL JAR bundles.
 
-{% if site.is_stable %}
-
 | HBase Version       | Maven dependency                                          | SQL Client JAR         |
 | :------------------ | :-------------------------------------------------------- | :----------------------|
-| 1.4.x               | `flink-connector-hbase{{site.scala_version_suffix}}`     | [Download](https://repo.maven.apache.org/maven2/org/apache/flink/flink-connector-hbase{{site.scala_version_suffix}}/{{site.version}}/flink-connector-hbase{{site.scala_version_suffix}}-{{site.version}}.jar) |
-
-{% else %}
-
-The dependency table is only available for stable releases.
+| 1.4.x               | `flink-connector-hbase{{site.scala_version_suffix}}`      | {% if site.is_stable %} [Download](https://repo.maven.apache.org/maven2/org/apache/flink/flink-connector-hbase{{site.scala_version_suffix}}/{{site.version}}/flink-connector-hbase{{site.scala_version_suffix}}-{{site.version}}.jar) {% else %} Only available for stable releases {% endif %}|
 
-{% endif %}
 
 How to create an HBase table
 ----------------
diff --git a/docs/dev/table/connectors/hbase.zh.md b/docs/dev/table/connectors/hbase.zh.md
index 810703f..503e11e 100644
--- a/docs/dev/table/connectors/hbase.zh.md
+++ b/docs/dev/table/connectors/hbase.zh.md
@@ -42,17 +42,10 @@ Dependencies
 
 In order to setup the HBase connector, the following table provide dependency information for both projects using a build automation tool (such as Maven or SBT) and SQL Client with SQL JAR bundles.
 
-{% if site.is_stable %}
-
 | HBase Version       | Maven dependency                                          | SQL Client JAR         |
 | :------------------ | :-------------------------------------------------------- | :----------------------|
-| 1.4.x               | `flink-connector-hbase{{site.scala_version_suffix}}`     | [Download](https://repo.maven.apache.org/maven2/org/apache/flink/flink-connector-hbase{{site.scala_version_suffix}}/{{site.version}}/flink-connector-hbase{{site.scala_version_suffix}}-{{site.version}}.jar) |
-
-{% else %}
-
-The dependency table is only available for stable releases.
+| 1.4.x               | `flink-connector-hbase{{site.scala_version_suffix}}`      | {% if site.is_stable %} [Download](https://repo.maven.apache.org/maven2/org/apache/flink/flink-connector-hbase{{site.scala_version_suffix}}/{{site.version}}/flink-connector-hbase{{site.scala_version_suffix}}-{{site.version}}.jar) {% else %} Only available for stable releases {% endif %}|
 
-{% endif %}
 
 How to create an HBase table
 ----------------