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 76db1f8  Fix side bar issue
76db1f8 is described below

commit 76db1f8df8d6c8023be674362b19bddf3afb474e
Author: Mingshen Sun <[email protected]>
AuthorDate: Tue Oct 27 13:47:41 2020 -0700

    Fix side bar issue
---
 site/.vuepress/config.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/site/.vuepress/config.js b/site/.vuepress/config.js
index 47a0667..eb3f3e6 100644
--- a/site/.vuepress/config.js
+++ b/site/.vuepress/config.js
@@ -55,7 +55,7 @@ module.exports = {
             }
         ],
         sidebar: {
-          '/teaclave/docs/':
+          '/teaclave/':
           [
               {
                   title: 'Try',
@@ -119,7 +119,7 @@ module.exports = {
                   ],
               },
           ],
-          '/teaclave-sgx-sdk/documents/': [
+          '/teaclave-sgx-sdk/': [
               {
                   title: 'Security',
                   collapsable: false,


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

Reply via email to