This is an automated email from the ASF dual-hosted git repository. xuanwo pushed a commit to branch polish-docs in repository https://gitbox.apache.org/repos/asf/opendal.git
commit f3ad0a8fd42ecd485c9ffc042ca70e871ed53577 Author: Xuanwo <[email protected]> AuthorDate: Tue Mar 11 12:06:27 2025 +0800 docs: Add useful links Signed-off-by: Xuanwo <[email protected]> --- bindings/java/README.md | 5 +++++ bindings/nodejs/README.md | 7 +++++-- bindings/python/README.md | 8 ++++++-- core/README.md | 2 +- 4 files changed, 17 insertions(+), 5 deletions(-) diff --git a/bindings/java/README.md b/bindings/java/README.md index fb91916a0..792f96e78 100644 --- a/bindings/java/README.md +++ b/bindings/java/README.md @@ -6,6 +6,11 @@  +## Useful Links + +- [Documentation](https://opendal.apache.org/docs/java/) +- [Upgrade Guide](./upgrade.md) + ## Example ```java diff --git a/bindings/nodejs/README.md b/bindings/nodejs/README.md index dfa72de82..1ef1ad8ac 100644 --- a/bindings/nodejs/README.md +++ b/bindings/nodejs/README.md @@ -6,6 +6,11 @@  +## Useful Links + +- [Documentation](https://opendal.apache.org/docs/js/) +- [Upgrade Guide](./upgrade.md) + ## Installation ```shell @@ -14,8 +19,6 @@ npm install opendal ## Docs -See our documentation on [opendal.apache.org](https://opendal.apache.org/docs/nodejs/). - To build the docs locally, please run the following commands: ```shell diff --git a/bindings/python/README.md b/bindings/python/README.md index 4e39a3954..fffc6e3dc 100644 --- a/bindings/python/README.md +++ b/bindings/python/README.md @@ -4,12 +4,16 @@ [](https://pypi.org/project/opendal/) [](https://opendal.apache.org/docs/python/) -Documentation: [main](https://opendal.apache.org/docs/python/) - This package intends to build a native python binding for Apache OpenDAL.  +## Useful Links + +- [Documentation](https://opendal.apache.org/docs/python/) +- [Examples](./examples) +- [Upgrade Guide](./upgrade.md) + ## Installation ```bash diff --git a/core/README.md b/core/README.md index b75972806..876bca50b 100644 --- a/core/README.md +++ b/core/README.md @@ -1,4 +1,4 @@ -# Apache OpenDALâ„¢: One Layer, All Storage. +# Apache OpenDALâ„¢ Rust Core: One Layer, All Storage. [![Build Status]][actions] [![Latest Version]][crates.io] [![Crate Downloads]][crates.io] [![chat]][discord]
