From 93585c674370660791e619a869290c9a52ca2de0 Mon Sep 17 00:00:00 2001 From: decanus Date: Thu, 20 Feb 2020 10:25:21 -0500 Subject: [PATCH] fix --- README.md | 4 +--- _config.yml | 8 ++++++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 42b56d6..dad2c4b 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/_config.yml b/_config.yml index 153cb5d..10139c8 100644 --- a/_config.yml +++ b/_config.yml @@ -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