This is an automated email from the ASF dual-hosted git repository.
jimin pushed a commit to branch docusaurus
in repository https://gitbox.apache.org/repos/asf/incubator-seata-website.git
The following commit(s) were added to refs/heads/docusaurus by this push:
new f5aa3da768 optimize: remove third-party urls (#765)
f5aa3da768 is described below
commit f5aa3da768af5b1dccc63357155a4ad0cc8f925e
Author: jimin <[email protected]>
AuthorDate: Wed Jan 10 18:17:44 2024 +0800
optimize: remove third-party urls (#765)
Signed-off-by: slievrly <[email protected]>
---
src/pages/home/top/index.tsx | 25 ++-----------------------
1 file changed, 2 insertions(+), 23 deletions(-)
diff --git a/src/pages/home/top/index.tsx b/src/pages/home/top/index.tsx
index 5d3e305382..184e6bb3fb 100644
--- a/src/pages/home/top/index.tsx
+++ b/src/pages/home/top/index.tsx
@@ -16,30 +16,9 @@ const topData = {
type: 'normal',
},
{
- text: translate({
- id: 'homepage.userregistrationButton',
- message: '用户登记',
- }),
- link: 'https://github.com/seata/seata/issues/1246',
- type: 'normal',
- target: '_blank',
- },
- {
- text: 'GitHub-Java',
+ text: 'GitHub',
link: 'https://github.com/seata/seata',
- type: 'normal',
- target: '_blank',
- },
- {
- text: 'GitHub-Golang',
- link: 'https://github.com/seata/seata-go',
- type: 'normal',
- target: '_blank',
- },
- {
- text: 'Docker Image',
- link:
'https://hub.docker.com/repository/docker/seataio/seata-server/tags?page=1&ordering=last_updated',
- type: 'normal',
+ type: 'primary',
target: '_blank',
},
],
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]