mssun commented on a change in pull request #5:
URL: 
https://github.com/apache/incubator-teaclave-website/pull/5#discussion_r688226671



##########
File path: 
site/blog/2021-08-13-developing-SGX-Application-with-Teaclave-SGX-SDK.md
##########
@@ -0,0 +1,350 @@
+---
+title: 使用 Teaclave SGX SDK 开发 SGX 应用
+date: 2021-08-13
+author: Wenwen Ruan
+---
+<!-- TOC -->
+
+- [1 Teaclave SGX SDK应用开发环境简介以及搭建](#1-teaclave-sgx-sdk应用开发环境简介以及搭建)
+    - [1.1 准备条件](#11-准备条件)
+    - [1.2 硬件模式+docker真实执行](#12-硬件模式docker真实执行)
+- [2 一个简单的 Rust SGX 程序:helloworld](#2-一个简单的-rust-sgx-程序helloworld)
+    - [2.1 helloworld 目录结构](#21-helloworld-目录结构)
+    - [2.2 重要代码文件解析](#22-重要代码文件解析)
+    - [2.3 编译后的代码目录](#23-编译后的代码目录)
+- [3 开发者如何开发自己的 Rust SGX Application](#3-开发者如何开发自己的-rust-sgx-application)
+    - [3.1 添加自定义的函数](#31-添加自定义的函数)
+    - [3.2 调用 Teaclave SGX SDK 提供的 `crate`](#32-调用-teaclave-sgx-sdk-提供的-crate)
+- [4 总结](#4-总结)
+- [5 一些小tip](#5-一些小tip)
+- [6 参考](#6-参考)
+
+<!-- /TOC -->

Review comment:
       You can use `[[toc]]` in vuepress. 
(https://v1.vuepress.vuejs.org/guide/markdown.html#table-of-contents)




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org
For additional commands, e-mail: dev-h...@teaclave.apache.org

Reply via email to