You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@teaclave.apache.org by hs...@apache.org on 2023/06/15 06:08:42 UTC

[incubator-teaclave-website] branch master updated (36cfd74f4 -> fd8047a66)

This is an automated email from the ASF dual-hosted git repository.

hsun pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-website.git


    from 36cfd74f4 Add JavaEnclave Download link
     new 09ed7d594 Release teaclave 0.5.0
     new 665801fb9 Add privacy link
     new ddbe33c69 Remove externally hosted resources
     new 372807893 Update the name for ASF events link
     new 08bfe349b Add a simple logo
     new 88527976a Release 0.5.1
     new fd8047a66 Upload documents

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md                                  |   4 +-
 sgx-sdk-api-docs/Cargo.lock                | 125 +++++++++++++++++++----------
 sgx-sdk-api-docs/Cargo.toml                |   8 +-
 sgx-sdk-api-docs/rust-toolchain            |   2 +-
 site/.vuepress/config.js                   |  18 ++---
 site/.vuepress/public/assets/img/logo.svg  |  12 +++
 site/.vuepress/theme/components/Navbar.vue |   4 +-
 site/Makefile                              |  16 ++--
 site/download.md                           |   2 +-
 9 files changed, 120 insertions(+), 71 deletions(-)
 create mode 100644 site/.vuepress/public/assets/img/logo.svg


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@teaclave.apache.org
For additional commands, e-mail: commits-help@teaclave.apache.org


[incubator-teaclave-website] 01/07: Release teaclave 0.5.0

Posted by hs...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

hsun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-website.git

commit 09ed7d594b0d320c2b1551679cdc14eb77e1fcf0
Author: sunhe05 <su...@baidu.com>
AuthorDate: Mon Apr 3 06:20:37 2023 +0000

    Release teaclave 0.5.0
---
 site/.vuepress/config.js | 2 +-
 site/Makefile            | 2 +-
 site/download.md         | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/site/.vuepress/config.js b/site/.vuepress/config.js
index 4114762d0..76ef8b06d 100644
--- a/site/.vuepress/config.js
+++ b/site/.vuepress/config.js
@@ -150,7 +150,7 @@ module.exports = {
                       '/teaclave/services/',
                       '/teaclave/tests/',
                       '/teaclave/third_party/',
-                      '/teaclave/tool/',
+                      '/teaclave/tools/',
                       '/teaclave/types/',
                       '/teaclave/worker/',
                   ],
diff --git a/site/Makefile b/site/Makefile
index 80ddca913..635821601 100644
--- a/site/Makefile
+++ b/site/Makefile
@@ -27,7 +27,7 @@ client-sdk-python-docs: teaclave-docs
 
 client-sdk-rust-docs: teaclave-docs
 	(cd teaclave && git submodule update --init third_party/rust-sgx-sdk)
-	rustup default nightly-2020-10-25
+	rustup default nightly-2022-10-22
 	cargo doc --no-deps --manifest-path teaclave/sdk/rust/Cargo.toml
 	cp -r teaclave/sdk/rust/target/doc .vuepress/dist/api-docs/client-sdk-rust
 	@rm -rf teaclave/third_party/rust-sgx-sdk
diff --git a/site/download.md b/site/download.md
index 4fd545f4f..c0e0b0396 100644
--- a/site/download.md
+++ b/site/download.md
@@ -15,7 +15,7 @@ by following these
 
 | Version | Date | Source Code               | PGP/SHA | Link |
 |:-------:|:------------:|:-------------------------:|:-------:|:-------------:|
-| 0.4.0   | 2022-04-18   | [apache-teaclave-0.4.0-incubating.tar.gz](https://www.apache.org/dyn/closer.lua/incubator/teaclave/0.4.0/apache-teaclave-0.4.0-incubating.tar.gz)| [asc](https://downloads.apache.org/incubator/teaclave/0.4.0/apache-teaclave-0.4.0-incubating.tar.gz.asc), [sha512](https://downloads.apache.org/incubator/teaclave/0.4.0/apache-teaclave-0.4.0-incubating.tar.gz.sha512) | [notes](https://github.com/apache/incubator-teaclave/releases/tag/v0.4.0) |
+| 0.5.0   | 2023-04-03   | [apache-teaclave-0.5.0-incubating.tar.gz](https://dlcdn.apache.org/incubator/teaclave/0.5.0/apache-teaclave-0.5.0-incubating.tar.gz)| [asc](https://dlcdn.apache.org/incubator/teaclave/0.5.0/apache-teaclave-0.5.0-incubating.tar.gz.asc), [sha512](https://dlcdn.apache.org/incubator/teaclave/0.5.0/apache-teaclave-0.5.0-incubating.tar.gz.sha512) | [notes](https://github.com/apache/incubator-teaclave/releases/tag/v0.5.0) |
 
 ### Teaclave SGX SDK
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@teaclave.apache.org
For additional commands, e-mail: commits-help@teaclave.apache.org


[incubator-teaclave-website] 03/07: Remove externally hosted resources

Posted by hs...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

hsun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-website.git

commit ddbe33c6998c6dbb19323a841d8112b52e4bfca6
Author: sunhe05 <su...@baidu.com>
AuthorDate: Mon Apr 3 08:09:01 2023 +0000

    Remove externally hosted resources
---
 site/.vuepress/config.js | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/site/.vuepress/config.js b/site/.vuepress/config.js
index 1fb9a1dc0..dc1db7f73 100644
--- a/site/.vuepress/config.js
+++ b/site/.vuepress/config.js
@@ -16,10 +16,7 @@ module.exports = {
         '!teaclave-trustzone-sdk/optee-utee/target/**',
         '!teaclave-trustzone-sdk/optee-teec/target/**',
     ],
-    head: [
-        ['link', { rel: 'stylesheet', href: 'https://fonts.googleapis.com/css?family=Cutive+Mono|Roboto:100,300,400,500,700,900|Roboto+Condensed:300,400|Noto+Sans+SC:400,500,700,900' }],
-        ['script', { src: 'https://use.fontawesome.com/releases/v5.15.0/js/all.js' } ],
-    ],
+    head: [],
     configureWebpack: {
         resolve: {
             alias: {
@@ -259,12 +256,6 @@ module.exports = {
                     add('twitter:site', $site.themeConfig.twitter);
                 },
             }
-        ],
-        [
-            '@vuepress/google-analytics',
-            {
-                'ga': 'UA-192555999-1'
-            }
         ]
     ],
     markdown: {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@teaclave.apache.org
For additional commands, e-mail: commits-help@teaclave.apache.org


[incubator-teaclave-website] 02/07: Add privacy link

Posted by hs...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

hsun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-website.git

commit 665801fb9c852877d791c56520a00c371fb003a0
Author: sunhe05 <su...@baidu.com>
AuthorDate: Mon Apr 3 06:21:26 2023 +0000

    Add privacy link
---
 site/.vuepress/config.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/site/.vuepress/config.js b/site/.vuepress/config.js
index 76ef8b06d..1fb9a1dc0 100644
--- a/site/.vuepress/config.js
+++ b/site/.vuepress/config.js
@@ -81,6 +81,7 @@ module.exports = {
                     { text: 'License', link: 'https://www.apache.org/licenses/' },
                     { text: 'Sponsorship', link: 'https://www.apache.org/foundation/sponsorship.html' },
                     { text: 'Security', link: 'https://www.apache.org/security/' },
+                    { text: 'Privacy', link: 'https://privacy.apache.org/policies/privacy-policy-public.html' },
                     { text: 'Thanks', link: 'https://www.apache.org/foundation/thanks.html' },
                     { text: 'Current Event', link: 'https://www.apache.org/events/current-event.html' },
                 ]


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@teaclave.apache.org
For additional commands, e-mail: commits-help@teaclave.apache.org


[incubator-teaclave-website] 05/07: Add a simple logo

Posted by hs...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

hsun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-website.git

commit 08bfe349b07556ebdb6bfc9efa080413325c6076
Author: sunhe05 <su...@baidu.com>
AuthorDate: Mon Apr 3 11:44:02 2023 +0000

    Add a simple logo
---
 site/.vuepress/config.js                   |  1 +
 site/.vuepress/public/assets/img/logo.svg  | 12 ++++++++++++
 site/.vuepress/theme/components/Navbar.vue |  4 +++-
 3 files changed, 16 insertions(+), 1 deletion(-)

diff --git a/site/.vuepress/config.js b/site/.vuepress/config.js
index 084e21e04..9f95cda15 100644
--- a/site/.vuepress/config.js
+++ b/site/.vuepress/config.js
@@ -31,6 +31,7 @@ module.exports = {
         twitter: '@ApacheTeaclave',
         domain: 'https://teaclave.apache.org',
         dateFormat: 'MMMM D, YYYY',
+        logo: '/assets/img/logo.svg',
         nav: [
             { text: 'ABOUT', link: '/' },
             { text: 'POWERED BY', link: '/powered-by/' },
diff --git a/site/.vuepress/public/assets/img/logo.svg b/site/.vuepress/public/assets/img/logo.svg
new file mode 100644
index 000000000..a845d9c5b
--- /dev/null
+++ b/site/.vuepress/public/assets/img/logo.svg
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg width="100px" height="100px" viewBox="0 0 100 100" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+    <title>Logo</title>
+    <desc>Simple logo.</desc>
+    <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" font-family="Futura-Medium, Futura" font-size="24" font-weight="400" letter-spacing="-1.09090909">
+        <g id="Letter" transform="translate(-292.000000, -203.000000)" fill="#1F1F1F">
+            <text id="Teaclave">
+                <tspan x="299" y="262">Teaclave</tspan>
+            </text>
+        </g>
+    </g>
+</svg>
diff --git a/site/.vuepress/theme/components/Navbar.vue b/site/.vuepress/theme/components/Navbar.vue
index 890155068..ca71f6feb 100644
--- a/site/.vuepress/theme/components/Navbar.vue
+++ b/site/.vuepress/theme/components/Navbar.vue
@@ -17,6 +17,7 @@
         ref="siteName"
         class="site-name"
         :class="{ 'can-hide': $site.themeConfig.logo }"
+        :style="{display: 'none'}"
       >Teaclave</span>
     </RouterLink>
 
@@ -105,7 +106,8 @@ $navbar-horizontal-padding = 1.5rem
   .logo
     height $navbarHeight - 1.4rem
     min-width $navbarHeight - 1.4rem
-    margin-right 0.8rem
+    margin-left 0.8rem
+    transform scale(2.5)
     vertical-align top
   .site-name
     font-size 1.3rem


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@teaclave.apache.org
For additional commands, e-mail: commits-help@teaclave.apache.org


[incubator-teaclave-website] 07/07: Upload documents

Posted by hs...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

hsun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-website.git

commit fd8047a66a69e2710926ea6c4fd19e8d33ef56a6
Author: sunhe05 <su...@baidu.com>
AuthorDate: Thu Jun 15 04:08:22 2023 +0000

    Upload documents
---
 README.md                       |   4 +-
 sgx-sdk-api-docs/Cargo.lock     | 125 +++++++++++++++++++++++++++-------------
 sgx-sdk-api-docs/Cargo.toml     |   8 +--
 sgx-sdk-api-docs/rust-toolchain |   2 +-
 site/.vuepress/config.js        |   1 -
 site/Makefile                   |  14 ++---
 6 files changed, 98 insertions(+), 56 deletions(-)

diff --git a/README.md b/README.md
index 6afc3a642..d4cdfde50 100644
--- a/README.md
+++ b/README.md
@@ -17,8 +17,8 @@ make dev
 To commit generated files to the `asf-staging` and `asf-site` branches you can call:
 
 ```
-TEACLAVE_TARGET_DIR=xxx make asf-staging
-TEACLAVE_TARGET_DIR=xxx make asf-site
+TEACLAVE_TARGET_DIR=xxx make staging
+TEACLAVE_TARGET_DIR=xxx make site
 ```
 
 This command will also copy the document generated by Teaclave. Therefore,
diff --git a/sgx-sdk-api-docs/Cargo.lock b/sgx-sdk-api-docs/Cargo.lock
index 54c9ef72e..b298f80e1 100644
--- a/sgx-sdk-api-docs/Cargo.lock
+++ b/sgx-sdk-api-docs/Cargo.lock
@@ -1,86 +1,129 @@
 # This file is automatically @generated by Cargo.
 # It is not intended for manual editing.
-[[package]]
-name = "cc"
-version = "1.0.54"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7bbb73db36c1246e9034e307d0fba23f9a2e251faa47ade70c1bd252220c8311"
+version = 3
 
 [[package]]
 name = "hashbrown_tstd"
-version = "0.9.0"
-source = "git+https://github.com/apache/incubator-teaclave-sgx-sdk.git?tag=v1.1.3#a6a172e652b4db4eaa17e4faa078fda8922abdd0"
+version = "0.12.0"
+source = "git+https://github.com/apache/incubator-teaclave-sgx-sdk.git?branch=v2.0.0-preview#5fd7766403ce313c9d5c0fe98a9cdb19809c2de2"
 
 [[package]]
 name = "sgx_alloc"
-version = "1.1.3"
-source = "git+https://github.com/apache/incubator-teaclave-sgx-sdk.git?tag=v1.1.3#a6a172e652b4db4eaa17e4faa078fda8922abdd0"
+version = "2.0.0"
+source = "git+https://github.com/apache/incubator-teaclave-sgx-sdk.git?branch=v2.0.0-preview#5fd7766403ce313c9d5c0fe98a9cdb19809c2de2"
+
+[[package]]
+name = "sgx_build_helper"
+version = "2.0.0"
+source = "git+https://github.com/apache/incubator-teaclave-sgx-sdk.git?branch=v2.0.0-preview#5fd7766403ce313c9d5c0fe98a9cdb19809c2de2"
+
+[[package]]
+name = "sgx_crypto"
+version = "2.0.0"
+source = "git+https://github.com/apache/incubator-teaclave-sgx-sdk.git?branch=v2.0.0-preview#5fd7766403ce313c9d5c0fe98a9cdb19809c2de2"
+dependencies = [
+ "sgx_crypto_sys",
+ "sgx_trts",
+ "sgx_types",
+]
 
 [[package]]
-name = "sgx_backtrace_sys"
-version = "1.1.3"
-source = "git+https://github.com/apache/incubator-teaclave-sgx-sdk.git?tag=v1.1.3#a6a172e652b4db4eaa17e4faa078fda8922abdd0"
+name = "sgx_crypto_sys"
+version = "2.0.0"
+source = "git+https://github.com/apache/incubator-teaclave-sgx-sdk.git?branch=v2.0.0-preview#5fd7766403ce313c9d5c0fe98a9cdb19809c2de2"
 dependencies = [
- "cc",
  "sgx_build_helper",
- "sgx_libc",
+ "sgx_download_prebuilt",
+ "sgx_types",
 ]
 
 [[package]]
-name = "sgx_build_helper"
-version = "0.1.3"
-source = "git+https://github.com/apache/incubator-teaclave-sgx-sdk.git?tag=v1.1.3#a6a172e652b4db4eaa17e4faa078fda8922abdd0"
+name = "sgx_download_prebuilt"
+version = "2.0.0"
+source = "git+https://github.com/apache/incubator-teaclave-sgx-sdk.git?branch=v2.0.0-preview#5fd7766403ce313c9d5c0fe98a9cdb19809c2de2"
+dependencies = [
+ "sgx_build_helper",
+]
+
+[[package]]
+name = "sgx_ffi"
+version = "2.0.0"
+source = "git+https://github.com/apache/incubator-teaclave-sgx-sdk.git?branch=v2.0.0-preview#5fd7766403ce313c9d5c0fe98a9cdb19809c2de2"
+dependencies = [
+ "sgx_types",
+]
 
 [[package]]
-name = "sgx_demangle"
-version = "1.1.3"
-source = "git+https://github.com/apache/incubator-teaclave-sgx-sdk.git?tag=v1.1.3#a6a172e652b4db4eaa17e4faa078fda8922abdd0"
+name = "sgx_oc"
+version = "2.0.0"
+source = "git+https://github.com/apache/incubator-teaclave-sgx-sdk.git?branch=v2.0.0-preview#5fd7766403ce313c9d5c0fe98a9cdb19809c2de2"
+dependencies = [
+ "sgx_ffi",
+ "sgx_sync",
+ "sgx_trts",
+ "sgx_types",
+]
 
 [[package]]
-name = "sgx_libc"
-version = "1.1.3"
-source = "git+https://github.com/apache/incubator-teaclave-sgx-sdk.git?tag=v1.1.3#a6a172e652b4db4eaa17e4faa078fda8922abdd0"
+name = "sgx_rsrvmm"
+version = "2.0.0"
+source = "git+https://github.com/apache/incubator-teaclave-sgx-sdk.git?branch=v2.0.0-preview#5fd7766403ce313c9d5c0fe98a9cdb19809c2de2"
 dependencies = [
+ "sgx_sync",
+ "sgx_trts",
  "sgx_types",
 ]
 
 [[package]]
-name = "sgx_tprotected_fs"
-version = "1.1.3"
-source = "git+https://github.com/apache/incubator-teaclave-sgx-sdk.git?tag=v1.1.3#a6a172e652b4db4eaa17e4faa078fda8922abdd0"
+name = "sgx_sync"
+version = "2.0.0"
+source = "git+https://github.com/apache/incubator-teaclave-sgx-sdk.git?branch=v2.0.0-preview#5fd7766403ce313c9d5c0fe98a9cdb19809c2de2"
 dependencies = [
  "sgx_trts",
  "sgx_types",
 ]
 
+[[package]]
+name = "sgx_tlibc_sys"
+version = "2.0.0"
+source = "git+https://github.com/apache/incubator-teaclave-sgx-sdk.git?branch=v2.0.0-preview#5fd7766403ce313c9d5c0fe98a9cdb19809c2de2"
+dependencies = [
+ "sgx_build_helper",
+ "sgx_download_prebuilt",
+ "sgx_types",
+]
+
 [[package]]
 name = "sgx_trts"
-version = "1.1.3"
-source = "git+https://github.com/apache/incubator-teaclave-sgx-sdk.git?tag=v1.1.3#a6a172e652b4db4eaa17e4faa078fda8922abdd0"
+version = "2.0.0"
+source = "git+https://github.com/apache/incubator-teaclave-sgx-sdk.git?branch=v2.0.0-preview#5fd7766403ce313c9d5c0fe98a9cdb19809c2de2"
 dependencies = [
- "sgx_libc",
+ "sgx_crypto_sys",
+ "sgx_tlibc_sys",
  "sgx_types",
 ]
 
 [[package]]
 name = "sgx_tse"
-version = "1.1.3"
-source = "git+https://github.com/apache/incubator-teaclave-sgx-sdk.git?tag=v1.1.3#a6a172e652b4db4eaa17e4faa078fda8922abdd0"
+version = "2.0.0"
+source = "git+https://github.com/apache/incubator-teaclave-sgx-sdk.git?branch=v2.0.0-preview#5fd7766403ce313c9d5c0fe98a9cdb19809c2de2"
 dependencies = [
+ "sgx_crypto",
+ "sgx_trts",
  "sgx_types",
 ]
 
 [[package]]
 name = "sgx_tstd"
-version = "1.1.3"
-source = "git+https://github.com/apache/incubator-teaclave-sgx-sdk.git?tag=v1.1.3#a6a172e652b4db4eaa17e4faa078fda8922abdd0"
+version = "2.0.0"
+source = "git+https://github.com/apache/incubator-teaclave-sgx-sdk.git?branch=v2.0.0-preview#5fd7766403ce313c9d5c0fe98a9cdb19809c2de2"
 dependencies = [
  "hashbrown_tstd",
  "sgx_alloc",
- "sgx_backtrace_sys",
- "sgx_demangle",
- "sgx_libc",
- "sgx_tprotected_fs",
+ "sgx_ffi",
+ "sgx_oc",
+ "sgx_rsrvmm",
+ "sgx_sync",
  "sgx_trts",
  "sgx_types",
  "sgx_unwind",
@@ -88,13 +131,13 @@ dependencies = [
 
 [[package]]
 name = "sgx_types"
-version = "1.1.3"
-source = "git+https://github.com/apache/incubator-teaclave-sgx-sdk.git?tag=v1.1.3#a6a172e652b4db4eaa17e4faa078fda8922abdd0"
+version = "2.0.0"
+source = "git+https://github.com/apache/incubator-teaclave-sgx-sdk.git?branch=v2.0.0-preview#5fd7766403ce313c9d5c0fe98a9cdb19809c2de2"
 
 [[package]]
 name = "sgx_unwind"
-version = "0.1.1"
-source = "git+https://github.com/apache/incubator-teaclave-sgx-sdk.git?tag=v1.1.3#a6a172e652b4db4eaa17e4faa078fda8922abdd0"
+version = "2.0.0"
+source = "git+https://github.com/apache/incubator-teaclave-sgx-sdk.git?branch=v2.0.0-preview#5fd7766403ce313c9d5c0fe98a9cdb19809c2de2"
 dependencies = [
  "sgx_build_helper",
 ]
diff --git a/sgx-sdk-api-docs/Cargo.toml b/sgx-sdk-api-docs/Cargo.toml
index 318ae7f16..1984d5717 100644
--- a/sgx-sdk-api-docs/Cargo.toml
+++ b/sgx-sdk-api-docs/Cargo.toml
@@ -2,12 +2,12 @@
 name = "teaclave-sgx-sdk-docs"
 version = "0.1.0"
 authors = ["Teaclave Contributors <de...@teaclave.apache.org>"]
-edition = "2018"
+edition = "2021"
 
 [lib]
 path = "lib.rs"
 
 [dependencies]
-sgx_tstd = { git = "https://github.com/apache/incubator-teaclave-sgx-sdk.git", tag = "v1.1.3" }
-sgx_trts = { git = "https://github.com/apache/incubator-teaclave-sgx-sdk.git", tag = "v1.1.3" }
-sgx_tse = { git = "https://github.com/apache/incubator-teaclave-sgx-sdk.git", tag = "v1.1.3" }
+sgx_tstd = { git = "https://github.com/apache/incubator-teaclave-sgx-sdk.git", branch = "v2.0.0-preview" }
+sgx_trts = { git = "https://github.com/apache/incubator-teaclave-sgx-sdk.git", branch = "v2.0.0-preview" }
+sgx_tse  = { git = "https://github.com/apache/incubator-teaclave-sgx-sdk.git", branch = "v2.0.0-preview" }
diff --git a/sgx-sdk-api-docs/rust-toolchain b/sgx-sdk-api-docs/rust-toolchain
index 148ed93db..cd5e8eb24 100644
--- a/sgx-sdk-api-docs/rust-toolchain
+++ b/sgx-sdk-api-docs/rust-toolchain
@@ -1 +1 @@
-nightly-2020-10-25
+nightly-2022-10-22
diff --git a/site/.vuepress/config.js b/site/.vuepress/config.js
index 9f95cda15..75d6630a6 100644
--- a/site/.vuepress/config.js
+++ b/site/.vuepress/config.js
@@ -142,7 +142,6 @@ module.exports = {
                       '/teaclave/executor/',
                       '/teaclave/file_agent/',
                       '/teaclave/function/',
-                      '/teaclave/keys/',
                       '/teaclave/rpc/',
                       '/teaclave/runtime/',
                       '/teaclave/sdk/',
diff --git a/site/Makefile b/site/Makefile
index 635821601..f5d77ac03 100644
--- a/site/Makefile
+++ b/site/Makefile
@@ -22,7 +22,8 @@ trustzone-sdk-api-docs: teaclave-docs
 	@echo "<meta http-equiv=refresh content=0;url=`echo optee_teec | cut -d '/' -f 2`/index.html>" > .vuepress/dist/api-docs/trustzone-sdk/optee-teec/index.html
 
 client-sdk-python-docs: teaclave-docs
-	pdoc teaclave/sdk/python/teaclave.py -o .vuepress/dist/api-docs/client-sdk-python
+	python3 -m grpc_tools.protoc --proto_path=teaclave/services/proto/src/proto --python_out=teaclave/sdk/python --grpclib_python_out=teaclave/sdk/python teaclave/services/proto/src/proto/*.proto
+	 PYTHONPATH=teaclave/sdk/python pdoc teaclave/sdk/python/teaclave.py -o .vuepress/dist/api-docs/client-sdk-python
 	@echo "<meta http-equiv=refresh content=0;url=python/teaclave.html>" > .vuepress/dist/api-docs/client-sdk-python/index.html
 
 client-sdk-rust-docs: teaclave-docs
@@ -34,21 +35,20 @@ client-sdk-rust-docs: teaclave-docs
 	@echo "<meta http-equiv=refresh content=0;url=`echo teaclave_client_sdk | cut -d '/' -f 2`/index.html>" > .vuepress/dist/api-docs/client-sdk-rust/index.html
 
 crate-docs:
-	cp ${TEACLAVE_TARGET_DIR}/trusted/doc .vuepress/dist/api-docs/crates-enclave -r
-	cp ${TEACLAVE_TARGET_DIR}/untrusted/doc .vuepress/dist/api-docs/crates-app -r
+	cp ${TEACLAVE_TARGET_DIR}/docs/enclave .vuepress/dist/api-docs/crates-enclave -r
+	cp ${TEACLAVE_TARGET_DIR}/docs/app .vuepress/dist/api-docs/crates-app -r
 
 teaclave-docs:
 	git clone https://github.com/apache/incubator-teaclave.git teaclave || cd teaclave && git pull
-	git clone https://github.com/apache/incubator-teaclave-sgx-sdk.git teaclave-sgx-sdk || cd teaclave-sgx-sdk && git pull
-	git clone https://github.com/apache/incubator-teaclave-trustzone-sdk.git teaclave-trustzone-sdk
-	cd teaclave-trustzone-sdk && git checkout 38452505f36e2a49279fbfcb7199147cf1190a95
+	git clone -b v2.0.0-preview https://github.com/apache/incubator-teaclave-sgx-sdk.git teaclave-sgx-sdk || cd teaclave-sgx-sdk && git pull
+	git clone https://github.com/apache/incubator-teaclave-trustzone-sdk.git teaclave-trustzone-sdk || cd teaclave-trustzone-sdk && git pull
 	vuepress build
 
 dev:
 	git clone https://github.com/apache/incubator-teaclave.git teaclave || cd teaclave && git pull
 	git clone https://github.com/apache/incubator-teaclave-sgx-sdk.git teaclave-sgx-sdk || cd teaclave-sgx-sdk && git pull
 	git clone https://github.com/apache/incubator-teaclave-trustzone-sdk.git teaclave-trustzone-sdk
-	cd teaclave-trustzone-sdk && git checkout 38452505f36e2a49279fbfcb7199147cf1190a95
+	cd teaclave-trustzone-sdk
 	vuepress dev
 
 preview:


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@teaclave.apache.org
For additional commands, e-mail: commits-help@teaclave.apache.org


[incubator-teaclave-website] 04/07: Update the name for ASF events link

Posted by hs...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

hsun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-website.git

commit 372807893ea416d28ccd5d80b71faab78e09817f
Author: sunhe05 <su...@baidu.com>
AuthorDate: Mon Apr 3 10:58:03 2023 +0000

    Update the name for ASF events link
---
 site/.vuepress/config.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site/.vuepress/config.js b/site/.vuepress/config.js
index dc1db7f73..084e21e04 100644
--- a/site/.vuepress/config.js
+++ b/site/.vuepress/config.js
@@ -80,7 +80,7 @@ module.exports = {
                     { text: 'Security', link: 'https://www.apache.org/security/' },
                     { text: 'Privacy', link: 'https://privacy.apache.org/policies/privacy-policy-public.html' },
                     { text: 'Thanks', link: 'https://www.apache.org/foundation/thanks.html' },
-                    { text: 'Current Event', link: 'https://www.apache.org/events/current-event.html' },
+                    { text: 'Events', link: 'https://www.apache.org/events/current-event.html' },
                 ]
             }
         ],


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@teaclave.apache.org
For additional commands, e-mail: commits-help@teaclave.apache.org


[incubator-teaclave-website] 06/07: Release 0.5.1

Posted by hs...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

hsun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-website.git

commit 88527976a46b6287191f8f69bf583714d3b65c5e
Author: sunhe05 <su...@baidu.com>
AuthorDate: Thu Jun 15 02:22:42 2023 +0000

    Release 0.5.1
---
 site/download.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site/download.md b/site/download.md
index c0e0b0396..67d3ab756 100644
--- a/site/download.md
+++ b/site/download.md
@@ -15,7 +15,7 @@ by following these
 
 | Version | Date | Source Code               | PGP/SHA | Link |
 |:-------:|:------------:|:-------------------------:|:-------:|:-------------:|
-| 0.5.0   | 2023-04-03   | [apache-teaclave-0.5.0-incubating.tar.gz](https://dlcdn.apache.org/incubator/teaclave/0.5.0/apache-teaclave-0.5.0-incubating.tar.gz)| [asc](https://dlcdn.apache.org/incubator/teaclave/0.5.0/apache-teaclave-0.5.0-incubating.tar.gz.asc), [sha512](https://dlcdn.apache.org/incubator/teaclave/0.5.0/apache-teaclave-0.5.0-incubating.tar.gz.sha512) | [notes](https://github.com/apache/incubator-teaclave/releases/tag/v0.5.0) |
+| 0.5.1   | 2023-05-31   | [apache-teaclave-0.5.1-incubating.tar.gz](https://dlcdn.apache.org/incubator/teaclave/0.5.1/apache-teaclave-0.5.1-incubating.tar.gz)| [asc](https://dlcdn.apache.org/incubator/teaclave/0.5.1/apache-teaclave-0.5.1-incubating.tar.gz.asc), [sha512](https://dlcdn.apache.org/incubator/teaclave/0.5.1/apache-teaclave-0.5.1-incubating.tar.gz.sha512) | [notes](https://github.com/apache/incubator-teaclave/releases/tag/v0.5.1) |
 
 ### Teaclave SGX SDK
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@teaclave.apache.org
For additional commands, e-mail: commits-help@teaclave.apache.org