This commit is contained in:
decanus 2020-02-20 10:25:21 -05:00
parent 5cbb34cab0
commit 93585c6743
No known key found for this signature in database
GPG Key ID: E95B8C69228FF5B4
2 changed files with 7 additions and 5 deletions

View File

@ -1,5 +1,3 @@
# Specifications
[![Build Status](https://travis-ci.com/vacp2p/specs.svg?branch=master)](https://travis-ci.com/vacp2p/specs)
This repository contains the specs for [vac](https://vac.dev), a modular peer-to-peer messaging stack, with a focus on secure messaging. A detailed explanation of the vac and its design goals can be found [here](https://vac.dev/vac-overview).
@ -12,7 +10,7 @@ The entire vac protocol is under active development, each specification has its
These protocols define various components of the [vac](https://vac.dev) stack.
- [mvds](specs/mvds.md) - Data Synchronization protocol for unreliable transports.
- [mvds](./specs/mvds.md) - Data Synchronization protocol for unreliable transports.
- [remote log](specs/remote-log.md) - Remote replication of local logs.
- [mvds metadata](specs/mvds-metadata.md) - Metadata field for [MVDS](specs/mvds.md) messages.

View File

@ -3,12 +3,16 @@ title: "Vac Protocol"
markdown: kramdown
theme: minima
collections:
specs:
output: true
defaults:
-
scope:
path: "specs"
path: ""
values:
layout: ""
layout: "default"
header_pages:
- waku.md