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