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/05/25 02:15:51 UTC

[flink] branch release-1.11 updated: [FLINK-17905][docs] Fix JDBC docs to remove the duplicate licence and markup

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

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


The following commit(s) were added to refs/heads/release-1.11 by this push:
     new ddeebfa  [FLINK-17905][docs] Fix JDBC docs to remove the duplicate licence and markup
ddeebfa is described below

commit ddeebfa8e4409d947094fedeed70f1141cfdd4ee
Author: Roman <kh...@gmail.com>
AuthorDate: Mon May 25 04:13:50 2020 +0200

    [FLINK-17905][docs] Fix JDBC docs to remove the duplicate licence and markup
    
    This closes #12305
---
 docs/dev/connectors/jdbc.md    | 30 ------------------------------
 docs/dev/connectors/jdbc.zh.md | 30 ------------------------------
 2 files changed, 60 deletions(-)

diff --git a/docs/dev/connectors/jdbc.md b/docs/dev/connectors/jdbc.md
index 927a28f..980e50e 100644
--- a/docs/dev/connectors/jdbc.md
+++ b/docs/dev/connectors/jdbc.md
@@ -26,36 +26,6 @@ under the License.
 * This will be replaced by the TOC
 {:toc}
 
-
----
-title: "JDBC Connector"
-nav-title: JDBC
-nav-parent_id: connectors
-nav-pos: 9
----
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-
-* This will be replaced by the TOC
-{:toc}
-
-
 This connector provides a sink that writes data to a JDBC database.
 
 To use it, add the following dependency to your project (along with your JDBC-driver):
diff --git a/docs/dev/connectors/jdbc.zh.md b/docs/dev/connectors/jdbc.zh.md
index 927a28f..980e50e 100644
--- a/docs/dev/connectors/jdbc.zh.md
+++ b/docs/dev/connectors/jdbc.zh.md
@@ -26,36 +26,6 @@ under the License.
 * This will be replaced by the TOC
 {:toc}
 
-
----
-title: "JDBC Connector"
-nav-title: JDBC
-nav-parent_id: connectors
-nav-pos: 9
----
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-
-* This will be replaced by the TOC
-{:toc}
-
-
 This connector provides a sink that writes data to a JDBC database.
 
 To use it, add the following dependency to your project (along with your JDBC-driver):