This is an automated email from the ASF dual-hosted git repository.
xushiyan pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 76fd97955b39 Revert "chore(site): fix trailing slash setting" (#17617)
76fd97955b39 is described below
commit 76fd97955b39df1e4607c67bae16cfeef34a3dce
Author: Shiyan Xu <[email protected]>
AuthorDate: Tue Dec 16 20:45:50 2025 -0600
Revert "chore(site): fix trailing slash setting" (#17617)
---
website/docs/concurrency_control.md | 2 +-
website/docusaurus.config.js | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/website/docs/concurrency_control.md
b/website/docs/concurrency_control.md
index 30a48c137a30..8fd9f5712932 100644
--- a/website/docs/concurrency_control.md
+++ b/website/docs/concurrency_control.md
@@ -244,7 +244,7 @@ The `NON_BLOCKING_CONCURRENCY_CONTROL` offers the same set
of guarantees as ment
explicit locks for serializing the writes. Lock is only needed for writing the
commit metadata to the Hudi timeline. The
completion time for the commits reflects the serialization order and file
slicing is done based on completion time.
Multiple writers can operate on the table with non-blocking conflict
resolution. The writers can write into the same
-file group with the conflicts resolved automatically by the query reader and
the compactor. It works for compaction and ingestion, and we can see an example
of that with [Flink
writers](../sql_dml#non-blocking-concurrency-control-experimental).
+file group with the conflicts resolved automatically by the query reader and
the compactor. It works for compaction and ingestion, and we can see an example
of that with [Flink
writers](sql_dml#non-blocking-concurrency-control-experimental).
:::note
`NON_BLOCKING_CONCURRENCY_CONTROL` between ingestion writer and table service
writer is not yet supported for clustering. Please use
`OPTIMISTIC_CONCURRENCY_CONTROL` for clustering.
diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index a0fcef3824e0..abce898dd34c 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -15,7 +15,6 @@ module.exports = {
"Hudi brings transactions, record-level updates/deletes and change streams
to data lakes!",
url: "https://hudi.apache.org",
baseUrl: "/",
- trailingSlash: true,
onBrokenLinks: "throw",
markdown: {
hooks: {