From 7a97c1b1a992ebd1605cccf2d400468122c04f26 Mon Sep 17 00:00:00 2001 From: Oskar Thoren Date: Tue, 7 Jul 2020 13:07:16 +0800 Subject: [PATCH] Add ToC --- specs/waku/waku-v2.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/specs/waku/waku-v2.md b/specs/waku/waku-v2.md index 4f1a4a24..29782486 100644 --- a/specs/waku/waku-v2.md +++ b/specs/waku/waku-v2.md @@ -7,7 +7,23 @@ authors: Oskar Thorén ## Table of Contents -TODO +- [Abstract](#abstract) +- [Motivation](#motivation) +- [Definitions](#definitions) +- [Goals](#goals) +- [Underlying Transports and Prerequisites](#underlying-transports-and-prerequisites) + * [Peer Discovery](#peer-discovery) + * [PubSub interface](#pubsub-interface) + * [Protocol Identifier](#protocol-identifier) + * [FloodSub](#floodsub) + * [Bridge mode](#bridge-mode) +- [Wire Specification](#wire-specification) + * [Messages](#messages) + * [SubOpts](#subopts) +- [Changelog](#changelog) +- [Copyright](#copyright) +- [References](#references) + ## Abstract