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.git
commit bf7f2cc3c5a5d0e143753f2772a4df728f196d8a Author: Mingshen Sun <[email protected]> AuthorDate: Fri Jul 3 12:14:06 2020 -0700 Fix document links --- common/README.md | 4 ++++ docs/README.md | 1 + tool/README.md | 4 ++++ types/README.md | 4 ++++ 4 files changed, 13 insertions(+) diff --git a/common/README.md b/common/README.md index 24b9fa7..8cf7ce0 100644 --- a/common/README.md +++ b/common/README.md @@ -1,3 +1,7 @@ +--- +permalink: /docs/codebase/common +--- + # Common Libraries This directory contains some supporting libraries such as error handling, file diff --git a/docs/README.md b/docs/README.md index 5c68d5b..8b7597c 100644 --- a/docs/README.md +++ b/docs/README.md @@ -44,4 +44,5 @@ permalink: /docs/ - [Teaclave Worker](../worker/README.md) - [Test Harness and Test Cases](../tests/README.md) - [Third-Party Dependency Vendoring](../third_party/README.md) +- [Tool](../tool/README.md) - [Types](../types/README.md) diff --git a/tool/README.md b/tool/README.md index 329cfd8..48dc604 100644 --- a/tool/README.md +++ b/tool/README.md @@ -1,3 +1,7 @@ +--- +permalink: /docs/codebase/tool +--- + # Teaclave SGX Tool This tool is to dump some SGX related information, e.g., hardware and software diff --git a/types/README.md b/types/README.md index 68b245f..760f7bb 100644 --- a/types/README.md +++ b/types/README.md @@ -1,3 +1,7 @@ +--- +permalink: /docs/codebase/types +--- + # Types This directory defines common types (useful structs and traits) such as file, --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
