File tree 4 files changed +12
-12
lines changed
4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
18
18
source-repo :
[email protected] :doocs/qcloud-im-server-sdk-java.git
19
19
destination-repo :
[email protected] :Doocs/qcloud-im-server-sdk-java.git
20
20
21
- - name : Build Gitee Pages
22
- uses : yanglbme/gitee-pages-action@main
23
- with :
24
- gitee-username : yanglbme
25
- gitee-password : ${{ secrets.GITEE_PASSWORD }}
26
- gitee-repo : doocs/qcloud-im-server-sdk-java
27
- branch : gh-pages
21
+ # - name: Build Gitee Pages
22
+ # uses: yanglbme/gitee-pages-action@main
23
+ # with:
24
+ # gitee-username: yanglbme
25
+ # gitee-password: ${{ secrets.GITEE_PASSWORD }}
26
+ # gitee-repo: doocs/qcloud-im-server-sdk-java
27
+ # branch: gh-pages
Original file line number Diff line number Diff line change 3
3
<a href =" https://central.sonatype.com/artifact/io.github.doocs/im-server-sdk-java " ><img src =" https://img.shields.io/maven-metadata/v?color=42b883&metadataUrl=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fio%2Fgithub%2Fdoocs%2Fim-server-sdk-java%2Fmaven-metadata.xml&style=flat-square " alt =" maven " ></a >
4
4
<a href =" https://github.com/doocs/qcloud-im-server-sdk-java/blob/main/LICENSE " ><img src =" https://img.shields.io/github/license/doocs/qcloud-im-server-sdk-java?color=42b883&style=flat-square " alt =" license " ></a >
5
5
<a href =" https://github.com/doocs/qcloud-im-server-sdk-java/pulls " ><img src =" https://img.shields.io/badge/prs-welcome-42b883?style=flat-square " alt =" prs welcome " ></a >
6
- <a href =" https://doocs.github.io /#/?id=how-to-join " ><img src =" https://img.shields.io/badge/organization-join%20us-42b883?style=flat-square " alt =" open-source-organization " ></a >
6
+ <a href =" https://doocs.org /#/?id=how-to-join " ><img src =" https://img.shields.io/badge/organization-join%20us-42b883?style=flat-square " alt =" open-source-organization " ></a >
7
7
8
8
The Tencent Cloud IM Server SDK for Java enables Java developers to easily work with Tencent Cloud IM.
9
9
10
10
[ 中文文档] ( ./README_CN.md )
11
11
12
12
## Documentation
13
13
14
- https://doocs.github.io/qcloud-im-server-sdk-java
14
+ https://im. doocs.org
15
15
16
16
## Quick Start
17
17
Original file line number Diff line number Diff line change 3
3
<a href =" https://central.sonatype.com/artifact/io.github.doocs/im-server-sdk-java " ><img src =" https://img.shields.io/maven-metadata/v?color=42b883&metadataUrl=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fio%2Fgithub%2Fdoocs%2Fim-server-sdk-java%2Fmaven-metadata.xml&style=flat-square " alt =" maven " ></a >
4
4
<a href =" https://github.com/doocs/qcloud-im-server-sdk-java/blob/main/LICENSE " ><img src =" https://img.shields.io/github/license/doocs/qcloud-im-server-sdk-java?color=42b883&style=flat-square " alt =" license " ></a >
5
5
<a href =" https://github.com/doocs/qcloud-im-server-sdk-java/pulls " ><img src =" https://img.shields.io/badge/prs-welcome-42b883?style=flat-square " alt =" prs welcome " ></a >
6
- <a href =" https://doocs.github.io /#/?id=how-to-join " ><img src =" https://img.shields.io/badge/organization-join%20us-42b883?style=flat-square " alt =" open-source-organization " ></a >
6
+ <a href =" https://doocs.org /#/?id=how-to-join " ><img src =" https://img.shields.io/badge/organization-join%20us-42b883?style=flat-square " alt =" open-source-organization " ></a >
7
7
8
8
腾讯云 IM 服务端 Java SDK 封装了[ 腾讯云即时通信 IM] ( https://cloud.tencent.com/document/product/269 ) 服务端的所有 API 接口,方便服务端开发者进行 REST API 接口的调用以及第三方回调的处理。
9
9
10
10
[ English Version] ( ./README.md )
11
11
12
12
## 文档导航
13
13
14
- https://doocs.github.io/qcloud-im-server-sdk-java
14
+ https://im. doocs.org
15
15
16
16
## 快速上手
17
17
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ export default defineUserConfig({
17
17
} ,
18
18
] ,
19
19
] ,
20
- base : '/qcloud-im-server-sdk-java/ ' ,
20
+ base : '/' ,
21
21
theme : defaultTheme ( {
22
22
repo : 'doocs/qcloud-im-server-sdk-java' ,
23
23
logo : 'https://avatars.githubusercontent.com/u/43716716?s=200&v=4' ,
You can’t perform that action at this time.
0 commit comments