Skip to content

Commit

Permalink
Update various documentation files.
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Sabadello <[email protected]>
  • Loading branch information
peacekeeper committed Jan 2, 2020
1 parent 60ec03d commit 20c5efa
Show file tree
Hide file tree
Showing 17 changed files with 25 additions and 15 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,12 @@ Are you developing a DID method and Universal Resolver driver? Click [Driver Dev

## More Information

* [Design Goals](/docs/design-goals.md)
* [Driver Development](/docs/driver-development.md)
* [Continuous Integration and Delivery](/docs/continuous-integration-and-delivery.md)
* [Development System](/docs/dev-system.md)
* [Creating Releases](/docs/creating-releases.md)
* [Branching Strategy](/docs/branching-strategy.md)
* [Design Goals](/docs/design-goals.md)
* [Troubleshooting](/docs/troubleshooting.md)
* [Java Components](/resolver/java)

Expand Down
2 changes: 2 additions & 0 deletions docs/branching-strategy.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Universal Resolver — Branching Strategy

The goals for our branching strategy are:
* The master-branch should be deployable at any time. This implies a stable build and the assurance that the core-functionality is provided at any time when cloning the master.
* The master-branch should stay active. As collaboratively working with multiple developers, we encourage merging the code as frequently as possible. This will potentially disclose issues at an early stage and facilitate the repair. Furthermore, it makes clear that the master-branch is the preferred choice that newcomers want to clone.
Expand Down
2 changes: 2 additions & 0 deletions docs/continuous-integration-and-delivery.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Universal Resolver — Continuous Integration and Delivery

This section describes the building-blocks and ideas of the implemented CI/CD pipeline. In case of issues or requests in the scope of CI/CD, please directly consult the maintainers of the repository.

## Intro
Expand Down
2 changes: 2 additions & 0 deletions docs/creating-releases.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Universal Resolver — Creating Releases

This guide explains the release process of the universal resolver.

## Version Number
Expand Down
2 changes: 1 addition & 1 deletion docs/design-goals.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Universal Resolver - Design Goals
# Universal Resolver Design Goals

The main design objectives of the UR are:

Expand Down
2 changes: 1 addition & 1 deletion docs/dev-system.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Development System of the Universal Resolver
# Universal Resolver — Development System

The dev-system or the sandbox installation, which runs the latest code-base of the Universal Resolver project, is hosted at:

Expand Down
2 changes: 2 additions & 0 deletions docs/driver-development.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Universal Resolver — Driver Development

## Introduction

The Universal Resolver's main function is wrapping an API around a number of colocated Docker containers running DID-method-specific resolvers. As such, the resolver supports all open-source drivers which have been contributed to-date. The Universal Resolver is meant to support additional DID methods as they are developed by members of various communities. The contribution for a new DID method consists of a Docker image which exposes an HTTP GET interface for resolving DIDs. Although drivers can be implemented in whichever language and architecture the contributor prefers, drivers that are contributed will share a few common characteristics.
Expand Down
2 changes: 1 addition & 1 deletion docs/troubleshooting.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Troubleshooting
# Universal Resolver — Troubleshooting

If docker-compose complains about wrong versions then you probably have a too old docker-compose version.

Expand Down
2 changes: 1 addition & 1 deletion drivers/btcr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is a [Universal Resolver](https://github.com/decentralized-identity/univers

## Specifications

* [Decentralized Identifiers](https://w3c-ccg.github.io/did-spec/)
* [Decentralized Identifiers](https://w3c.github.io/did-core/)
* [BTCR DID Method 0.1](https://w3c-ccg.github.io/didm-btcr)

## Example DIDs
Expand Down
2 changes: 1 addition & 1 deletion drivers/ccp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ More info:

## Specifications

* [Decentralized Identifiers](https://w3c-ccg.github.io/did-spec/)
* [Decentralized Identifiers](https://w3c.github.io/did-core/)
* [Baidu Cloud DID Method Specification](https://did.baidu.com/did-spec/)

## Example DIDs
Expand Down
2 changes: 1 addition & 1 deletion drivers/dns/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is a [Universal Resolver](https://github.com/decentralized-identity/univers

## Specifications

* [Decentralized Identifiers](https://w3c-ccg.github.io/did-spec/)
* [Decentralized Identifiers](https://w3c.github.io/did-core/)
* [The Decentralized Identifier (DID) in the DNS](https://datatracker.ietf.org/doc/draft-mayrhofer-did-dns/)

## Example Identifiers
Expand Down
2 changes: 1 addition & 1 deletion drivers/dom/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is a [Universal Resolver](https://github.com/decentralized-identity/univers

## Specifications

* [Decentralized Identifiers](https://w3c-ccg.github.io/did-spec/)
* [Decentralized Identifiers](https://w3c.github.io/did-core/)
* Dominode DID Method Specification (missing)

## Example DIDs
Expand Down
2 changes: 1 addition & 1 deletion drivers/erc725/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is a [Universal Resolver](https://github.com/decentralized-identity/univers

## Specifications

* [Decentralized Identifiers](https://w3c-ccg.github.io/did-spec/)
* [Decentralized Identifiers](https://w3c.github.io/did-core/)
* [ERC725 DID Method Specification](https://github.com/WebOfTrustInfo/rebooting-the-web-of-trust-spring2018/blob/master/topics-and-advance-readings/DID-Method-erc725.md)

## Example DIDs
Expand Down
2 changes: 1 addition & 1 deletion drivers/sov/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is a [Universal Resolver](https://github.com/decentralized-identity/univers

## Specifications

* [Decentralized Identifiers](https://w3c-ccg.github.io/did-spec/)
* [Decentralized Identifiers](https://w3c.github.io/did-core/)
* [Sovrin DID Method Specification](https://sovrin-foundation.github.io/sovrin/spec/did-method-spec-template.html)

## Example DIDs
Expand Down
2 changes: 1 addition & 1 deletion drivers/stack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is a [Universal Resolver](https://github.com/decentralized-identity/univers

## Specifications

* [Decentralized Identifiers](https://w3c-ccg.github.io/did-spec/)
* [Decentralized Identifiers](https://w3c.github.io/did-core/)
* Blockstack DID Method Specification (missing)

## Example DIDs
Expand Down
2 changes: 1 addition & 1 deletion drivers/work/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is a [Universal Resolver](https://github.com/decentralized-identity/univers

## Specifications

* [Decentralized Identifiers](https://w3c-ccg.github.io/did-spec/)
* [Decentralized Identifiers](https://w3c.github.io/did-core/)
* [work DID Method Specification](https://workday.github.io/work-did-method-spec/)

## Example DIDs
Expand Down
4 changes: 1 addition & 3 deletions resolver/java/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
![DIF Logo](https://raw.githubusercontent.com/decentralized-identity/decentralized-identity.github.io/master/images/logo-small.png)

# Universal Resolver - Java Implementation
# Universal Resolver — Java Components

This is a Java implementation of a Universal Resolver. See [universal-resolver](https://github.com/decentralized-identity/universal-resolver/) for a general introduction to Universal Resolvers and drivers.

Expand Down

0 comments on commit 20c5efa

Please sign in to comment.