mirror of
https://github.com/vacp2p/rfc.git
synced 2025-01-11 15:24:51 +00:00
fix
This commit is contained in:
parent
5cbb34cab0
commit
93585c6743
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user