This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-table-store.git
The following commit(s) were added to refs/heads/master by this push:
new c139b4ba [FLINK-31290] Remove features in documentation and move
log-systems to concepts while lookup-joins to how-to
c139b4ba is described below
commit c139b4baa508d8a8ef35d2013b684e206cffb1b4
Author: schnappi17 <[email protected]>
AuthorDate: Mon Mar 6 16:51:07 2023 +0800
[FLINK-31290] Remove features in documentation and move log-systems to
concepts while lookup-joins to how-to
This closes #579
---
.../{features => concepts}/external-log-systems.md | 4 ++--
docs/content/docs/concepts/primary-key-table.md | 2 +-
docs/content/docs/features/_index.md | 25 ----------------------
.../docs/{features => how-to}/lookup-joins.md | 4 ++--
4 files changed, 5 insertions(+), 30 deletions(-)
diff --git a/docs/content/docs/features/external-log-systems.md
b/docs/content/docs/concepts/external-log-systems.md
similarity index 98%
rename from docs/content/docs/features/external-log-systems.md
rename to docs/content/docs/concepts/external-log-systems.md
index c8297a91..56bb6130 100644
--- a/docs/content/docs/features/external-log-systems.md
+++ b/docs/content/docs/concepts/external-log-systems.md
@@ -1,9 +1,9 @@
---
title: "External Log Systems"
-weight: 4
+weight: 8
type: docs
aliases:
-- /features/external-log-systems.html
+- /concepts/external-log-systems.html
---
<!--
Licensed to the Apache Software Foundation (ASF) under one
diff --git a/docs/content/docs/concepts/primary-key-table.md
b/docs/content/docs/concepts/primary-key-table.md
index bb745258..420bb068 100644
--- a/docs/content/docs/concepts/primary-key-table.md
+++ b/docs/content/docs/concepts/primary-key-table.md
@@ -114,7 +114,7 @@ For streaming queries, `aggregation` merge engine must be
used together with `fu
## Changelog Producers
-Streaming queries will continuously produce latest changes. These changes can
come from the underlying table files or from an [external log system]({{< ref
"docs/features/external-log-systems" >}}) like Kafka. Compared to the external
log system, changes from table files have lower cost but higher latency
(depending on how often snapshots are created).
+Streaming queries will continuously produce latest changes. These changes can
come from the underlying table files or from an [external log system]({{< ref
"docs/concepts/external-log-systems" >}}) like Kafka. Compared to the external
log system, changes from table files have lower cost but higher latency
(depending on how often snapshots are created).
By specifying the `changelog-producer` table property when creating the table,
users can choose the pattern of changes produced from files.
diff --git a/docs/content/docs/features/_index.md
b/docs/content/docs/features/_index.md
deleted file mode 100644
index 823c7b17..00000000
--- a/docs/content/docs/features/_index.md
+++ /dev/null
@@ -1,25 +0,0 @@
----
-title: Features
-icon: <i class="fa fa-star title maindish" aria-hidden="true"></i>
-bold: true
-bookCollapseSection: true
-weight: 5
----
-<!--
-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.
--->
diff --git a/docs/content/docs/features/lookup-joins.md
b/docs/content/docs/how-to/lookup-joins.md
similarity index 98%
rename from docs/content/docs/features/lookup-joins.md
rename to docs/content/docs/how-to/lookup-joins.md
index 73864d12..408e30f3 100644
--- a/docs/content/docs/features/lookup-joins.md
+++ b/docs/content/docs/how-to/lookup-joins.md
@@ -1,9 +1,9 @@
---
title: "Lookup Joins"
-weight: 3
+weight: 6
type: docs
aliases:
-- /features/lookup-joins.html
+- /how-to/lookup-joins.html
---
<!--
Licensed to the Apache Software Foundation (ASF) under one