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 68188706c4 [docs] Adjust Apache Paimon in page
68188706c4 is described below
commit 68188706c45d19e297d1c8f0c1c2a82976c6424a
Author: JingsongLi <[email protected]>
AuthorDate: Fri May 22 19:37:35 2026 +0800
[docs] Adjust Apache Paimon in page
---
docs/docs/index.mdx | 1 +
docs/src/css/custom.css | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/docs/docs/index.mdx b/docs/docs/index.mdx
index 72e26dda4b..028b06b3ee 100644
--- a/docs/docs/index.mdx
+++ b/docs/docs/index.mdx
@@ -1,5 +1,6 @@
---
title: "Apache Paimon"
+hide_title: true
hide_table_of_contents: true
slug: /
displayed_sidebar: docs
diff --git a/docs/src/css/custom.css b/docs/src/css/custom.css
index 3267b93d30..0ce3c6a3d1 100644
--- a/docs/src/css/custom.css
+++ b/docs/src/css/custom.css
@@ -28,7 +28,7 @@
/* ===== Hero Section ===== */
.hero-section {
text-align: center;
- padding: 2rem 1rem 1.5rem;
+ padding: 0 1rem 1.5rem;
margin-bottom: 1.5rem;
border-bottom: 1px solid var(--ifm-color-emphasis-200);
}