This is an automated email from the ASF dual-hosted git repository.
bhavanisudha 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 e931a87 moving markers under services (#4197)
e931a87 is described below
commit e931a8766d471affa6489f38b66e0486d98d9e55
Author: Kyle Weller <[email protected]>
AuthorDate: Mon Dec 6 09:39:21 2021 -0800
moving markers under services (#4197)
---
website/docs/markers.md | 2 +-
website/sidebars.js | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/website/docs/markers.md b/website/docs/markers.md
index 37d8f0b..a8549b1 100644
--- a/website/docs/markers.md
+++ b/website/docs/markers.md
@@ -1,5 +1,5 @@
---
-title: Write Markers
+title: Marker Mechanism
toc: true
---
diff --git a/website/sidebars.js b/website/sidebars.js
index 6ee0d7d..fd83a92 100644
--- a/website/sidebars.js
+++ b/website/sidebars.js
@@ -30,7 +30,6 @@ module.exports = {
'schema_evolution',
'key_generation',
'concurrency_control',
- 'markers',
],
},
{
@@ -52,6 +51,7 @@ module.exports = {
'compaction',
'clustering',
'hoodie_cleaner',
+ 'markers',
'file_sizing',
'snapshot_exporter',
'precommit_validator'