leaves12138 commented on code in PR #7922:
URL: https://github.com/apache/paimon/pull/7922#discussion_r3279949751


##########
docs/redirects.js:
##########
@@ -0,0 +1,507 @@
+// Auto-generated redirects from Hugo aliases
+module.exports = [
+  {
+    "from": "/append-table/blob-storage.html",
+    "to": "/append-table/blob"
+  },
+  {
+    "from": "/append-table/bucketed.html",
+    "to": "/append-table/bucketed"
+  },
+  {
+    "from": "/append-table/data-evolution.html",
+    "to": "/append-table/data-evolution"
+  },
+  {
+    "from": "/append-table/global-index.html",
+    "to": "/append-table/global-index"
+  },
+  {
+    "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"
+  },
+  {
+    "from": "/append-table/vector-storage.html",
+    "to": "/append-table/vector"
+  },
+  {
+    "from": "/cdc-ingestion/flink-cdc.html",
+    "to": "/cdc-ingestion/flink-cdc"
+  },
+  {
+    "from": "/cdc-ingestion/kafka-cdc.html",
+    "to": "/cdc-ingestion/kafka-cdc"
+  },
+  {
+    "from": "/cdc-ingestion/mongo-cdc.html",
+    "to": "/cdc-ingestion/mongo-cdc"
+  },
+  {
+    "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"
+  },
+  {
+    "from": "/cdc-ingestion/pulsar-cdc.html",
+    "to": "/cdc-ingestion/pulsar-cdc"
+  },
+  {
+    "from": "/concepts/basic-concepts.html",
+    "to": "/concepts/basic-concepts"
+  },
+  {
+    "from": "/concepts/catalog.html",
+    "to": "/concepts/catalog"
+  },
+  {
+    "from": "/concepts/concurrency-control.html",
+    "to": "/concepts/concurrency-control"
+  },
+  {
+    "from": "/concepts/data-types.html",
+    "to": "/concepts/data-types"
+  },
+  {
+    "from": "/concepts/functions.html",
+    "to": "/concepts/functions"
+  },
+  {
+    "from": "/concepts/overview.html",
+    "to": "/concepts/overview"
+  },
+  {
+    "from": "/concepts/rest/bear.html",
+    "to": "/concepts/rest/bear"
+  },
+  {
+    "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"
+  },
+  {
+    "from": "/concepts/rest/tables.html",
+    "to": "/concepts/rest/tables"
+  },
+  {
+    "from": "/concepts/spec/datafile.html",
+    "to": "/concepts/spec/datafile"
+  },
+  {
+    "from": "/concepts/spec/fileformat.html",
+    "to": "/concepts/spec/fileformat"
+  },
+  {
+    "from": "/concepts/spec/fileindex.html",
+    "to": "/concepts/spec/fileindex"
+  },
+  {
+    "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"
+  },
+  {
+    "from": "/concepts/spec/snapshot.html",
+    "to": "/concepts/spec/snapshot"
+  },
+  {
+    "from": "/concepts/spec/tableindex.html",
+    "to": "/concepts/spec/tableindex"
+  },
+  {
+    "from": "/concepts/system-tables.html",
+    "to": "/concepts/system-tables"
+  },
+  {
+    "from": "/concepts/views.html",
+    "to": "/concepts/views"
+  },
+  {
+    "from": "/ecosystem/amoro.html",
+    "to": "/ecosystem/amoro"
+  },
+  {
+    "from": "/ecosystem/doris.html",
+    "to": "/ecosystem/doris"
+  },
+  {
+    "from": "/ecosystem/hive.html",
+    "to": "/ecosystem/hive"
+  },
+  {
+    "from": "/ecosystem/overview.html",
+    "to": "/ecosystem/overview"
+  },
+  {
+    "from": "/ecosystem/starrocks.html",
+    "to": "/ecosystem/starrocks"
+  },
+  {
+    "from": "/ecosystem/trino.html",
+    "to": "/ecosystem/trino"
+  },
+  {
+    "from": "/flink/procedures.html",
+    "to": "/flink/action-jars"
+  },
+  {
+    "from": "/flink/consumer-id.html",
+    "to": "/flink/consumer-id"
+  },
+  {
+    "from": "/flink/default-value.html",
+    "to": "/flink/default-value"
+  },
+  {
+    "from": "/flink/procedures.html",

Review Comment:
   There is still a duplicate redirect source for `/flink/procedures.html`. 
Docusaurus warns during `yarn build`: the same `from` path maps to both 
`/flink/action-jars` and `/flink/procedures`, and the generated redirect page 
currently sends `/flink/procedures.html` to `/docs/master/flink/action-jars`. 
Please deduplicate this alias so the old URL has a single intended target and 
the docs build is warning-free.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to