This is an automated email from the ASF dual-hosted git repository.
mikexue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-eventmesh-site.git
The following commit(s) were added to refs/heads/master by this push:
new cafd9eff update sdk docs
cafd9eff is described below
commit cafd9eff435104d2b10d74498cb7b906a5bb9344
Author: xwm1992 <[email protected]>
AuthorDate: Wed Feb 1 14:34:45 2023 +0800
update sdk docs
---
docs/sdk-java/{intro.md => 01-intro.md} | 0
.../current/sdk-java/01-introduction.md | 29 ----------------------
2 files changed, 29 deletions(-)
diff --git a/docs/sdk-java/intro.md b/docs/sdk-java/01-intro.md
similarity index 100%
rename from docs/sdk-java/intro.md
rename to docs/sdk-java/01-intro.md
diff --git
a/i18n/zh/docusaurus-plugin-content-docs/current/sdk-java/01-introduction.md
b/i18n/zh/docusaurus-plugin-content-docs/current/sdk-java/01-introduction.md
deleted file mode 100644
index 42b9c419..00000000
--- a/i18n/zh/docusaurus-plugin-content-docs/current/sdk-java/01-introduction.md
+++ /dev/null
@@ -1,29 +0,0 @@
-# Installation
-
-[](https://maven-badges.herokuapp.com/maven-central/org.apache.eventmesh/eventmesh-sdk-java)
-
-EventMesh SDK for Java is a collection of Java libraries to integrate
EventMesh in a Java application. The SDK supports sending and receiving
synchronous messages, asynchronous messages, and broadcast messages in TCP,
HTTP, and gRPC protocols. The SDK implements EventMesh Message, CloudEvents,
and OpenMessaging formats. The demo project is available in the
[`eventmesh-example`](https://github.com/apache/incubator-eventmesh/tree/master/eventmesh-examples)
module.
-
-## Gradle
-
-To install EventMesh SDK for Java with Gradle, declare
`org.apache.eventmesh:eventmesh-sdk-java` as `implementation` in the
dependencies block of the module's `build.gradle` file.
-
-```groovy
-dependencies {
- implementation 'org.apache.eventmesh:eventmesh-sdk-java:1.4.0'
-}
-```
-
-## Maven
-
-To install EventMesh SDK for Java with Maven, declare
`org.apache.eventmesh:eventmesh-sdk-java` as a dependency in the dependencies
block of the project's `pom.xml` file.
-
-```xml
-<dependencies>
- <dependency>
- <groupId>org.apache.eventmesh</groupId>
- <artifactId>eventmesh-sdk-java</artifactId>
- <version>1.4.0</version>
- </dependency>
-</dependencies>
-```
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]