From e472925cee914b5c6bf20a3da770818a2b0c694e Mon Sep 17 00:00:00 2001 From: Mingshen Sun Date: Thu, 14 May 2020 16:55:43 -0700 Subject: [PATCH] [docs] Decalare permalink in docs for website --- cli/README.md | 4 ++++ config/README.md | 4 ++++ dcap/README.md | 4 ++++ docker/README.md | 4 ++++ docs/README.md | 4 ++++ docs/mutual-attestation.md | 4 ++++ docs/my-first-function.md | 4 ++++ docs/rust-guideline.md | 4 ++++ docs/threat-model.md | 4 ++++ keys/README.md | 4 ++++ services/README.md | 4 ++++ 11 files changed, 44 insertions(+) diff --git a/cli/README.md b/cli/README.md index 4b18c5bfe..31eaeb3d2 100644 --- a/cli/README.md +++ b/cli/README.md @@ -1,3 +1,7 @@ +--- +permalink: /cli +--- + # Teaclave Command Line Tool The Teaclave command line tool (`teaclave_cli`) provides utilities to diff --git a/config/README.md b/config/README.md index 76e4ae761..1d7eec686 100644 --- a/config/README.md +++ b/config/README.md @@ -1,3 +1,7 @@ +--- +permalink: /config +--- + # Configurations in Teaclave This Teaclave Config describes all sorts of configurations in the platform. All diff --git a/dcap/README.md b/dcap/README.md index 24aea41f3..1f3c665ea 100644 --- a/dcap/README.md +++ b/dcap/README.md @@ -1,3 +1,7 @@ +--- +permalink: /dcap +--- + # Data Center Attestation Service This directory includes a reference implementation of data center attestation diff --git a/docker/README.md b/docker/README.md index 37a64befc..bc5d2113c 100644 --- a/docker/README.md +++ b/docker/README.md @@ -1,3 +1,7 @@ +--- +permalink: /docker +--- + # Teaclave Docker This directory contains the docker infrastructure for build and runtime diff --git a/docs/README.md b/docs/README.md index 9989ef79b..96d9fbb6c 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,3 +1,7 @@ +--- +permalink: /docs/ +--- + # Teaclave Documentation - [My First Function](my-first-function.md) diff --git a/docs/mutual-attestation.md b/docs/mutual-attestation.md index 796bbfd6f..23cfa8db4 100644 --- a/docs/mutual-attestation.md +++ b/docs/mutual-attestation.md @@ -1,3 +1,7 @@ +--- +permalink: /docs/mutual-attestation +--- + # Mutual Attestation: Why and How The standard procedure to establish a secure and trusted communication channel diff --git a/docs/my-first-function.md b/docs/my-first-function.md index 5fc0cbb20..5d6fd69ac 100644 --- a/docs/my-first-function.md +++ b/docs/my-first-function.md @@ -1,3 +1,7 @@ +--- +permalink: /docs/my-first-function +--- + # My First Function This documentation will guide you through executing your first function on the diff --git a/docs/rust-guideline.md b/docs/rust-guideline.md index 9b8e04e54..4639c67df 100644 --- a/docs/rust-guideline.md +++ b/docs/rust-guideline.md @@ -1,3 +1,7 @@ +--- +permalink: /docs/rust-guildeline +--- + # Rust Development Guideline This doc defines some guidelines for developing Teaclave in Rust. diff --git a/docs/threat-model.md b/docs/threat-model.md index 4714f1b32..e8e4009f9 100644 --- a/docs/threat-model.md +++ b/docs/threat-model.md @@ -1,3 +1,7 @@ +--- +permalink: /docs/threat-model +--- + # Threat Model With its strongest security setting applied, Teaclave guarantees data diff --git a/keys/README.md b/keys/README.md index 006dbea4a..42b6e4849 100644 --- a/keys/README.md +++ b/keys/README.md @@ -1,3 +1,7 @@ +--- +permalink: /keys +--- + # Keys and Certificates in Teaclave This directory contains keys and certificates used in the Teaclave platform. diff --git a/services/README.md b/services/README.md index 0f4375593..0d5efda97 100644 --- a/services/README.md +++ b/services/README.md @@ -1,3 +1,7 @@ +--- +permalink: /services +--- + # Teaclave Services This directory contains protocol definitions and implementations of services in