From a2f126395f04818221e73b9148d7a61fc4ca3631 Mon Sep 17 00:00:00 2001 From: weiting-chen Date: Thu, 22 Feb 2024 00:29:40 +0800 Subject: [PATCH] update docs --- docs/GettingStarted_ClickHouse.md | 2 ++ docs/GettingStarted_Velox.md | 2 ++ docs/VeloxBuildGuide.md | 2 ++ docs/VeloxGCS.md | 2 ++ docs/VeloxS3.md | 2 ++ 5 files changed, 10 insertions(+) diff --git a/docs/GettingStarted_ClickHouse.md b/docs/GettingStarted_ClickHouse.md index 26d94e8..b03ba4a 100644 --- a/docs/GettingStarted_ClickHouse.md +++ b/docs/GettingStarted_ClickHouse.md @@ -3,6 +3,8 @@ layout: page title: Getting Started with ClickHouse Backend nav_order: 1 parent: ClickHouse Backend +grand_parent: Documentation +permalink: /docs/clickhouse/getting-started --- ## ClickHouse Backend diff --git a/docs/GettingStarted_Velox.md b/docs/GettingStarted_Velox.md index b2a99a4..086c429 100644 --- a/docs/GettingStarted_Velox.md +++ b/docs/GettingStarted_Velox.md @@ -3,6 +3,8 @@ layout: page title: Getting-Started with Velox Backend nav_order: 1 parent: Velox Backend +grand_parent: Documentation +permalink: /docs/velox/getting-started --- # Supported Version | Type | Version | diff --git a/docs/VeloxBuildGuide.md b/docs/VeloxBuildGuide.md index 0e9ac3f..443778f 100644 --- a/docs/VeloxBuildGuide.md +++ b/docs/VeloxBuildGuide.md @@ -3,6 +3,8 @@ layout: page title: Build Parameters for Velox Backend nav_order: 2 parent: Velox Backend +grand_parent: Documentation +permalink: /docs/velox/build_parameters --- ## Build Parameters ### Native build parameters for buildbundle-veloxbe.sh or builddeps-veloxbe.sh diff --git a/docs/VeloxGCS.md b/docs/VeloxGCS.md index e2bce60..73318e9 100644 --- a/docs/VeloxGCS.md +++ b/docs/VeloxGCS.md @@ -3,6 +3,8 @@ layout: page title: Using GCS with Gluten nav_order: 4 parent: Velox Backend +grand_parent: Documentation +permalink: /docs/velox/gcs --- Object stores offered by CSPs such as GCS are important for users of Gluten to store their data. This doc will discuss all details of configs, and use cases around using Gluten with object stores. In order to use a GCS endpoint as your data source, please ensure you are using the following GCS configs in your spark-defaults.conf. If you're experiencing any issues authenticating to GCS with additional auth mechanisms, please reach out to us using the 'Issues' tab. diff --git a/docs/VeloxS3.md b/docs/VeloxS3.md index 49a6743..3a1a5f7 100644 --- a/docs/VeloxS3.md +++ b/docs/VeloxS3.md @@ -3,6 +3,8 @@ layout: page title: Using S3 with Gluten nav_order: 3 parent: Velox Backend +grand_parent: Documentation +permalink: /docs/velox/s3 --- Object stores offered by CSPs such as AWS S3 are important for users of Gluten to store their data. This doc will discuss all details of configs, and use cases around using Gluten with object stores. In order to use an S3 endpoint as your data source, please ensure you are using the following S3 configs in your spark-defaults.conf. If you're experiencing any issues authenticating to S3 with additional auth mechanisms, please reach out to us using the 'Issues' tab.