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 343ee5e Renaming pages for consistency (#4126)
343ee5e is described below
commit 343ee5e2b9b17133ee908cf04158659c6f935c4f
Author: Kyle Weller <[email protected]>
AuthorDate: Thu Nov 25 19:42:30 2021 -0700
Renaming pages for consistency (#4126)
---
website/docs/file_sizing.md | 2 +-
website/docs/migration_guide.md | 2 +-
website/docs/snapshot_exporter.md | 2 +-
website/sidebars.js | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/website/docs/file_sizing.md b/website/docs/file_sizing.md
index 50e1d8b..6f8baa9 100644
--- a/website/docs/file_sizing.md
+++ b/website/docs/file_sizing.md
@@ -1,5 +1,5 @@
---
-title: "Auto File Size Management"
+title: "File Sizing"
toc: true
---
diff --git a/website/docs/migration_guide.md b/website/docs/migration_guide.md
index 5b35186..e7dd5c2 100644
--- a/website/docs/migration_guide.md
+++ b/website/docs/migration_guide.md
@@ -1,5 +1,5 @@
---
-title: Bootstrap Existing Tables
+title: Bootstrapping
keywords: [ hudi, migration, use case]
summary: In this page, we will discuss some available tools for migrating your
existing table into a Hudi table
last_modified_at: 2019-12-30T15:59:57-04:00
diff --git a/website/docs/snapshot_exporter.md
b/website/docs/snapshot_exporter.md
index 639d87f..b72a65d 100644
--- a/website/docs/snapshot_exporter.md
+++ b/website/docs/snapshot_exporter.md
@@ -1,5 +1,5 @@
---
-title: Snapshot Exporter
+title: Exporter
keywords: [hudi, snapshotexporter, export]
toc: true
---
diff --git a/website/sidebars.js b/website/sidebars.js
index 85f5c8d..c5852d2 100644
--- a/website/sidebars.js
+++ b/website/sidebars.js
@@ -51,6 +51,7 @@ module.exports = {
'compaction',
'clustering',
'hoodie_cleaner',
+ 'file_sizing',
'snapshot_exporter'
],
},
@@ -60,7 +61,6 @@ module.exports = {
label: 'Guides',
items: [
'query_engine_setup',
- 'file_sizing',
'performance',
'deployment',
'cli',