This is an automated email from the ASF dual-hosted git repository.

jshao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git


The following commit(s) were added to refs/heads/main by this push:
     new f6521ffcc8 [MINOR] fix(docs) fix some docs title and typo issue (#8651)
f6521ffcc8 is described below

commit f6521ffcc8bbf79c0df0d85e4f4bfd64ed9b8814
Author: Qian Xia <[email protected]>
AuthorDate: Tue Sep 23 18:19:38 2025 +0800

    [MINOR] fix(docs) fix some docs title and typo issue (#8651)
    
    ### What changes were proposed in this pull request?
    
    1. unify chart related md title and update slug
    2. remove python 3.8
    
    ### Why are the changes needed?
    N/A
    
    
    ### Does this PR introduce _any_ user-facing change?
    N/A
    
    ### How was this patch tested?
    N/A
---
 docs/chart.md                      | 2 +-
 docs/getting-started/index.md      | 2 +-
 docs/how-to-build.md               | 4 ++--
 docs/how-to-use-gvfs.md            | 4 ++--
 docs/iceberg-rest-catalog-chart.md | 9 +++++----
 5 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/docs/chart.md b/docs/chart.md
index af359447b0..e198c2d862 100644
--- a/docs/chart.md
+++ b/docs/chart.md
@@ -5,7 +5,7 @@ keyword: chart
 license: "This software is licensed under the Apache License version 2."
 ---
 
-# Apache Gravitino Helm Chart
+# Install Gravitino on Kubernetes
 
 This Helm chart deploys Apache Gravitino on Kubernetes with customizable 
configurations.
 
diff --git a/docs/getting-started/index.md b/docs/getting-started/index.md
index 021651fb03..4aa2b27f18 100644
--- a/docs/getting-started/index.md
+++ b/docs/getting-started/index.md
@@ -1,6 +1,6 @@
 ---
 title: "Getting started with Apache Gravitino"
-slug: /getting-started
+slug: /getting-started/index
 license: "This software is licensed under the Apache License version 2."
 ---
 
diff --git a/docs/how-to-build.md b/docs/how-to-build.md
index 7a9063d8ca..5f4f078776 100644
--- a/docs/how-to-build.md
+++ b/docs/how-to-build.md
@@ -13,7 +13,7 @@ license: "This software is licensed under the Apache License 
version 2."
 + Linux or macOS operating system
 + Git
 + A Java Development Kit, version 17, installed in your environment to launch 
Gradle
-+ Python 3.8, 3.9, 3.10, 3.11, or 3.12 to build the Gravitino Python client
++ Python 3.9, 3.10, 3.11, or 3.12 to build the Gravitino Python client
 + Optionally, Docker to run integration tests
 
 :::info Please read the following notes before trying to build Gravitino.
@@ -47,7 +47,7 @@ license: "This software is licensed under the Apache License 
version 2."
 
   The `./gradlew build` command builds all the Gravitino components, including 
the Gravitino server, Java and Python clients, Trino and Spark connectors, and 
more.
 
-  For the Python client, the `./gradlew build` command builds the Python 
client with Python 3.8 by default. If you want to use Python 3.9, 3.10, 3.11, 
or 3.12 to build, please modify the property `pythonVersion` to 3.9, 3.10, 
3.11, or 3.12 in the `gradle.properties` file, or specify the version with `-P` 
like:
+  For the Python client, the `./gradlew build` command builds the Python 
client with Python 3.9 by default. If you want to use Python 3.10, 3.11, or 
3.12 to build, please modify the property `pythonVersion` to 3.10, 3.11, or 
3.12 in the `gradle.properties` file, or specify the version with `-P` like:
 
    ```shell
    ./gradlew build -PpythonVersion=3.9
diff --git a/docs/how-to-use-gvfs.md b/docs/how-to-use-gvfs.md
index 75168c71fb..d1759cd140 100644
--- a/docs/how-to-use-gvfs.md
+++ b/docs/how-to-use-gvfs.md
@@ -367,8 +367,8 @@ FileSystem fs = filesetPath.getFileSystem(conf);
 
 + A Hadoop environment with HDFS or other Hadoop Compatible File System (HCFS) 
implementations like S3, GCS, etc. GVFS has been tested against Hadoop 3.3.1. 
It is recommended to use Hadoop 3.3.1 or later, but it should work with Hadoop 
2.x. Please create an [issue](https://www.github.com/apache/gravitino/issues)
   if you find any compatibility issues.
-+ Python version >= 3.8. It has been tested GVFS works well with Python 3.8 
and Python 3.9.
-  Your Python version should be at least higher than Python 3.8.
++ Python version >= 3.9. It has been tested GVFS works well with Python 3.9.
+  Your Python version should be at least higher than Python 3.9.
 
 Attention: If you are using macOS or Windows operating system, you need to 
follow the steps in the
 [Hadoop official building 
documentation](https://github.com/apache/hadoop/blob/trunk/BUILDING.txt)(Need 
match your Hadoop version)
diff --git a/docs/iceberg-rest-catalog-chart.md 
b/docs/iceberg-rest-catalog-chart.md
index 8919e24f2b..b3e52d0d64 100644
--- a/docs/iceberg-rest-catalog-chart.md
+++ b/docs/iceberg-rest-catalog-chart.md
@@ -1,11 +1,12 @@
 ---
-title: "Helm Chart"
-slug: /chart
-keyword: chart
+title: "Install Iceberg Rest catalog server on Kubernetes"
+slug: /iceberg-rest-catalog-chart
+keyword: 
+  - Iceberg REST Helm Chart
 license: "This software is licensed under the Apache License version 2."
 ---
 
-# Gravitino Iceberg Rest Catalog Server Helm Chart
+# Install Iceberg Rest catalog server on Kubernetes
 
 This Helm chart deploys Apache Gravitino Iceberg REST Catalog Server on 
Kubernetes with customizable configurations.
 

Reply via email to