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
The following commit(s) were added to refs/heads/master by this push:
new ab83f2d [docs] Declare permalink in docs for website (#295)
ab83f2d is described below
commit ab83f2de24d82edbebfe928731a7e3b25d4f1c87
Author: Mingshen Sun <[email protected]>
AuthorDate: Thu May 14 17:01:05 2020 -0700
[docs] Declare permalink in docs for website (#295)
---
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 4b18c5b..31eaeb3 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 76e4ae7..1d7eec6 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 24aea41..1f3c665 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 37a64be..bc5d211 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 9989ef7..96d9fbb 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 796bbfd..23cfa8d 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 5fc0cbb..5d6fd69 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 9b8e04e..4639c67 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 4714f1b..e8e4009 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 006dbea..42b6e48 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 0f43755..0d5efda 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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]