This is an automated email from the ASF dual-hosted git repository. chaokunyang pushed a commit to branch fix_broken_logo in repository https://gitbox.apache.org/repos/asf/fory-site.git
commit 0ecdff07602bbd358edf0a3651d36268cc99daae Author: chaokunyang <[email protected]> AuthorDate: Mon Jan 12 13:17:56 2026 +0800 fix logo --- docs/docs/introduction/introduction.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/docs/introduction/introduction.md b/docs/docs/introduction/introduction.md index bc7ef847a..deb3bdfd2 100644 --- a/docs/docs/introduction/introduction.md +++ b/docs/docs/introduction/introduction.md @@ -4,7 +4,10 @@ title: Introduction sidebar_position: 1 --- -<img width="65%" alt="Apache Fory logo" src="/img/navbar-logo.png"/> +<div class="themed-logo"> + <img width="65%" alt="Apache Fory logo" src="/img/fory-logo-dark.png" class="themed-logo-dark"/> + <img width="65%" alt="Apache Fory logo" src="/img/fory-logo-light.png" class="themed-logo-light"/> +</div> **Apache Fory™** is a blazingly-fast multi-language serialization framework powered by **JIT compilation**, **zero-copy** techniques, and **advanced code generation**, achieving up to **170x performance improvement** while maintaining simplicity and ease of use. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
