You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2022/11/10 08:25:04 UTC

[flink-connector-elasticsearch] branch main updated: [FLINK-29957] Remove traces of old documentation integration

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

chesnay pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-elasticsearch.git


The following commit(s) were added to refs/heads/main by this push:
     new 2e7416b  [FLINK-29957] Remove traces of old documentation integration
2e7416b is described below

commit 2e7416b5c7083dccee912f58905b84744fd57cb7
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Thu Nov 10 09:24:46 2022 +0100

    [FLINK-29957] Remove traces of old documentation integration
---
 docs/config.yaml | 26 --------------------------
 docs/go.mod      | 20 --------------------
 2 files changed, 46 deletions(-)

diff --git a/docs/config.yaml b/docs/config.yaml
deleted file mode 100644
index c78964d..0000000
--- a/docs/config.yaml
+++ /dev/null
@@ -1,26 +0,0 @@
-################################################################################
-#  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.
-################################################################################
-
-module:
-  mounts:
-    - source: content
-      target: content
-      lang: en
-    - source: content.zh
-      target: content.zh
-      lang: zh
diff --git a/docs/go.mod b/docs/go.mod
deleted file mode 100644
index bfaa1e7..0000000
--- a/docs/go.mod
+++ /dev/null
@@ -1,20 +0,0 @@
-// 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.
-
-module github.com/apache/flink-connector-elasticsearch/docs
-
-go 1.18