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 bdf358945a53e4bea4045911c6b0b0d40a197fa9 Author: Mingshen Sun <[email protected]> AuthorDate: Mon Jun 29 18:53:16 2020 -0700 Update sidebar --- site/.vuepress/config.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/site/.vuepress/config.js b/site/.vuepress/config.js index 06ee52d..6349f61 100644 --- a/site/.vuepress/config.js +++ b/site/.vuepress/config.js @@ -51,6 +51,7 @@ module.exports = { sidebarDepth: 0, children: [ '/teaclave/docs/my-first-function', + '/teaclave/docs/functions-in-python', '/teaclave/docs/builtin-functions', ], }, @@ -80,8 +81,11 @@ module.exports = { sidebarDepth: 0, children: [ '/teaclave/attestation/', + '/teaclave/binder/', '/teaclave/cli/', + '/teaclave/common/', '/teaclave/config/', + '/teaclave/crypto/', '/teaclave/dcap/', '/teaclave/docker/', '/teaclave/examples/', @@ -95,6 +99,7 @@ module.exports = { '/teaclave/services/', '/teaclave/tests/', '/teaclave/third_party/', + '/teaclave/types/', '/teaclave/worker/', ], }, --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
