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
commit 2ae3e5c1255e659d7099081ca031c16c620ad68f Author: Mingshen Sun <[email protected]> AuthorDate: Tue Mar 9 14:06:44 2021 -0800 Add link to Teacalve TrustZone SDK --- site/.vuepress/config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/site/.vuepress/config.js b/site/.vuepress/config.js index 92c973e..4cad87e 100644 --- a/site/.vuepress/config.js +++ b/site/.vuepress/config.js @@ -42,6 +42,7 @@ module.exports = { items: [ { text: 'Teaclave', link: 'https://github.com/apache/incubator-teaclave'}, { text: 'Teaclave SGX SDK', link: 'https://github.com/apache/incubator-teaclave-sgx-sdk'}, + { text: 'Teaclave TrustZone SDK', link: 'https://github.com/apache/incubator-teaclave-trustzone-sdk'}, { text: 'Teaclave Website', link: 'https://github.com/apache/incubator-teaclave-website'}, ] }, --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
