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/fory-site.git
The following commit(s) were added to refs/heads/main by this push:
new e5acdea78 fix more trademark issue (#314)
e5acdea78 is described below
commit e5acdea787c346ff62e12672b7c438dc1e7e8833
Author: Shawn Yang <[email protected]>
AuthorDate: Mon Sep 8 15:46:46 2025 +0800
fix more trademark issue (#314)
---
docs/community/how_to_join_community.md | 2 +-
docs/guide/scala_guide.md | 2 +-
.../current/docs/start/install.md | 2 +-
.../version-0.11/docs/start/install.md | 2 +-
.../version-0.11/guide/scala_guide.md | 4 ++--
.../version-0.12/docs/start/install.md | 2 +-
.../version-0.11/community/how_to_join_community.md | 2 +-
versioned_docs/version-0.11/docs/guide/scala_guide.md | 4 ++--
versioned_docs/version-0.11/docs/start/install.md | 14 +++++++-------
versioned_docs/version-0.11/guide/scala_guide.md | 4 ++--
versioned_docs/version-0.12/community/community.md | 4 ++--
.../version-0.12/community/how_to_join_community.md | 2 +-
versioned_docs/version-0.12/docs/guide/scala_guide.md | 2 +-
versioned_docs/version-0.12/docs/start/install.md | 12 ++++++------
versioned_docs/version-0.12/guide/scala_guide.md | 2 +-
15 files changed, 30 insertions(+), 30 deletions(-)
diff --git a/docs/community/how_to_join_community.md
b/docs/community/how_to_join_community.md
index aa9c64a69..08afa8f35 100644
--- a/docs/community/how_to_join_community.md
+++ b/docs/community/how_to_join_community.md
@@ -1,5 +1,5 @@
---
-title: How to join Fory
+title: How to join Apache Fory™
sidebar_position: 0
id: how_to_join_community
---
diff --git a/docs/guide/scala_guide.md b/docs/guide/scala_guide.md
index bd84a2e88..81eb6b69f 100644
--- a/docs/guide/scala_guide.md
+++ b/docs/guide/scala_guide.md
@@ -31,7 +31,7 @@ Scala 2 and 3 are both supported.
## Install
-To add a dependency on Fory scala for with sbt, use the following:
+To add a dependency on Apache Fory™scala for with sbt, use the following:
```sbt
libraryDependencies += "org.apache.fory" %% "fory-scala" % "0.12.2"
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/docs/start/install.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/docs/start/install.md
index ce64ee646..d25992769 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/docs/start/install.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/docs/start/install.md
@@ -60,7 +60,7 @@ libraryDependencies += "org.apache.fory" % "fory-scala_3" %
"0.12.2"
## Apache Fory™ Kotlin 安装
-To add a dependency on Fory kotlin with maven, use the following:
+To add a dependency on Apache Fory™kotlin with maven, use the following:
```xml
<dependency>
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.11/docs/start/install.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.11/docs/start/install.md
index d746d5f6b..dd08266d2 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.11/docs/start/install.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.11/docs/start/install.md
@@ -60,7 +60,7 @@ libraryDependencies += "org.apache.fory" % "fory-scala_3" %
"0.11.2"
## Fory Kotlin 安装
-To add a dependency on Fory kotlin with maven, use the following:
+To add a dependency on Apache Fory™kotlin with maven, use the following:
```xml
<dependency>
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.11/guide/scala_guide.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.11/guide/scala_guide.md
index cf778da06..9338f06cb 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.11/guide/scala_guide.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.11/guide/scala_guide.md
@@ -31,13 +31,13 @@ Scala 2 and 3 are both supported.
## Install
-To add a dependency on Fory scala for scala 2 with sbt, use the following:
+To add a dependency on Apache Fory™scala for scala 2 with sbt, use the
following:
```sbt
libraryDependencies += "org.apache.fory" % "fory-scala_2.13" % "0.11.2"
```
-To add a dependency on Fory scala for scala 3 with sbt, use the following:
+To add a dependency on Apache Fory™scala for scala 3 with sbt, use the
following:
```sbt
libraryDependencies += "org.apache.fory" % "fory-scala_3" % "0.11.2"
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.12/docs/start/install.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.12/docs/start/install.md
index 5e728f265..56d27eb06 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.12/docs/start/install.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.12/docs/start/install.md
@@ -60,7 +60,7 @@ libraryDependencies += "org.apache.fory" % "fory-scala_3" %
"0.12.2"
## Fory Kotlin 安装
-To add a dependency on Fory kotlin with maven, use the following:
+To add a dependency on Apache Fory™kotlin with maven, use the following:
```xml
<dependency>
diff --git a/versioned_docs/version-0.11/community/how_to_join_community.md
b/versioned_docs/version-0.11/community/how_to_join_community.md
index 7be0f6865..f4094dbf7 100644
--- a/versioned_docs/version-0.11/community/how_to_join_community.md
+++ b/versioned_docs/version-0.11/community/how_to_join_community.md
@@ -1,5 +1,5 @@
---
-title: How to join Fory
+title: How to join Apache Fory™
sidebar_position: 0
id: how_to_join_community
---
diff --git a/versioned_docs/version-0.11/docs/guide/scala_guide.md
b/versioned_docs/version-0.11/docs/guide/scala_guide.md
index cf778da06..9338f06cb 100644
--- a/versioned_docs/version-0.11/docs/guide/scala_guide.md
+++ b/versioned_docs/version-0.11/docs/guide/scala_guide.md
@@ -31,13 +31,13 @@ Scala 2 and 3 are both supported.
## Install
-To add a dependency on Fory scala for scala 2 with sbt, use the following:
+To add a dependency on Apache Fory™scala for scala 2 with sbt, use the
following:
```sbt
libraryDependencies += "org.apache.fory" % "fory-scala_2.13" % "0.11.2"
```
-To add a dependency on Fory scala for scala 3 with sbt, use the following:
+To add a dependency on Apache Fory™scala for scala 3 with sbt, use the
following:
```sbt
libraryDependencies += "org.apache.fory" % "fory-scala_3" % "0.11.2"
diff --git a/versioned_docs/version-0.11/docs/start/install.md
b/versioned_docs/version-0.11/docs/start/install.md
index 01fb342ab..8302b6e85 100644
--- a/versioned_docs/version-0.11/docs/start/install.md
+++ b/versioned_docs/version-0.11/docs/start/install.md
@@ -10,7 +10,7 @@ For source download, please see Fory
[download](https://fory.apache.org/download
## Java
-To add a dependency on Fory using Maven, use the following:
+To add a dependency on Apache Fory™ using Maven, use the following:
```xml
<dependency>
@@ -28,7 +28,7 @@ To add a dependency on Fory using Maven, use the following:
## Scala
-To add a dependency on Fory scala for scala 2.13 with maven, use the following:
+To add a dependency on Apache Fory™scala for scala 2.13 with maven, use the
following:
```xml
<dependency>
@@ -38,7 +38,7 @@ To add a dependency on Fory scala for scala 2.13 with maven,
use the following:
</dependency>
```
-To add a dependency on Fory scala for scala 3 with maven, use the following:
+To add a dependency on Apache Fory™scala for scala 3 with maven, use the
following:
```xml
<dependency>
@@ -48,13 +48,13 @@ To add a dependency on Fory scala for scala 3 with maven,
use the following:
</dependency>
```
-To add a dependency on Fory scala for scala 2.13 with sbt, use the following:
+To add a dependency on Apache Fory™scala for scala 2.13 with sbt, use the
following:
```sbt
libraryDependencies += "org.apache.fory" % "fory-scala_2.13" % "0.11.2"
```
-To add a dependency on Fory scala for scala 3 with sbt, use the following:
+To add a dependency on Apache Fory™scala for scala 3 with sbt, use the
following:
```sbt
libraryDependencies += "org.apache.fory" % "fory-scala_3" % "0.11.2"
@@ -62,7 +62,7 @@ libraryDependencies += "org.apache.fory" % "fory-scala_3" %
"0.11.2"
## Kotlin
-To add a dependency on Fory kotlin with maven, use the following:
+To add a dependency on Apache Fory™kotlin with maven, use the following:
```xml
<dependency>
@@ -74,4 +74,4 @@ To add a dependency on Fory kotlin with maven, use the
following:
## JavaScript
-Apache Fory is NOT yet available on npm, please install from source code now.
+Apache Fory™ is NOT yet available on npm, please install from source code now.
diff --git a/versioned_docs/version-0.11/guide/scala_guide.md
b/versioned_docs/version-0.11/guide/scala_guide.md
index cf778da06..9338f06cb 100644
--- a/versioned_docs/version-0.11/guide/scala_guide.md
+++ b/versioned_docs/version-0.11/guide/scala_guide.md
@@ -31,13 +31,13 @@ Scala 2 and 3 are both supported.
## Install
-To add a dependency on Fory scala for scala 2 with sbt, use the following:
+To add a dependency on Apache Fory™scala for scala 2 with sbt, use the
following:
```sbt
libraryDependencies += "org.apache.fory" % "fory-scala_2.13" % "0.11.2"
```
-To add a dependency on Fory scala for scala 3 with sbt, use the following:
+To add a dependency on Apache Fory™scala for scala 3 with sbt, use the
following:
```sbt
libraryDependencies += "org.apache.fory" % "fory-scala_3" % "0.11.2"
diff --git a/versioned_docs/version-0.12/community/community.md
b/versioned_docs/version-0.12/community/community.md
index b8432ccc7..a866cc6a2 100644
--- a/versioned_docs/version-0.12/community/community.md
+++ b/versioned_docs/version-0.12/community/community.md
@@ -4,7 +4,7 @@ sidebar_position: 0
id: community
---
-Apache Fory is a volunteer project and it thrives on the contributions of its
community.
+Apache Fory™ is a volunteer project and it thrives on the contributions of its
community.
We invite you to participate as much or as little as you wish. Here are
several ways to contribute:
- Use our project and share feedback.
@@ -75,7 +75,7 @@ To report a bug:
### Reporting a Vulnerability
-Apache Fory is a project of the [Apache Software
Foundation](https://apache.org/) and follows the [ASF vulnerability handling
process](https://apache.org/security/#vulnerability-handling).
+Apache Fory™ is a project of the [Apache Software
Foundation](https://apache.org/) and follows the [ASF vulnerability handling
process](https://apache.org/security/#vulnerability-handling).
To report a new vulnerability you have discovered please follow the [ASF
vulnerability reporting
process](https://apache.org/security/#reporting-a-vulnerability), which
explains how to send us details privately.
diff --git a/versioned_docs/version-0.12/community/how_to_join_community.md
b/versioned_docs/version-0.12/community/how_to_join_community.md
index 7be0f6865..f4094dbf7 100644
--- a/versioned_docs/version-0.12/community/how_to_join_community.md
+++ b/versioned_docs/version-0.12/community/how_to_join_community.md
@@ -1,5 +1,5 @@
---
-title: How to join Fory
+title: How to join Apache Fory™
sidebar_position: 0
id: how_to_join_community
---
diff --git a/versioned_docs/version-0.12/docs/guide/scala_guide.md
b/versioned_docs/version-0.12/docs/guide/scala_guide.md
index 563e1e65d..56b3c52d6 100644
--- a/versioned_docs/version-0.12/docs/guide/scala_guide.md
+++ b/versioned_docs/version-0.12/docs/guide/scala_guide.md
@@ -31,7 +31,7 @@ Scala 2 and 3 are both supported.
## Install
-To add a dependency on Fory scala for with sbt, use the following:
+To add a dependency on Apache Fory™scala for with sbt, use the following:
```sbt
libraryDependencies += "org.apache.fory" %% "fory-scala" % "0.12.0"
diff --git a/versioned_docs/version-0.12/docs/start/install.md
b/versioned_docs/version-0.12/docs/start/install.md
index 58c141a91..604a4e97a 100644
--- a/versioned_docs/version-0.12/docs/start/install.md
+++ b/versioned_docs/version-0.12/docs/start/install.md
@@ -10,7 +10,7 @@ For source download, please see Fory
[download](https://fory.apache.org/download
## Java
-To add a dependency on Fory using Maven, use the following:
+To add a dependency on Apache Fory™ using Maven, use the following:
```xml
<dependency>
@@ -28,7 +28,7 @@ To add a dependency on Fory using Maven, use the following:
## Scala
-To add a dependency on Fory scala for scala 2.13 with maven, use the following:
+To add a dependency on Apache Fory™scala for scala 2.13 with maven, use the
following:
```xml
<dependency>
@@ -38,7 +38,7 @@ To add a dependency on Fory scala for scala 2.13 with maven,
use the following:
</dependency>
```
-To add a dependency on Fory scala for scala 3 with maven, use the following:
+To add a dependency on Apache Fory™scala for scala 3 with maven, use the
following:
```xml
<dependency>
@@ -48,13 +48,13 @@ To add a dependency on Fory scala for scala 3 with maven,
use the following:
</dependency>
```
-To add a dependency on Fory scala for scala 2.13 with sbt, use the following:
+To add a dependency on Apache Fory™scala for scala 2.13 with sbt, use the
following:
```sbt
libraryDependencies += "org.apache.fory" % "fory-scala_2.13" % "0.12.2"
```
-To add a dependency on Fory scala for scala 3 with sbt, use the following:
+To add a dependency on Apache Fory™scala for scala 3 with sbt, use the
following:
```sbt
libraryDependencies += "org.apache.fory" % "fory-scala_3" % "0.12.2"
@@ -62,7 +62,7 @@ libraryDependencies += "org.apache.fory" % "fory-scala_3" %
"0.12.2"
## Kotlin
-To add a dependency on Fory kotlin with maven, use the following:
+To add a dependency on Apache Fory™kotlin with maven, use the following:
```xml
<dependency>
diff --git a/versioned_docs/version-0.12/guide/scala_guide.md
b/versioned_docs/version-0.12/guide/scala_guide.md
index 563e1e65d..56b3c52d6 100644
--- a/versioned_docs/version-0.12/guide/scala_guide.md
+++ b/versioned_docs/version-0.12/guide/scala_guide.md
@@ -31,7 +31,7 @@ Scala 2 and 3 are both supported.
## Install
-To add a dependency on Fory scala for with sbt, use the following:
+To add a dependency on Apache Fory™scala for with sbt, use the following:
```sbt
libraryDependencies += "org.apache.fory" %% "fory-scala" % "0.12.0"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]