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

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


The following commit(s) were added to refs/heads/master by this push:
     new bbd0ceb31b [doc] Remove unexisting redirects
bbd0ceb31b is described below

commit bbd0ceb31b4d8ab06806e0af28fea7f101431ce2
Author: JingsongLi <[email protected]>
AuthorDate: Sat May 23 23:10:28 2026 +0800

    [doc] Remove unexisting redirects
---
 docs/redirects.js | 40 ----------------------------------------
 1 file changed, 40 deletions(-)

diff --git a/docs/redirects.js b/docs/redirects.js
index ab258974a4..3e37353c9f 100644
--- a/docs/redirects.js
+++ b/docs/redirects.js
@@ -20,10 +20,6 @@ module.exports = [
     "from": "/append-table/incremental-clustering.html",
     "to": "/append-table/incremental-clustering"
   },
-  {
-    "from": "/append-table/overview.html",
-    "to": "/append-table/overview"
-  },
   {
     "from": "/append-table/row-tracking.html",
     "to": "/append-table/row-tracking"
@@ -48,10 +44,6 @@ module.exports = [
     "from": "/cdc-ingestion/mysql-cdc.html",
     "to": "/cdc-ingestion/mysql-cdc"
   },
-  {
-    "from": "/cdc-ingestion/overview.html",
-    "to": "/cdc-ingestion/overview"
-  },
   {
     "from": "/cdc-ingestion/postgres-cdc.html",
     "to": "/cdc-ingestion/postgres-cdc"
@@ -80,10 +72,6 @@ module.exports = [
     "from": "/concepts/functions.html",
     "to": "/concepts/functions"
   },
-  {
-    "from": "/concepts/overview.html",
-    "to": "/concepts/overview"
-  },
   {
     "from": "/concepts/rest/bear.html",
     "to": "/concepts/rest/bear"
@@ -92,10 +80,6 @@ module.exports = [
     "from": "/concepts/rest/dlf.html",
     "to": "/concepts/rest/dlf"
   },
-  {
-    "from": "/concepts/rest/overview.html",
-    "to": "/concepts/rest/overview"
-  },
   {
     "from": "/concepts/rest/pvfs.html",
     "to": "/concepts/rest/pvfs"
@@ -120,10 +104,6 @@ module.exports = [
     "from": "/concepts/spec/manifest.html",
     "to": "/concepts/spec/manifest"
   },
-  {
-    "from": "/concepts/spec/overview.html",
-    "to": "/concepts/spec/overview"
-  },
   {
     "from": "/concepts/spec/schema.html",
     "to": "/concepts/spec/schema"
@@ -156,10 +136,6 @@ module.exports = [
     "from": "/ecosystem/hive.html",
     "to": "/ecosystem/hive"
   },
-  {
-    "from": "/ecosystem/overview.html",
-    "to": "/ecosystem/overview"
-  },
   {
     "from": "/ecosystem/starrocks.html",
     "to": "/ecosystem/starrocks"
@@ -228,10 +204,6 @@ module.exports = [
     "from": "/iceberg/iceberg-tags.html",
     "to": "/iceberg/iceberg-tags"
   },
-  {
-    "from": "/iceberg/overview.html",
-    "to": "/iceberg/overview"
-  },
   {
     "from": "/iceberg/primary-key-table.html",
     "to": "/iceberg/primary-key-table"
@@ -328,18 +300,10 @@ module.exports = [
     "from": "/primary-key-table/merge-engin/first-row.html",
     "to": "/primary-key-table/merge-engine/first-row"
   },
-  {
-    "from": "/primary-key-table/merge-engine/overview.html",
-    "to": "/primary-key-table/merge-engine/overview"
-  },
   {
     "from": "/primary-key-table/merge-engin/partial-update.html",
     "to": "/primary-key-table/merge-engine/partial-update"
   },
-  {
-    "from": "/primary-key-table/overview.html",
-    "to": "/primary-key-table/overview"
-  },
   {
     "from": "/primary-key-table/pk-clustering-override.html",
     "to": "/primary-key-table/pk-clustering-override"
@@ -424,10 +388,6 @@ module.exports = [
     "from": "/pypaimon/manage-tags.html",
     "to": "/pypaimon/manage-tags"
   },
-  {
-    "from": "/pypaimon/overview.html",
-    "to": "/pypaimon/overview"
-  },
   {
     "from": "/pypaimon/pyjindosdk-support.html",
     "to": "/pypaimon/pyjindosdk-support"

Reply via email to