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 4a3cb4e  Add rpc to nav
4a3cb4e is described below

commit 4a3cb4ea6e910c543261a99d2eab1efd65479598
Author: Mingshen Sun <[email protected]>
AuthorDate: Mon Jun 1 17:55:45 2020 -0700

    Add rpc to nav
---
 site/.vuepress/config.js | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/site/.vuepress/config.js b/site/.vuepress/config.js
index 785919c..ffdf0d6 100644
--- a/site/.vuepress/config.js
+++ b/site/.vuepress/config.js
@@ -53,17 +53,18 @@ module.exports = {
                 collapsable: false,
                 children: [
                     '/teaclave/attestation/',
-                    '/teaclave/services/',
-                    '/teaclave/worker/',
-                    '/teaclave/executor/',
-                    '/teaclave/function/',
+                    '/teaclave/cli/',
                     '/teaclave/config/',
                     '/teaclave/dcap/',
-                    '/teaclave/cli/',
-                    '/teaclave/keys/',
                     '/teaclave/docker/',
+                    '/teaclave/executor/',
+                    '/teaclave/function/',
+                    '/teaclave/keys/',
+                    '/teaclave/rpc/',
+                    '/teaclave/services/',
                     '/teaclave/tests/',
                     '/teaclave/third_party/',
+                    '/teaclave/worker/',
                 ],
             },
         ]


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

Reply via email to