You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@milagro.apache.org by ki...@apache.org on 2019/06/28 14:40:29 UTC

[incubator-milagro] 05/06: first start

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

kittohoward pushed a commit to branch dta/overview
in repository https://gitbox.apache.org/repos/asf/incubator-milagro.git

commit 9ef5e2d4789901706aa46c10acfc72e86ed4091e
Author: howardkitto <ki...@gmail.com>
AuthorDate: Fri Jun 28 15:39:31 2019 +0100

    first start
---
 docs/d-ta-overview.md |  6 +++---
 website/sidebars.json | 11 +++++++++--
 2 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/docs/d-ta-overview.md b/docs/d-ta-overview.md
index b3f6bb9..2373ae8 100644
--- a/docs/d-ta-overview.md
+++ b/docs/d-ta-overview.md
@@ -14,10 +14,10 @@ In order to safeguard a secret, a pair of Milagro DTA servers is required: a cli
 
 ![Figure 1](/img/dta/RC1-Overview-1.png)
 
-## Milagro DTA is Not Secure (on its own)
-The key seed is the focus of the system - Milagro DTA aims to provide a method for communicating with organisations who provide services for securing seeds (Custodians), it does not prescribe how the securing should be done. We hope that many custodial services will adopt Milagro as a communication protocol and that they will bring a proffusion of security paradigms: working together we can make the Internet a safer place. The most basic implementation of Milagro should secure seeds in a [...]
+## Milagro DTA Security
+The key seed is the focus of the system - Milagro DTA aims to provide a method for communicating with organisations who provide services for securing seeds (Custodians), it does not prescribe how the securing should be done. We hope that many custodial services will adopt Milagro as a communication protocol and that they will bring a proffusion of security paradigms: working together we can make the Internet a safer place. The most basic implementation of Milagro should secure seeds in a [...]
 
-## The Milagro Communication Protocol
+## The Milagro DTA Communication Protocol
 Milagro DTA provides a secure, distributed method of communication between beneficiaries, principals and fiduciaries. It aims to solve the following problems:
 
 1. How can actors in the system be identified and trusted?
diff --git a/website/sidebars.json b/website/sidebars.json
index d2449f6..9dc0b2d 100644
--- a/website/sidebars.json
+++ b/website/sidebars.json
@@ -9,13 +9,20 @@
       ],
     "AMCL Library": 
       [
-        "amcl-overview", 
-        "amcl-c-api", 
+        "amcl-overview",                    
+        "amcl-c-api",
         "amcl-javascript-api"
       ],
     "D-TA Node": 
       [
       "d-ta-overview",
+      {
+        "type":"subcategory",
+        "label":"DTA Details",
+        "ids":[ "dta-details/identity-documents",
+                "dta-details/why-ipfs",
+                "dta-details/authentication"]
+      },
       "d-ta-api"
     ],
     "ZKP-MFA Clients/Servers": [