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

zfc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-website.git

commit 73105149ac17b719c73d5aa4181b43ba84f17e8f
Author: Zhaofeng Chen <[email protected]>
AuthorDate: Tue Jul 29 10:18:13 2025 +0000

    docs: updpate contributing related page
---
 site/docs/community/contributing.md |  1 +
 site/docs/community/contributors.md |  6 ++++--
 site/docs/overview.md               | 16 +++++++++++++++-
 3 files changed, 20 insertions(+), 3 deletions(-)

diff --git a/site/docs/community/contributing.md 
b/site/docs/community/contributing.md
index 073df8fdb..43eed4b40 100644
--- a/site/docs/community/contributing.md
+++ b/site/docs/community/contributing.md
@@ -19,6 +19,7 @@ For source code contributions, please refer to the respective 
GitHub repositorie
 - [Teaclave SGX SDK](https://github.com/apache/incubator-teaclave-sgx-sdk)
 - [Teaclave TrustZone 
SDK](https://github.com/apache/incubator-teaclave-trustzone-sdk)
 - [Teaclave Java TEE 
SDK](https://github.com/apache/incubator-teaclave-java-tee-sdk)
+- [Teaclave Dependency 
Crates](https://github.com/apache/incubator-teaclave-crates)
 - [Teaclave Website](https://github.com/apache/incubator-teaclave-website)
 
 Please open a pull request to the relevant repository with a clear explanation 
of 
diff --git a/site/docs/community/contributors.md 
b/site/docs/community/contributors.md
index 10f788abc..e5701282b 100644
--- a/site/docs/community/contributors.md
+++ b/site/docs/community/contributors.md
@@ -26,6 +26,8 @@ following mentors.
 | Matt Sicker   | mattsicker  | jvz                                            
     |
 | Zhijie Shen   | zjshen      | zjshen14                                       
     |
 | Xuanwo        | xuanwo      | xuanwo                                         
     |
+| Zili Chen     | tison       | tisonkun                                       
     |
+| Willem Jiang  | ningjiang   | willemjiang                                    
     |
 
 ## Podling Project Management Committee
 
@@ -41,6 +43,7 @@ oversight of Teaclave.
 | Pei Wang        | uraj            | [uraj](https://github.com/uraj)          
           | -                   |
 | Ran Duan        | rduan           | 
[volcano0dr](https://github.com/volcano0dr)         | `sgx-sdk`           |
 | Rundong Zhou    | rdzhou          | [rdzhou](https://github.com/rdzhou)      
           | -                   |
+| Shaojun Wang    | shaojunwang     | 
[superajun-wsj](https://github.com/superajun-wsj)   | `java-tee-sdk`      |
 | Tao Wei         | lenxwei         | -                                        
           | -                   |
 | Tongxin Li      | litongxin1991   | 
[litongxin1991](https://github.com/litongxin1991)   | -                   |
 | Yiming Jing     | yjing           | -                                        
           | -                   |
@@ -62,7 +65,6 @@ being active.
 | Qinkun Bao    | qinkun      | [qinkunbao](https://github.com/qinkunbao)      
   | `teaclave-faas`             |
 | Rong Fan      | fanrong     | [fanrong1992](https://github.com/fanrong1992)  
   | `trustzone-sdk`             |
 | Sanhong Li    | sanhongli   | -                                              
   | `java-tee-sdk`              |
-| Shaojun Wang  | shaojunwang | 
[superajun-wsj](https://github.com/superajun-wsj) | `java-tee-sdk`              
|
 | Zehui Chen    | ivila       | [ivila](https://github.com/ivila)              
   | `trustzone-sdk`             |
 | Ziyi Lin      | ziyilin     | [ziyilin](https://github.com/ziyilin)          
   | `java-tee-sdk`              |
 
@@ -71,7 +73,7 @@ being active.
 Teaclave is a community project and is very thankful for the many community
 contributions it receives.
 
-List of external contributors of Teaclave, Teaclave SGX SDK, Teaclave Java TEE
+Selected list of external contributors of Teaclave, Teaclave SGX SDK, Teaclave 
Java TEE
 SDK and Teaclave TrustZone SDK (in alphabetical order):
 
   - [Akhil Velagapudi](https://github.com/akhilles)
diff --git a/site/docs/overview.md b/site/docs/overview.md
index 8b7a92e18..84017d855 100644
--- a/site/docs/overview.md
+++ b/site/docs/overview.md
@@ -4,7 +4,7 @@ permalink: /overview
 
 # Teaclave: Empowering Memory-Safe Development for TEEs
 
-Welcome to the official website of Teaclave, an open-source initiative under 
the [Apache Incubator](https://incubator.apache.org/). Teaclave empowers 
developers to build memory-safe Trusted Applications across diverse 
confidential computing platforms**, including **Intel SGX** and **Arm 
TrustZone**.
+Welcome to the official website of Teaclave, an open-source initiative under 
the [Apache Incubator](https://incubator.apache.org/). Teaclave empowers 
developers to build memory-safe Trusted Applications across diverse 
confidential computing platforms, including Intel SGX and Arm TrustZone.
 
 Originally designed as a general-purpose secure computing framework, Teaclave 
has naturally evolved into a growing ecosystem of developer-friendly SDKs, 
enabling direct development of custom Trusted Applications. This evolution is 
driven by strong community adoption and contributions.
 
@@ -47,6 +47,20 @@ The SDK offers a complete SGX-compatible runtime and tooling 
suite, bridging the
 
 ---
 
+### 🔐 [Teaclave](https://github.com/apache/incubator-teaclave/)
+
+The main Teaclave repository serves as the central landing page and 
coordination hub for the entire Teaclave ecosystem. Originally hosting the 
Teaclave FaaS framework, this repository has evolved to focus on SDK showcases, 
project coordination, and ecosystem guidance as the community shifted toward 
direct SDK usage.
+
+This repository now provides project overview for the entire Teaclave 
ecosystem and showcases demonstrating real-world applications built with 
Teaclave SDKs in different scenarios.
+
+The repository maintains separate directories for TrustZone, SGX, and Crates 
ecosystems, each containing showcases and examples that demonstrate the 
capabilities of the respective SDKs. This structure makes it easy for 
developers to explore practical implementations across different TEE platforms.
+
+**📄 Quick Navigation Links**
+- [🚀 Teaclave TrustZone Ecosystem Showcase](/teaclave-docs/trustzone/)
+- [🚀 Teaclave SGX Ecosystem Showcase](/teaclave-docs/sgx/)
+
+---
+
 ### 🔐 [Teaclave FaaS 
(legacy)](https://github.com/apache/incubator-teaclave/tree/legacy)
 
 The original **Teaclave Function-as-a-Service (FaaS)** platform was designed 
as a **general-purpose secure computing framework** that enables users to 
execute private computations on confidential data using Intel SGX.


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

Reply via email to