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 f20e86caad optimize: remove trademark (#778)
f20e86caad is described below
commit f20e86caad7cc19e9b09556bf9c55d40bd86e214
Author: jimin <[email protected]>
AuthorDate: Tue Jan 16 16:03:21 2024 +0800
optimize: remove trademark (#778)
Signed-off-by: slievrly <[email protected]>
---
docusaurus.config.js | 2 +-
i18n/en/code.json | 6 +++---
i18n/zh-cn/code.json | 6 +++---
src/pages/home/top/index.tsx | 2 +-
4 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/docusaurus.config.js b/docusaurus.config.js
index c2210f7131..62a68c6e7c 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -23,7 +23,7 @@ const asfDict = [
];
/** @type {import('@docusaurus/types').Config} */
const config = {
- title: 'Apache Seata™',
+ title: 'Apache Seata',
favicon: 'img/seata_logo_small.jpeg',
// Set the production url of your site here
diff --git a/i18n/en/code.json b/i18n/en/code.json
index 7079de05f1..12f2255783 100644
--- a/i18n/en/code.json
+++ b/i18n/en/code.json
@@ -274,7 +274,7 @@
"message": "Vision"
},
"homepage.footerVersionContent": {
- "message": "Apache Seata™ is an open source distributed transaction
solution that delivers high performance and easy to use distributed transaction
services under a microservices architecture."
+ "message": "Apache Seata is an open source distributed transaction
solution that delivers high performance and easy to use distributed transaction
services under a microservices architecture."
},
"homepage.footerDocTitle": {
"message": "Documentation"
@@ -364,7 +364,7 @@
"message": "Create a brilliant "
},
"homepage.briefIntroduction": {
- "message": "Apache Seata™ is an open source distributed transaction
solution that delivers high performance and easy to use distributed transaction
services under a microservices architecture."
+ "message": "Apache Seata is an open source distributed transaction
solution that delivers high performance and easy to use distributed transaction
services under a microservices architecture."
},
"homepage.quickstartButton": {
"message": "Get Started"
@@ -433,7 +433,7 @@
"message": "Who is using"
},
"users.userTitleAfter": {
- "message": " Apache Seata™"
+ "message": " Apache Seata"
},
"users.wantToAppear": {
"message": "Want to appear on this page?"
diff --git a/i18n/zh-cn/code.json b/i18n/zh-cn/code.json
index ae7fcc9443..d126e021cb 100644
--- a/i18n/zh-cn/code.json
+++ b/i18n/zh-cn/code.json
@@ -274,7 +274,7 @@
"message": "愿景"
},
"homepage.footerVersionContent": {
- "message": "Apache Seata™ 是一款开源的分布式事务解决方案,致力于在微服务架构下提供高性能和简单易用的分布式事务服务。"
+ "message": "Apache Seata 是一款开源的分布式事务解决方案,致力于在微服务架构下提供高性能和简单易用的分布式事务服务。"
},
"homepage.footerDocTitle": {
"message": "文档"
@@ -361,7 +361,7 @@
"message": "创建一个"
},
"homepage.briefIntroduction": {
- "message": "Apache Seata™ 是一款开源的分布式事务解决方案,致力于在微服务架构下提供高性能和简单易用的分布式事务服务。"
+ "message": "Apache Seata 是一款开源的分布式事务解决方案,致力于在微服务架构下提供高性能和简单易用的分布式事务服务。"
},
"homepage.quickstartButton": {
"message": "快速入门"
@@ -436,7 +436,7 @@
"message": "谁在使用"
},
"users.userTitleAfter": {
- "message": " Apache Seata™"
+ "message": " Apache Seata"
},
"users.wantToAppear": {
"message": "希望出现在此页?"
diff --git a/src/pages/home/top/index.tsx b/src/pages/home/top/index.tsx
index cb616bcc2a..0b68fc7e93 100644
--- a/src/pages/home/top/index.tsx
+++ b/src/pages/home/top/index.tsx
@@ -5,7 +5,7 @@ import { Button, ButtonType } from '../../../components';
import './index.scss';
const topData = {
- brandName: 'Apache Seata™',
+ brandName: 'Apache Seata',
briefIntroduction: translate({
id: 'homepage.briefIntroduction',
}),
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]