Skip to content

Commit

Permalink
docs: Add Apache prefix for all bindings (#3829)
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo authored Dec 27, 2023
1 parent e24206e commit c011180
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion bindings/c/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# OpenDAL C Binding (WIP)
# Apache OpenDAL C Binding (WIP)

![](https://img.shields.io/badge/status-unreleased-red)

Expand Down
2 changes: 1 addition & 1 deletion bindings/cpp/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# OpenDAL CPP Binding (WIP)
# Apache OpenDAL CPP Binding (WIP)

![](https://img.shields.io/badge/status-unreleased-red)

Expand Down
2 changes: 1 addition & 1 deletion bindings/dotnet/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# OpenDAL .Net Binding (WIP)
# Apache OpenDAL .Net Binding (WIP)

![](https://img.shields.io/badge/status-unreleased-red)

Expand Down
2 changes: 1 addition & 1 deletion bindings/go/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# OpenDAL Go Binding (WIP)
# Apache OpenDAL Go Binding (WIP)

![](https://img.shields.io/badge/status-unreleased-red)

Expand Down
2 changes: 1 addition & 1 deletion bindings/haskell/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# OpenDAL Haskell Binding (WIP)
# Apache OpenDAL Haskell Binding (WIP)

![](https://img.shields.io/badge/status-unreleased-red)

Expand Down
2 changes: 1 addition & 1 deletion bindings/java/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# OpenDAL Java Bindings
# Apache OpenDAL Java Bindings

![](https://img.shields.io/badge/status-released-blue)
[![Maven Central](https://img.shields.io/maven-central/v/org.apache.opendal/opendal-java.svg?logo=Apache+Maven&logoColor=blue)](https://central.sonatype.com/search?q=opendal-java&smo=true)
Expand Down
2 changes: 1 addition & 1 deletion bindings/lua/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# OpenDAL Lua Binding (WIP)
# Apache OpenDAL Lua Binding (WIP)

![](https://img.shields.io/badge/status-unreleased-red)

Expand Down
2 changes: 1 addition & 1 deletion bindings/nodejs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# OpenDAL Node.js Binding
# Apache OpenDAL Node.js Binding

![](https://img.shields.io/badge/status-released-blue)
[![npm](https://img.shields.io/npm/v/opendal.svg?logo=npm)](https://www.npmjs.com/package/opendal)
Expand Down
2 changes: 1 addition & 1 deletion bindings/ocaml/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# OpenDAL OCaml Binding (WIP)
# Apache OpenDAL OCaml Binding (WIP)

![](https://img.shields.io/badge/status-unreleased-red)

Expand Down
2 changes: 1 addition & 1 deletion bindings/php/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# OpenDAL PHP Binding (WIP)
# Apache OpenDAL PHP Binding (WIP)

![](https://img.shields.io/badge/status-unreleased-red)

Expand Down
4 changes: 2 additions & 2 deletions bindings/python/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# OpenDAL Python Binding
# Apache OpenDAL Python Binding

![](https://img.shields.io/badge/status-released-blue)
[![PyPI](https://img.shields.io/pypi/v/opendal.svg?logo=PyPI)](https://pypi.org/project/opendal/)
[![Website](https://img.shields.io/badge/opendal-OpenDAL_Website-red?logo=Apache&logoColor=red)](https://opendal.apache.org/docs/python/)

Documentation: [main](https://opendal.apache.org/docs/python/)

This crate intends to build a native python binding.
This package intends to build a native python binding for Apache OpenDAL.

![](https://github.com/apache/incubator-opendal/assets/5351546/87bbf6e5-f19e-449a-b368-3e283016c887)

Expand Down
2 changes: 1 addition & 1 deletion bindings/ruby/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# OpenDAL Ruby Binding (WIP)
# Apache OpenDAL Ruby Binding (WIP)

![](https://img.shields.io/badge/status-unreleased-red)

Expand Down
2 changes: 1 addition & 1 deletion bindings/swift/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# OpenDAL Swift Binding (WIP)
# Apache OpenDAL Swift Binding (WIP)

![](https://img.shields.io/badge/status-unreleased-red)

Expand Down
2 changes: 1 addition & 1 deletion bindings/zig/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# OpenDAL Zig Binding (WIP)
# Apache OpenDAL Zig Binding (WIP)

![](https://img.shields.io/badge/status-unreleased-red)

Expand Down
2 changes: 1 addition & 1 deletion core/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# OpenDAL &emsp; [![Build Status]][actions] [![Latest Version]][crates.io] [![Crate Downloads]][crates.io] [![chat]][discord]
# Apache OpenDAL &emsp; [![Build Status]][actions] [![Latest Version]][crates.io] [![Crate Downloads]][crates.io] [![chat]][discord]

[build status]: https://img.shields.io/github/actions/workflow/status/apache/incubator-opendal/ci.yml?branch=main
[actions]: https://github.com/apache/incubator-opendal/actions?query=branch%3Amain
Expand Down

0 comments on commit c011180

Please sign in to comment.