This is an automated email from the ASF dual-hosted git repository.
jmclean 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 3fe8f69266 [#7202] [Improvement] Fix broken anchors in markdown files
(#7316)
3fe8f69266 is described below
commit 3fe8f69266d8e24dae8f4327d904b30eb04534d4
Author: Raveendra Pujari <[email protected]>
AuthorDate: Sat May 31 04:40:50 2025 -0500
[#7202] [Improvement] Fix broken anchors in markdown files (#7316)
[#7202] [Improvement] Fix broken anchors in markdown files
### What changes were proposed in this pull request?
- Updated heading anchors in documentation files to match existing
links:
- Modified headings in ~
- `gravitino-server-config.md`
- `manage-model-metadata-using-gravitino.md`
- `manage-relational-metadata-using-gravitino.md`
- `security/authorization-pushdown.md`
### Why are the changes needed?
- Several markdown files contained references to anchors that didn't
match the actual section headings
- This was causing navigation issues in the generated documentation
- Fixes: #7202
### Does this PR introduce any user-facing change?
- No
### How was this patch tested?
- Manually verified all internal links work correctly in local
documentation
---
docs/apache-hive-catalog.md | 4 ++--
docs/jdbc-doris-catalog.md | 2 +-
docs/jdbc-mysql-catalog.md | 2 +-
docs/jdbc-oceanbase-catalog.md | 2 +-
docs/jdbc-postgresql-catalog.md | 2 +-
docs/model-catalog.md | 2 +-
docs/trino-connector/supported-catalog.md | 2 +-
7 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/docs/apache-hive-catalog.md b/docs/apache-hive-catalog.md
index 1a1aefef08..d9839e1e8a 100644
--- a/docs/apache-hive-catalog.md
+++ b/docs/apache-hive-catalog.md
@@ -28,7 +28,7 @@ The Hive catalog supports creating, updating, and deleting
databases and tables
### Catalog properties
-Besides the [common catalog
properties](./gravitino-server-config.md#gravitino-catalog-properties-configuration),
the Hive catalog has the following properties:
+Besides the [common catalog
properties](./gravitino-server-config.md#apache-gravitino-catalog-properties-configuration),
the Hive catalog has the following properties:
| Property Name | Description
| Default Value | Required
| Since Version |
|------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|------------------------------|---------------|
@@ -54,7 +54,7 @@ When you use the Gravitino with Trino. You can pass the Trino
Hive connector con
When you use the Gravitino with Spark. You can pass the Spark Hive connector
configuration using prefix `spark.bypass.`. For example, using
`spark.bypass.hive.exec.dynamic.partition.mode` to pass the
`hive.exec.dynamic.partition.mode` to the Spark Hive connector in Spark runtime.
-When you use the Gravitino authorization Hive with Apache Ranger. You can see
the [Authorization Hive with Ranger
properties](security/authorization-pushdown.md#authorization-hive-with-ranger-properties)
+When you use the Gravitino authorization Hive with Apache Ranger. You can see
the [Authorization Hive with Ranger
properties](security/authorization-pushdown.md#example-of-using-the-ranger-hadoop-sql-plugin)
### Catalog operations
Refer to [Manage Relational Metadata Using
Gravitino](./manage-relational-metadata-using-gravitino.md#catalog-operations)
for more details.
diff --git a/docs/jdbc-doris-catalog.md b/docs/jdbc-doris-catalog.md
index 6679a2040e..82fa4e1655 100644
--- a/docs/jdbc-doris-catalog.md
+++ b/docs/jdbc-doris-catalog.md
@@ -39,7 +39,7 @@ You can check the relevant data source configuration in
[data source
properties](https://commons.apache.org/proper/commons-dbcp/configuration.html)
for
more details.
-Besides the [common catalog
properties](./gravitino-server-config.md#gravitino-catalog-properties-configuration),
the Doris catalog has the following properties:
+Besides the [common catalog
properties](./gravitino-server-config.md#apache-gravitino-catalog-properties-configuration),
the Doris catalog has the following properties:
| Configuration item | Description
| Default value | Required | Since Version |
|----------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|----------|------------------|
diff --git a/docs/jdbc-mysql-catalog.md b/docs/jdbc-mysql-catalog.md
index ae27175596..76d56eabc3 100644
--- a/docs/jdbc-mysql-catalog.md
+++ b/docs/jdbc-mysql-catalog.md
@@ -39,7 +39,7 @@ Check the relevant data source configuration in [data source
properties](https:/
When you use the Gravitino with Trino. You can pass the Trino MySQL connector
configuration using prefix `trino.bypass.`. For example, using
`trino.bypass.join-pushdown.strategy` to pass the `join-pushdown.strategy` to
the Gravitino MySQL catalog in Trino runtime.
If you use a JDBC catalog, you must provide `jdbc-url`, `jdbc-driver`,
`jdbc-user` and `jdbc-password` to catalog properties.
-Besides the [common catalog
properties](./gravitino-server-config.md#gravitino-catalog-properties-configuration),
the MySQL catalog has the following properties:
+Besides the [common catalog
properties](./gravitino-server-config.md#apache-gravitino-catalog-properties-configuration),
the MySQL catalog has the following properties:
| Configuration item | Description
| Default value | Required |
Since Version |
|----------------------|--------------------------------------------------------------------------------------------------------|---------------|----------|---------------|
diff --git a/docs/jdbc-oceanbase-catalog.md b/docs/jdbc-oceanbase-catalog.md
index 209582d9c3..58a9f8548a 100644
--- a/docs/jdbc-oceanbase-catalog.md
+++ b/docs/jdbc-oceanbase-catalog.md
@@ -36,7 +36,7 @@ You can pass to a OceanBase data source any property that
isn't defined by Gravi
Check the relevant data source configuration in [data source
properties](https://commons.apache.org/proper/commons-dbcp/configuration.html)
If you use a JDBC catalog, you must provide `jdbc-url`, `jdbc-driver`,
`jdbc-user` and `jdbc-password` to catalog properties.
-Besides the [common catalog
properties](./gravitino-server-config.md#gravitino-catalog-properties-configuration),
the OceanBase catalog has the following properties:
+Besides the [common catalog
properties](./gravitino-server-config.md#apache-gravitino-catalog-properties-configuration),
the OceanBase catalog has the following properties:
| Configuration item | Description
| Default value | Required | Since Version |
|----------------------|---------------------------------------------------------------------------------------------------------------------------------------|---------------|----------|------------------|
diff --git a/docs/jdbc-postgresql-catalog.md b/docs/jdbc-postgresql-catalog.md
index 008d5c8311..3adb13ce22 100644
--- a/docs/jdbc-postgresql-catalog.md
+++ b/docs/jdbc-postgresql-catalog.md
@@ -37,7 +37,7 @@ You can check the relevant data source configuration in [data
source properties]
When you use the Gravitino with Trino. You can pass the Trino PostgreSQL
connector configuration using prefix `trino.bypass.`. For example, using
`trino.bypass.join-pushdown.strategy` to pass the `join-pushdown.strategy` to
the Gravitino PostgreSQL catalog in Trino runtime.
If you use JDBC catalog, you must provide `jdbc-url`, `jdbc-driver`,
`jdbc-database`, `jdbc-user` and `jdbc-password` to catalog properties.
-Besides the [common catalog
properties](./gravitino-server-config.md#gravitino-catalog-properties-configuration),
the PostgreSQL catalog has the following properties:
+Besides the [common catalog
properties](./gravitino-server-config.md#apache-gravitino-catalog-properties-configuration),
the PostgreSQL catalog has the following properties:
| Configuration item | Description
| Default value | Required | Since Version |
|----------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|----------|---------------|
diff --git a/docs/model-catalog.md b/docs/model-catalog.md
index a96214b70f..25299f3b27 100644
--- a/docs/model-catalog.md
+++ b/docs/model-catalog.md
@@ -84,4 +84,4 @@ ModelVersion doesn't have predefined properties. Users can
define the properties
### ModelVersion operations
-Refer to [ModelVersion
operation](./manage-model-metadata-using-gravitino.md#model-version-operations)
for more details.
+Refer to [ModelVersion
operation](./manage-model-metadata-using-gravitino.md#modelversion-operations)
for more details.
diff --git a/docs/trino-connector/supported-catalog.md
b/docs/trino-connector/supported-catalog.md
index 6f3696d984..0356ae7866 100644
--- a/docs/trino-connector/supported-catalog.md
+++ b/docs/trino-connector/supported-catalog.md
@@ -171,4 +171,4 @@ Hive does not support `TIME` data type.
| Map | MAP |
| Struct | ROW |
-For more about Trino data types, please refer to [Trino data
types](https://trino.io/docs/current/language/types.html) and Gravitino data
types, please refer to [Gravitino data
types](../manage-relational-metadata-using-gravitino.md#gravitino-table-column-type).
+For more about Trino data types, please refer to [Trino data
types](https://trino.io/docs/current/language/types.html) and Gravitino data
types, please refer to [Gravitino data
types](../manage-relational-metadata-using-gravitino.md#apache-gravitino-table-column-type).