You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@teaclave.apache.org by ms...@apache.org on 2020/10/27 20:51:46 UTC

[incubator-teaclave-website] branch master updated: Fix side bar issue

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 <bo...@mssun.me>
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: commits-unsubscribe@teaclave.apache.org
For additional commands, e-mail: commits-help@teaclave.apache.org