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
The following commit(s) were added to refs/heads/master by this push:
new 97a72b75f api-docs: fix ref links
97a72b75f is described below
commit 97a72b75f402953b068eed8d32a9abd55cf5af97
Author: Zhaofeng Chen <[email protected]>
AuthorDate: Thu Jul 31 00:16:35 2025 +0000
api-docs: fix ref links
---
site/docs/overview.md | 6 +++---
site/docusaurus.config.js | 1 -
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/site/docs/overview.md b/site/docs/overview.md
index dd94a43fe..f2a12e0c4 100644
--- a/site/docs/overview.md
+++ b/site/docs/overview.md
@@ -26,8 +26,8 @@ This SDK adheres to the GlobalPlatform TEE specifications,
ensuring broad compat
**📄 Quick Navigation Links**
- [📘 Teaclave TrustZone Docs](/trustzone-sdk-docs)
-- [📚 API Doc For (Normal World) Host
Application](/api-docs/trustzone-sdk/optee_teec/)
-- [📚 API Doc For (Secure World) Trust
Application](/api-docs/trustzone-sdk/optee_utee/)
+- [📚 API Doc For (Normal World) Host
Application](https://teaclave.apache.org/api-docs/trustzone-sdk/optee_teec/)
+- [📚 API Doc For (Secure World) Trust
Application](https://teaclave.apache.org/api-docs/trustzone-sdk/optee_utee/)
- [🚀 Quick Start: TA Development on
QEMU](/trustzone-sdk-docs/emulate-and-dev-in-docker.md)
- [🚀 Overview of OP-TEE Rust
Examples](/trustzone-sdk-docs/overview-of-optee-rust-examples)
- [🔗 OP-TEE with Rust (using Teaclave TrustZone
SDK)](https://optee.readthedocs.io/en/latest/building/optee_with_rust.html)
@@ -43,7 +43,7 @@ The SDK offers a complete SGX-compatible runtime and tooling
suite, bridging the
**📄 Quick Navigation Links**
- [📘 Teaclave SGX Docs](/sgx-sdk-docs/)
-- [📚 SGX Enclave API Doc](/api-docs/sgx-sdk/)
+- [📚 SGX Enclave API Doc](https://teaclave.apache.org/api-docs/sgx-sdk/)
- [🚀 Setting up your SGX Development
Environment](/sgx-sdk-docs/environment-setup)
---
diff --git a/site/docusaurus.config.js b/site/docusaurus.config.js
index fd0ed65b6..af8b455a0 100644
--- a/site/docusaurus.config.js
+++ b/site/docusaurus.config.js
@@ -106,7 +106,6 @@ const config = {
routeBasePath: '/',
include: [
'*.md',
- 'api-docs/*.md',
'blog/*.md',
'community/*.md',
'teaclave-docs/**/*.md',
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]