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 a1ced89716dd2c94b56768bd4b4e6c797bd4706e Author: Mingshen Sun <[email protected]> AuthorDate: Mon Oct 25 11:13:26 2021 -0700 Update sidebar --- site/.vuepress/config.js | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/site/.vuepress/config.js b/site/.vuepress/config.js index f1039ca..a1f7e3f 100644 --- a/site/.vuepress/config.js +++ b/site/.vuepress/config.js @@ -148,8 +148,20 @@ module.exports = { collapsable: false, sidebarDepth: 0, children: [ - '/teaclave-sgx-sdk/documents/developing-with-vscode', + '/teaclave-sgx-sdk/documents/environment-setup', '/teaclave-sgx-sdk/documents/is_x86_feature_detected-in-sgx-sdk', + '/teaclave-sgx-sdk/documents/developing-with-vscode', + '/teaclave-sgx-sdk/documents/debugging-a-local-rust-sgx-enclave-in-docker-with-sgx-gdb', + '/teaclave-sgx-sdk/documents/public-cloud-for-rust-sgx-development', + ], + }, + { + title: 'Tutorial', + collapsable: false, + sidebarDepth: 0, + children: [ + '/teaclave-sgx-sdk/documents/sgxtime', + '/teaclave-sgx-sdk/documents/performance-optimization-tips', ], }, { @@ -158,6 +170,7 @@ module.exports = { sidebarDepth: 0, children: [ '/teaclave-sgx-sdk/documents/everything-about-cve-2020-5499', + '/teaclave-sgx-sdk/documents/mitigation-of-intel-sa-00219-in-rust-sgx', ], }, ], --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
