Skip to content
This repository has been archived by the owner on Jun 11, 2023. It is now read-only.

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Orie Steele committed Apr 29, 2019
1 parent f7f6465 commit cf7ebab
Show file tree
Hide file tree
Showing 7 changed files with 128 additions and 8 deletions.
Binary file added Logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Logo.psd
Binary file not shown.
6 changes: 4 additions & 2 deletions README.md
@@ -1,10 +1,12 @@
# Github DID
# GitHub DID

[![Build Status](https://travis-ci.org/transmute-industries/github-did.svg?branch=master)](https://travis-ci.org/transmute-industries/github-did) [![codecov](https://codecov.io/gh/transmute-industries/github-did/branch/master/graph/badge.svg)](https://codecov.io/gh/transmute-industries/github-did) <img src="https://readthedocs.com/projects/transmute-github-did/badge/?version=latest"> [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/transmute-industries/github-did/blob/master/LICENSE) [![GitHub forks](https://img.shields.io/github/forks/transmute-industries/github-did.svg?style=social&label=Fork&maxAge=2592000?style=flat-square)](https://github.com/transmute-industries/github-did#fork-destination-box) [![GitHub stars](https://img.shields.io/github/stars/transmute-industries/github-did.svg?style=social&label=Star&maxAge=2592000?style=flat-square)](https://github.com/transmute-industries/github-did/stargazers)

### [Website](https://github-did.com) &middot; [Swagger](https://github-did.com/api/docs)

### 🚧 This is experimental, not endorsed by Github, and under development. 🚧
### 🚧 This is experimental, not endorsed by GitHub, and under development. 🚧

[![GitHub DID](./Logo.png)](https://github-did.com)

> Decentralized Identifiers (DIDs) are a new type of identifier for verifiable, "self-sovereign" digital identity. DIDs are fully under the control of the DID subject, independent from any centralized registry, identity provider, or certificate authority. DIDs are URLs that relate a DID subject to means for trustable interactions with that subject. DIDs resolve to DID Documents — simple documents that describe how to use that specific DID. Each DID Document contains at least three things: cryptographic material, authentication suites, and service endpoints. Cryptographic material combined with authentication suites provide a set of mechanisms to authenticate as the DID subject (e.g., public keys, pseudonymous biometric protocols, etc.). Service endpoints enable trusted interactions with the DID subject.
Expand Down
8 changes: 4 additions & 4 deletions packages/docs/README.md
@@ -1,14 +1,14 @@
<!-- AUTO-GENERATED-CONTENT:START (STARTER) -->
<p align="center">
<a href="https://www.gatsbyjs.org">
<img alt="Gatsby" src="https://www.gatsbyjs.org/monogram.svg" width="60" />
<a href="https://docs.github-did.com">
<img alt="GitHub DID Logo" src="../../Logo.png" width="60" />
</a>
</p>
<h1 align="center">
Gatsby's blog starter
GitHub DID Docs
</h1>

Kick off your project with this blog boilerplate. This starter ships with the main Gatsby configuration files you might need to get up and running blazing fast with the blazing fast app generator for React.
GitHub DID Docs is built with Gatsby.

_Have another more specific idea? You may want to check out our vibrant collection of [official and community-created starters](https://www.gatsbyjs.org/docs/gatsby-starters/)._

Expand Down
113 changes: 113 additions & 0 deletions packages/docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions packages/docs/package.json
Expand Up @@ -49,10 +49,15 @@
"url": "git+https://github.com/gatsbyjs/gatsby-starter-blog.git"
},
"scripts": {
"build": "gatsby build",
"build": "gatsby build && npm run prepare:github-pages",
"develop": "gatsby develop",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\""
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\"",
"prepare:github-pages": "cp ./public/index.html ./public/404.html",
"deploy": "gh-pages -d public"
},
"devDependencies": {
"gh-pages": "^2.0.1"
}
}
File renamed without changes.

0 comments on commit cf7ebab

Please sign in to comment.