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 daaaca2 Update navigation bar
daaaca2 is described below
commit daaaca2bff461c53cc5e38d4c74587f4c598470b
Author: Mingshen Sun <[email protected]>
AuthorDate: Mon Jun 15 19:55:03 2020 -0700
Update navigation bar
---
site/.vuepress/config.js | 15 +++++++++++++--
1 file changed, 13 insertions(+), 2 deletions(-)
diff --git a/site/.vuepress/config.js b/site/.vuepress/config.js
index 76fba4b..a3ef527 100644
--- a/site/.vuepress/config.js
+++ b/site/.vuepress/config.js
@@ -44,8 +44,9 @@ module.exports = {
],
sidebar: [
{
- title: 'Try Teaclave',
+ title: 'Try',
collapsable: false,
+ sidebarDepth: 0,
children: [
'/teaclave/docs/my-first-function',
'/teaclave/docs/builtin-functions',
@@ -54,17 +55,27 @@ module.exports = {
{
title: 'Design',
collapsable: false,
+ sidebarDepth: 0,
children: [
'/teaclave/docs/threat-model',
- '/teaclave/docs/rust-guideline',
'/teaclave/docs/mutual-attestation',
'/teaclave/docs/access-control',
'/teaclave/docs/build-system',
],
},
{
+ title: 'Contribute',
+ collapsable: false,
+ sidebarDepth: 0,
+ children: [
+ '/teaclave/docs/development-tips',
+ '/teaclave/docs/rust-guideline',
+ ],
+ },
+ {
title: 'Codebase',
collapsable: false,
+ sidebarDepth: 0,
children: [
'/teaclave/attestation/',
'/teaclave/cli/',
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]