This is an automated email from the ASF dual-hosted git repository.

wangweipeng 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 c31418b6 chore: fix like style  (#259)
c31418b6 is described below

commit c31418b65eb36729c6f91a7dabb9dcef5c25ff84
Author: weipeng <[email protected]>
AuthorDate: Sun Jun 8 13:37:00 2025 +0800

    chore: fix like style  (#259)
    
    1. The color of the link is the same as the text,we can't distinguish
    which was able to click.
    2. Some links point to error addresse, fix them.
    
    Close #254
---
 docs/community/how_to_join_community.md                             | 2 +-
 .../current/community/how_to_join_community.md                      | 2 +-
 .../version-0.10/community/how_to_join_community.md                 | 2 +-
 src/pages/home/css/tailwind.css                                     | 6 ------
 versioned_docs/version-0.10/community/how_to_join_community.md      | 2 +-
 5 files changed, 4 insertions(+), 10 deletions(-)

diff --git a/docs/community/how_to_join_community.md 
b/docs/community/how_to_join_community.md
index 44f976ff..a3ae4c8a 100644
--- a/docs/community/how_to_join_community.md
+++ b/docs/community/how_to_join_community.md
@@ -10,7 +10,7 @@ First of all, kudos to you for choosing to join the open 
source contribution ran
 
 The Fory team usually conducts development and issue maintenance on GitHub. 
Please open the [GitHub website](https://github.com/), click the `Sign up` 
button in the upper right corner, register your own account, and take the first 
step of your open source journey.
 
-In the [Fory repository](https://github.com/apache/fory), we have a 
[guide](https://fory.apache.org/zh-CN/docs/docs/community/) for all open source 
contributors, introducing contents such as version management and branch 
management. **Please take a few minutes to read and understand it**.
+In the [Fory repository](https://github.com/apache/fory), we have a 
[guide](https://fory.apache.org/zh-CN/docs/community/) for all open source 
contributors, introducing contents such as version management and branch 
management. **Please take a few minutes to read and understand it**.
 
 ## Your First Pull Request
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/community/how_to_join_community.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/community/how_to_join_community.md
index b347c6ca..03104471 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/community/how_to_join_community.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/community/how_to_join_community.md
@@ -10,7 +10,7 @@ id: how_to_join_community
 
 Fory 团队通常在 github 上进行开发和 issue 维护,请打开 [Github 网站](https://github.com/),点击右上角 
`Sign up` 按钮,注册一个自己的账号,开启你开源之旅的第一步。
 
-在 
[Fory仓库](https://github.com/apache/fory)中,我们有一份面向所有开源贡献者的[指南](https://fory.apache.org/zh-CN/docs/docs/community/),介绍了有关版本管理、分支管理等内容,**请花几分钟时间阅读了解一下**。
+在 
[Fory仓库](https://github.com/apache/fory)中,我们有一份面向所有开源贡献者的[指南](https://fory.apache.org/zh-CN/docs/community/),介绍了有关版本管理、分支管理等内容,**请花几分钟时间阅读了解一下**。
 
 ## 你的第一个 Pull Request
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.10/community/how_to_join_community.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.10/community/how_to_join_community.md
index 78cf2ec7..8203570f 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.10/community/how_to_join_community.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.10/community/how_to_join_community.md
@@ -10,7 +10,7 @@ id: how_to_join_community
 
 Fury 团队通常在 github 上进行开发和 issue 维护,请打开 [Github 网站](https://github.com/),点击右上角 
`Sign up` 按钮,注册一个自己的账号,开启你开源之旅的第一步。
 
-在 
[Fury仓库](https://github.com/apache/fury)中,我们有一份面向所有开源贡献者的[指南](https://fury.apache.org/zh-CN/docs/docs/community/),介绍了有关版本管理、分支管理等内容,**请花几分钟时间阅读了解一下**。
+在 
[Fury仓库](https://github.com/apache/fury)中,我们有一份面向所有开源贡献者的[指南](https://fury.apache.org/zh-CN/docs/community/),介绍了有关版本管理、分支管理等内容,**请花几分钟时间阅读了解一下**。
 
 ## 你的第一个 Pull Request
 
diff --git a/src/pages/home/css/tailwind.css b/src/pages/home/css/tailwind.css
index 8d95faf4..d25c2e72 100644
--- a/src/pages/home/css/tailwind.css
+++ b/src/pages/home/css/tailwind.css
@@ -33,12 +33,6 @@ body {
   line-height: 1.5;
 }
 
-/* 重置链接样式 */
-a {
-  color: inherit;
-  text-decoration: inherit;
-}
-
 /* 重置按钮样式 */
 button {
   background-color: transparent;
diff --git a/versioned_docs/version-0.10/community/how_to_join_community.md 
b/versioned_docs/version-0.10/community/how_to_join_community.md
index 6fbe7a7e..d41c2e71 100644
--- a/versioned_docs/version-0.10/community/how_to_join_community.md
+++ b/versioned_docs/version-0.10/community/how_to_join_community.md
@@ -10,7 +10,7 @@ First of all, kudos to you for choosing to join the open 
source contribution ran
 
 The Fury team usually conducts development and issue maintenance on GitHub. 
Please open the [GitHub website](https://github.com/), click the `Sign up` 
button in the upper right corner, register your own account, and take the first 
step of your open source journey.
 
-In the [Fury repository](https://github.com/apache/fury), we have a 
[guide](https://fury.apache.org/zh-CN/docs/docs/community/) for all open source 
contributors, introducing contents such as version management and branch 
management. **Please take a few minutes to read and understand it**.
+In the [Fury repository](https://github.com/apache/fury), we have a 
[guide](https://fury.apache.org/zh-CN/docs/community/) for all open source 
contributors, introducing contents such as version management and branch 
management. **Please take a few minutes to read and understand it**.
 
 ## Your First Pull Request
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to