diff --git a/bindings/c/Doxyfile b/bindings/c/Doxyfile index 3decc8bd734..18707096a11 100644 --- a/bindings/c/Doxyfile +++ b/bindings/c/Doxyfile @@ -15,8 +15,8 @@ # specific language governing permissions and limitations # under the License. -PROJECT_NAME = "OpenDAL C Binding" -PROJECT_BRIEF = "The C binding for Apache OpenDAL" +PROJECT_NAME = "Apache OpenDAL™ C Binding" +PROJECT_BRIEF = "The C binding for Apache OpenDAL™" OUTPUT_DIRECTORY = ./docs/doxygen EXCLUDE_SYMBOLS = "HashMap_String__String" \ "BlockingOperator" \ diff --git a/bindings/cpp/Doxyfile b/bindings/cpp/Doxyfile index cab9c20a375..562024236b8 100644 --- a/bindings/cpp/Doxyfile +++ b/bindings/cpp/Doxyfile @@ -15,8 +15,8 @@ # specific language governing permissions and limitations # under the License. -PROJECT_NAME = "OpenDAL-CPP" -PROJECT_BRIEF = "The Cpp binding for Apache OpenDAL" +PROJECT_NAME = "Apache OpenDAL™ C++ Binding" +PROJECT_BRIEF = "The C++ binding for Apache OpenDAL™" OUTPUT_DIRECTORY = @CMAKE_CURRENT_BINARY_DIR@/docs_doxygen/ EXCLUDE_SYMBOLS = "" USE_MDFILE_AS_MAINPAGE = "README.md" diff --git a/bindings/nodejs/README.md b/bindings/nodejs/README.md index d7cf01ef0ea..6b079073f65 100644 --- a/bindings/nodejs/README.md +++ b/bindings/nodejs/README.md @@ -35,7 +35,7 @@ main(); ## Contributing -- Start with [Contributing Guide](https://github.com/apache/incubator-opendal/blob/main/bindings/nodejs/CONTRIBUTING.md). +- Start with [Contributing Guide](CONTRIBUTING.md). - Submit [Issues](https://github.com/apache/incubator-opendal/issues/new) for bug report or feature requests. - Asking questions in the [Discussions](https://github.com/apache/incubator-opendal/discussions/new?category=q-a). - Talk to community at [Discord](https://discord.gg/XQy8yGR2dg). diff --git a/bindings/nodejs/typedoc.json b/bindings/nodejs/typedoc.json index 654994547b5..bffcecb7139 100644 --- a/bindings/nodejs/typedoc.json +++ b/bindings/nodejs/typedoc.json @@ -1,7 +1,7 @@ { "entryPoints": ["index.d.ts"], "out": "docs", - "name": "Apache OpenDAL", + "name": "Apache OpenDAL™", "tsconfig": "tsconfig.json", "excludePrivate": true, "excludeProtected": true,