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

mssun 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 333f5e2  Add Teaclave TrustZone SDK (Host) api docs
333f5e2 is described below

commit 333f5e214c0dc2d759edec9a351bb14751befca3
Author: Mingshen Sun <[email protected]>
AuthorDate: Mon Oct 11 17:31:47 2021 -0700

    Add Teaclave TrustZone SDK (Host) api docs
---
 site/.vuepress/config.js | 1 +
 site/Makefile            | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/site/.vuepress/config.js b/site/.vuepress/config.js
index 0f2282b..825586f 100644
--- a/site/.vuepress/config.js
+++ b/site/.vuepress/config.js
@@ -41,6 +41,7 @@ module.exports = {
                             { text: 'Teaclave Client SDK (Rust)', link: 
'https://teaclave.apache.org/api-docs/client-sdk-rust/', target: '_self', rel: 
'' },
                             { text: 'Teaclave Client SDK (Python)', link: 
'https://teaclave.apache.org/api-docs/client-sdk-python/', target: '_self', 
rel: '' },
                             { text: 'Teaclave SGX SDK', link: 
'https://teaclave.apache.org/api-docs/sgx-sdk/', target: '_self', rel: '' },
+                            { text: 'Teaclave TrustZone SDK (Host)', link: 
'https://teaclave.apache.org/api-docs/trustzone-sdk/optee-teec', target: 
'_self', rel: '' },
                             { text: 'Teaclave TrustZone SDK (TA)', link: 
'https://teaclave.apache.org/api-docs/trustzone-sdk/optee-utee', target: 
'_self', rel: '' },
                             { text: 'Crates in Teaclave (Enclave)', link: 
'https://teaclave.apache.org/api-docs/crates-enclave/', target: '_self', rel: 
'' },
                             { text: 'Crates in Teaclave (App)', link: 
'https://teaclave.apache.org/api-docs/crates-app/', target: '_self', rel: '' },
diff --git a/site/Makefile b/site/Makefile
index e2abb23..93f7141 100644
--- a/site/Makefile
+++ b/site/Makefile
@@ -14,9 +14,12 @@ sgx-sdk-api-docs: teaclave-docs
 trustzone-sdk-api-docs: teaclave-docs
        cd teaclave-trustzone-sdk && ./setup.sh
        bash -c "cd teaclave-trustzone-sdk && source environment && cd 
optee-utee && xargo doc --target aarch64-unknown-optee-trustzone"
+       bash -c "cd teaclave-trustzone-sdk && source environment && cd 
optee-teec && cargo doc --target aarch64-unknown-linux-gnu"
        mkdir -p .vuepress/dist/api-docs/trustzone-sdk
        cp -r 
teaclave-trustzone-sdk/optee-utee/target/aarch64-unknown-optee-trustzone/doc 
.vuepress/dist/api-docs/trustzone-sdk/optee-utee
+       cp -r 
teaclave-trustzone-sdk/optee-teec/target/aarch64-unknown-linux-gnu/doc 
.vuepress/dist/api-docs/trustzone-sdk/optee-teec
        @echo "<meta http-equiv=refresh content=0;url=`echo optee_utee | cut -d 
'/' -f 2`/index.html>" > 
.vuepress/dist/api-docs/trustzone-sdk/optee-utee/index.html
+       @echo "<meta http-equiv=refresh content=0;url=`echo optee_teec | cut -d 
'/' -f 2`/index.html>" > 
.vuepress/dist/api-docs/trustzone-sdk/optee-teec/index.html
 
 client-sdk-python-docs: teaclave-docs
        pdoc teaclave/sdk/python/teaclave.py -o 
.vuepress/dist/api-docs/client-sdk-python

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

Reply via email to