Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Wes Biggs committed Aug 29, 2024
1 parent 5faa5c2 commit 3c9dc36
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
4 changes: 2 additions & 2 deletions pages/VerifiableCredentials/Overview.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Verifiable Credentials Specification
__Version pre-1.3.0__

[Attribute Sets](../DSNP/AttributeSets.md), [Attestation](../../ActivityContent/Associated/Attachments.md#attestation) attachments, and [Interaction](../ActivityContent/Associated/Attachments.md#interaction) attachents shared via DSNP reference data documents containing Verifiable Credentials and related objects.
[Attribute Sets](../DSNP/AttributeSets.md) and [Attestation](../../ActivityContent/Associated/Attachments.md#attestation) attachments shared via DSNP reference data documents containing Verifiable Credentials and related objects.
For DSNP purposes, certain restrictions and extensions are applied to the base World Wide Web Consortium (W3C) specification documents noted below.
When there are DSNP extensions, they are guaranteed to use non-colliding terms.

Expand Down Expand Up @@ -63,7 +63,7 @@ See the individual pages for details of restrictions to and extensions on each t

## Additional Fields

DSNP application developers may choose to support more of the relevant JSON-LD vocabularies from the specifications above as long as doing so does not conflict with this specification, but should note that other conformant applications may not recognize those additions.
DSNP application developers may choose to support more of the relevant JSON-LD vocabularies from the specifications above as long as doing so does not conflict with this specification, but should note that other conforming applications may not recognize those additions.
Implementers who extend their support for Verifiable Credentials objects beyond the subset defined here do so at their own risk.

## Verifiable Presentations
Expand Down
16 changes: 11 additions & 5 deletions pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,27 @@ Here you can find the detailed specification documentation for DSNP, official DS

Free communication among users on the Internet faces a variety of problems in the modern day.
These challenges include censorship by state and corporate actors, the amplification of misinformation through viral content, and an ever-shrinking collection of near monopolies with absolute power over social interaction in the twenty-first century.
Through the DSNP, we hope to mitigate and ideally solve these challenges in the way social interaction operates online.
Through DSNP, we hope to mitigate and ideally solve these challenges in the way social interaction operates online.

## How to Read This Specification

There are three core specifications and one system specification currently.
Each specification is divided into several modules.
Each module describes a mostly self-contained aspect of the specification.

### Core Specifications

| Name | Version | Description |
| --- | --- | --- |
| [DSNP](DSNP/Overview.md) | pre-1.3.0 | The system-agnostic DSNP specification |
| [Activity Content](ActivityContent/Overview.md) | pre-1.3.0 | A specification for DSNP-referenced content (subset of W3C Activity Streams) |
| [Verifiable Credentials](VerifiableCredentials/Overview.md) | pre-1.3.0 | Use of W3C Verifiable Credentials and DIDs with DSNP |
| [DSNP Over Frequency](Frequency/Overview.md) | - | DSNP Over Frequency specification |

Each specification is divided into several modules.
Each module describes a mostly self-contained aspect of the specification.
### System Specifications

| Consensus System | DSNP System Specification |
| --- | --- |
| [Frequency](https://frequency.xyz) | [DSNP Over Frequency](Frequency/Overview.md) |

## Versioning

Expand All @@ -34,4 +40,4 @@ All interactions must follow the [Code of Conduct](https://github.com/LibertyDSN

## Learning More

In addition to this document, more resources regarding the project can be found at [DSNP.org](https://www.dsnp.org), including the blog, forum, code repository, and SDK.
In addition to this document, more resources regarding the project can be found at [DSNP.org](https://www.dsnp.org), including the blog, forum, code repositories, and other supporting software libraries and examples.

0 comments on commit 3c9dc36

Please sign in to comment.