This is an automated email from the ASF dual-hosted git repository. zfc pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-trustzone-sdk.git
commit 81ac1437883e8f91ada751c89b686a853b4d3864 Author: Zhaofeng Chen <[email protected]> AuthorDate: Thu Jul 17 03:39:59 2025 +0000 docs: index all md in docs --- README.md | 2 +- docs/README.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 52fa103..2c81ae8 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ also necessary. For detailed instructions on customizing your build environment please refer to the [Advanced Setup Documentation](docs/advanced-setup.md). For other tips regarding the support Rust Examples, TA debugging, expanding -secure memory please refer to the [docs/ directory](docs/README.md). +secure memory, please refer to the [docs/ directory](docs/README.md). ## Publication diff --git a/docs/README.md b/docs/README.md index 00f3f2a..af955f0 100644 --- a/docs/README.md +++ b/docs/README.md @@ -11,3 +11,6 @@ permalink: /trustzone-sdk-docs * [Expanding TA Secure Memory on QEMUv8](expanding-ta-secure-memory-on-qemuv8.md) * [Building Rust CA as Android ELF](building-rust-ca-as-android-elf.md) * [Writing Rust TAs using optee-utee-build](writing-rust-tas-using-optee-utee-build.md) +* [Advanced Setup](advanced-setup.md) +* [TA Development Modes](ta-development-modes.md) +* [Migrating to New Building Environment](migrating-to-new-building-env.md) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
