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 477f3ab  Merge API docs with gerneal docs in navbar
477f3ab is described below

commit 477f3ab44815ff2aa1f53fc1526dcc0049c5e8b3
Author: Mingshen Sun <[email protected]>
AuthorDate: Wed Mar 24 14:03:16 2021 -0700

    Merge API docs with gerneal docs in navbar
---
 site/.vuepress/config.js                         | 20 ++++++++++----------
 site/.vuepress/theme/components/DropdownLink.vue |  2 +-
 2 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/site/.vuepress/config.js b/site/.vuepress/config.js
index 67a8170..4724a0e 100644
--- a/site/.vuepress/config.js
+++ b/site/.vuepress/config.js
@@ -26,20 +26,20 @@ module.exports = {
                     { text: 'Teaclave', link: '/docs/' },
                     { text: 'Teaclave SGX SDK', link: '/sgx-sdk-docs/' },
                     { text: 'Teaclave TrustZone SDK', link: 
'/trustzone-sdk-docs/' },
+                    {
+                        text: 'APIS',
+                        items: [
+                            { text: 'Teaclave Client SDK (Rust)', link: 
'https://teaclave.apache.org/api-docs/client-sdk-rust/', target: '_self', rel: 
'' },
+                            { text: 'Teaclave Client SDK (Python)', link: 
'https://teaclave.apache.org/api-docs/client-sdk-python/', target: '_self', 
rel: '' },
+                            { text: 'Teaclave SGX SDK', link: 
'https://teaclave.apache.org/api-docs/sgx-sdk/', target: '_self', rel: '' },
+                            { text: 'Crates in Teaclave (Enclave)', link: 
'https://teaclave.apache.org/api-docs/crates-enclave/', target: '_self', rel: 
'' },
+                            { text: 'Crates in Teaclave (App)', link: 
'https://teaclave.apache.org/api-docs/crates-app/', target: '_self', rel: '' },
+                        ]
+                    },
                 ]
             },
             { text: 'BLOG', link: '/blog/' },
             {
-                text: 'APIS',
-                items: [
-                    { text: 'Teaclave Client SDK (Rust)', link: 
'https://teaclave.apache.org/api-docs/client-sdk-rust/', target: '_self', rel: 
'' },
-                    { text: 'Teaclave Client SDK (Python)', link: 
'https://teaclave.apache.org/api-docs/client-sdk-python/', target: '_self', 
rel: '' },
-                    { text: 'Teaclave SGX SDK', link: 
'https://teaclave.apache.org/api-docs/sgx-sdk/', target: '_self', rel: '' },
-                    { text: 'Crates in Teaclave (Enclave)', link: 
'https://teaclave.apache.org/api-docs/crates-enclave/', target: '_self', rel: 
'' },
-                    { text: 'Crates in Teaclave (App)', link: 
'https://teaclave.apache.org/api-docs/crates-app/', target: '_self', rel: '' },
-                ]
-            },
-            {
                 text: 'REPOS',
                 link: 'https://github.com/apache/incubator-teaclave',
                 items: [
diff --git a/site/.vuepress/theme/components/DropdownLink.vue 
b/site/.vuepress/theme/components/DropdownLink.vue
index f06c67a..de7fa66 100644
--- a/site/.vuepress/theme/components/DropdownLink.vue
+++ b/site/.vuepress/theme/components/DropdownLink.vue
@@ -146,7 +146,7 @@ export default {
       h4
         margin 0.45rem 0 0
         border-top 1px solid #eee
-        padding 0.45rem 1.5rem 0 1.25rem
+        padding 0.45rem 1.5rem 0.45rem 1.25rem
       .dropdown-subitem-wrapper
         padding 0
         list-style none

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

Reply via email to