Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions bindings/c/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down
4 changes: 2 additions & 2 deletions bindings/cpp/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion bindings/nodejs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion bindings/nodejs/typedoc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"entryPoints": ["index.d.ts"],
"out": "docs",
"name": "Apache OpenDAL",
"name": "Apache OpenDAL",
"tsconfig": "tsconfig.json",
"excludePrivate": true,
"excludeProtected": true,
Expand Down