This is an automated email from the ASF dual-hosted git repository.
chaokunyang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fury-site.git
The following commit(s) were added to refs/heads/main by this push:
new b4618e0 add redison usage (#153)
b4618e0 is described below
commit b4618e0235c9e19fd5fcb59b2d0bfd631940ad36
Author: Shawn Yang <[email protected]>
AuthorDate: Wed Aug 21 19:34:47 2024 +0800
add redison usage (#153)
---
docs/community/how_to_join_community.md | 9 +++------
src/pages/user/companies.json | 11 ++++++++---
static/redisson_h95.png | Bin 0 -> 14943 bytes
3 files changed, 11 insertions(+), 9 deletions(-)
diff --git a/docs/community/how_to_join_community.md
b/docs/community/how_to_join_community.md
index 4168ed1..d41c2e7 100644
--- a/docs/community/how_to_join_community.md
+++ b/docs/community/how_to_join_community.md
@@ -59,13 +59,10 @@ git checkout -b fix/xxxx
git checkout -b docs/add-java-demo
```
-Suppose we have created the documentation modification branch
`docs/add-java-demo`
+Suppose we have created the documentation modification branch
`docs/add-java-demo` and we have added some code and submitted it to the code
repository.
-- Suppose we have added some code and submitted it to the code repository
-
-- git add.
-
-- git commit -a -m "docs: add java demo and related docs".
+- `git add .`
+- `git commit -a -m "docs: add java demo and related docs"`
### Step 4: Merge the Modifications
diff --git a/src/pages/user/companies.json b/src/pages/user/companies.json
index 83b1682..4d2cd03 100644
--- a/src/pages/user/companies.json
+++ b/src/pages/user/companies.json
@@ -14,12 +14,17 @@
"link": "https://www.aliyun.com/",
"imgUrl": "AliCloud.jpg"
},
+ {
+ "name": "Redisson",
+ "link": "https://github.com/redisson/redisson",
+ "imgUrl": "redisson_h95.png"
+ },
{
"name": "安恒信息",
"link":
"https://www.dbappsecurity.com.cn/product/cloud157.html?ad=360&plan=BLJ&keywordid2=237985647369",
"imgUrl": "anheng.jpg"
},
- {
+ {
"name": "唯品会",
"link": "https://www.vip.com/nav/53174445.html",
"imgUrl": "vip.png"
@@ -34,7 +39,7 @@
"link": "https://solon.noear.org/",
"imgUrl": "solon.png"
},
- {
+ {
"name": "数元灵",
"link": "https://www.dmetasoul.com/docs/lakesoul/intro/",
"imgUrl": "LakeSoul.png"
@@ -44,4 +49,4 @@
"link": "https://libgdx.com/",
"imgUrl": "libgdx.svg"
}
-]
+]
\ No newline at end of file
diff --git a/static/redisson_h95.png b/static/redisson_h95.png
new file mode 100644
index 0000000..83c86e1
Binary files /dev/null and b/static/redisson_h95.png differ
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]