This is an automated email from the ASF dual-hosted git repository.
brianspector pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-milagro.git.
from 7ccf785 Merge pull request #18 from apache/develop
add 8e4a95a dta overview introduction
add 5d27fa0 update text
add a8918e2 Merge branch 'dev' into dta/overview
add 8012882 overview page one
add 9ef5e2d first start
add 00124cd dta details
add acbd1ef describe indentity document
add 93b5c0f signed commit
add 409a6cd ecrypted envelope
add e4b09f1 ecrypted envelope
add 88e804a various docs
add 151a9fd plugin overview
add 7a35ef2 init developers guide
add 4f2c837 update quick-start
add 4a10dcc update quick-start
add 519c551 updated link to open api spec
add f8cab87 updated open api files
add 44b1cb8 small changes to overview
add 2ba0917 update doc
add c8dbe11 alpha release first version
add eca145b alpha release first version
add 52f421c alpha release first version
add f8d1d87 added plugin instructions to quickstart
add f6d9fe0 fix typos
add adc00af fix link on api page
add 6c62596 configuration page
add aa6163c extra files
add 3ef5192 minor updates - still want to add how to run 2 x DTAs!
add f21433f documented flags
add da54edb minor changes - in particular adding note to configuration
page that external master fiduciaries are not supported in this release
add 954f59c more updates
add c22a343 updated contributor-guide to add github links & updated
milagro-intro - in response to issues 19 & 20 rasied by sebbASF
add 3cbbab7 Fix README.md
add bc2b55d fix docs
add 504ecee fixing docs
add 5242c9e fixing docs
add 0d0b17b adding docs
add 74954df Fix Readme
add 6c20e7e Fix Readme
add 24a9be9 Fix Readme
add 2536ed2 resolve merge issue
add 70ea8b7 Merge pull request #21 from apache/dta_alphadocs
new 6623898 Merge pull request #22 from apache/develop
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
README.md | 11 +-
docs/contributor-guide.md | 17 +-
docs/d-ta-overview.md | 66 ++++-
docs/dta-details/api.md | 38 +++
docs/dta-details/authentication.md | 24 ++
docs/dta-details/configuration.md | 130 ++++++++++
docs/dta-details/d-ta-plugins.md | 67 +++++
docs/dta-details/encrypted-envelope.md | 42 ++++
docs/dta-details/identity-documents.md | 41 ++++
docs/dta-details/ipfs.md | 13 +
docs/dta-details/plugin-dev-guide.md | 65 +++++
docs/dta-details/quickstart.md | 88 +++++++
docs/milagro-intro.md | 6 +-
package-lock.json | 3 +
website/sidebars.json | 64 ++---
website/static/img/dta/Envelope.png | Bin 0 -> 18988 bytes
website/static/img/dta/RC1-Ecosystem.png | Bin 0 -> 86861 bytes
website/static/img/dta/RC1-Overview-1.png | Bin 0 -> 28513 bytes
website/static/img/dta/RC1.png | Bin 0 -> 94565 bytes
website/static/img/dta/initID.png | Bin 0 -> 6382 bytes
website/static/swagger/btc.yaml | 1 +
website/static/swagger/index.html | 2 +-
website/static/swagger/working.yanl | 389 ++++++++++++++++++++++++++++++
23 files changed, 1002 insertions(+), 65 deletions(-)
create mode 100644 docs/dta-details/api.md
create mode 100644 docs/dta-details/authentication.md
create mode 100644 docs/dta-details/configuration.md
create mode 100644 docs/dta-details/d-ta-plugins.md
create mode 100644 docs/dta-details/encrypted-envelope.md
create mode 100644 docs/dta-details/identity-documents.md
create mode 100644 docs/dta-details/ipfs.md
create mode 100644 docs/dta-details/plugin-dev-guide.md
create mode 100644 docs/dta-details/quickstart.md
create mode 100644 package-lock.json
create mode 100644 website/static/img/dta/Envelope.png
create mode 100644 website/static/img/dta/RC1-Ecosystem.png
create mode 100644 website/static/img/dta/RC1-Overview-1.png
create mode 100644 website/static/img/dta/RC1.png
create mode 100644 website/static/img/dta/initID.png
create mode 120000 website/static/swagger/btc.yaml
create mode 100644 website/static/swagger/working.yanl