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 7c11871  Update navigation bar
7c11871 is described below

commit 7c11871ce73df9a10fc050897a9eaf0568600e4c
Author: Mingshen Sun <[email protected]>
AuthorDate: Tue Jun 2 18:08:13 2020 -0700

    Update navigation bar
---
 site/.vuepress/config.js | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/site/.vuepress/config.js b/site/.vuepress/config.js
index 84895c5..6273ef4 100644
--- a/site/.vuepress/config.js
+++ b/site/.vuepress/config.js
@@ -36,11 +36,16 @@ module.exports = {
         ],
         sidebar: [
             {
-                title: 'Documentation',
-                path: '/docs/my-first-function/',
+                title: 'Try Teaclave',
                 collapsable: false,
                 children: [
                     '/teaclave/docs/my-first-function',
+                ],
+            },
+            {
+                title: 'Design',
+                collapsable: false,
+                children: [
                     '/teaclave/docs/threat-model',
                     '/teaclave/docs/rust-guideline',
                     '/teaclave/docs/mutual-attestation',
@@ -50,7 +55,6 @@ module.exports = {
             },
             {
                 title: 'Codebase',
-                path: '/services/',
                 collapsable: false,
                 children: [
                     '/teaclave/attestation/',


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

Reply via email to