This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a commit to branch add-links-to-api
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git
The following commit(s) were added to refs/heads/add-links-to-api by this push:
new bb2e483 Add links
bb2e483 is described below
commit bb2e483c2dd63cc191a7e5b4fd051926d73900a7
Author: Xuanwo <[email protected]>
AuthorDate: Tue Jul 30 20:47:03 2024 +0800
Add links
Signed-off-by: Xuanwo <[email protected]>
---
README.md | 20 +++++++++++++-------
1 file changed, 13 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md
index c26d514..9995ee4 100644
--- a/README.md
+++ b/README.md
@@ -29,13 +29,15 @@ Working on [v0.3.0 Release
Milestone](https://github.com/apache/iceberg-rust/mil
The Apache Iceberg Rust project is composed of the following components:
-| Name | Release
| Docs
|
-|------------------------|------------------------------------------------------------|--------------------------------------------------------------------------|
-| [iceberg] | [![iceberg image]][iceberg link]
| [![docs release]][iceberg release docs] [![docs dev]][iceberg dev
docs] |
-| [iceberg-datafusion] | -
| -
|
-| [iceberg-catalog-glue] | -
| -
|
-| [iceberg-catalog-hms] | [![iceberg-catalog-hms image]][iceberg-catalog-hms
link] | [![docs release]][iceberg-catalog-hms release docs]
|
-| [iceberg-catalog-rest] | [![iceberg-catalog-rest
image]][iceberg-catalog-rest link] | [![docs release]][iceberg-catalog-rest
release docs] |
+| Name | Release
| Docs
|
+|------------------------|------------------------------------------------------------|---------------------------------------------------------------------------------------------------|
+| [iceberg] | [![iceberg image]][iceberg link]
| [![docs release]][iceberg release docs] [![docs dev]][iceberg dev
docs] |
+| [iceberg-datafusion] | -
| [![docs dev]][iceberg-datafusion dev docs]
|
+| [iceberg-datafusion]
|
+| [iceberg-catalog-glue] | -
| [![docs dev]][iceberg-catalog-glue dev docs]
|
+| [iceberg-datafusion]
|
+| [iceberg-catalog-hms] | [![iceberg-catalog-hms image]][iceberg-catalog-hms
link] | [![docs release]][iceberg-catalog-hms release docs] [![docs
dev]][iceberg-catalog-hms dev docs] |
+| [iceberg-catalog-rest] | [![iceberg-catalog-rest
image]][iceberg-catalog-rest link] | [![docs release]][iceberg-catalog-rest
release docs] [![docs dev]][iceberg-catalog-rest dev docs] |
[docs release]: https://img.shields.io/badge/docs-release-blue
[docs dev]: https://img.shields.io/badge/docs-dev-blue
@@ -46,18 +48,22 @@ The Apache Iceberg Rust project is composed of the
following components:
[iceberg dev docs]: https://rust.iceberg.apache.org/api/iceberg/
[iceberg-datafusion]: crates/integrations/datafusion/README.md
+[iceberg-datafusion dev docs]:
https://rust.iceberg.apache.org/api/iceberg-datafusion/
[iceberg-catalog-glue]: crates/catalog/glue/README.md
+[iceberg-catalog-glue dev docs]:
https://rust.iceberg.apache.org/api/iceberg-catalog-glue/
[iceberg-catalog-hms]: crates/catalog/hms/README.md
[iceberg-catalog-hms image]:
https://img.shields.io/crates/v/iceberg-catalog-hms.svg
[iceberg-catalog-hms link]: https://crates.io/crates/iceberg-catalog-hms
[iceberg-catalog-hms release docs]: https://docs.rs/iceberg-catalog-hms
+[iceberg-catalog-hms dev docs]:
https://rust.iceberg.apache.org/api/iceberg-catalog-hms/
[iceberg-catalog-rest]: crates/catalog/rest/README.md
[iceberg-catalog-rest image]:
https://img.shields.io/crates/v/iceberg-catalog-rest.svg
[iceberg-catalog-rest link]: https://crates.io/crates/iceberg-catalog-rest
[iceberg-catalog-rest release docs]: https://docs.rs/iceberg-catalog-rest
+[iceberg-catalog-rest dev docs]:
https://rust.iceberg.apache.org/api/iceberg-catalog-rest/
## Supported Rust Version