From fc569173a1f0980aa8a49e4d6cca232ba0fc6879 Mon Sep 17 00:00:00 2001 From: Marko Date: Mon, 11 Jan 2021 18:23:18 +0100 Subject: [PATCH] layout: add section titles (#240) --- spec/README.md | 2 +- spec/abci/README.md | 5 ++++- spec/blockchain/readme.md | 5 ++++- spec/consensus/readme.md | 5 ++++- spec/core/readme.md | 7 ++++++- spec/light-client/README.md | 7 ++++++- spec/p2p/readme.md | 7 ++++--- 7 files changed, 29 insertions(+), 9 deletions(-) diff --git a/spec/README.md b/spec/README.md index fcec18f63..cf7d1c45d 100644 --- a/spec/README.md +++ b/spec/README.md @@ -2,7 +2,7 @@ order: 1 title: Overview parent: - title: Tendermint Spec + title: Spec order: 7 --- diff --git a/spec/abci/README.md b/spec/abci/README.md index 128f24551..55bfc1e2f 100644 --- a/spec/abci/README.md +++ b/spec/abci/README.md @@ -1,5 +1,8 @@ --- -cards: true +order: 1 +parent: + title: ABCI + order: 2 --- # ABCI diff --git a/spec/blockchain/readme.md b/spec/blockchain/readme.md index b133b066e..10ad46690 100644 --- a/spec/blockchain/readme.md +++ b/spec/blockchain/readme.md @@ -1,5 +1,8 @@ --- -order: false +order: 1 +parent: + title: Blockchain + order: false --- # Blockchain diff --git a/spec/consensus/readme.md b/spec/consensus/readme.md index 1eae3738e..aa79ba192 100644 --- a/spec/consensus/readme.md +++ b/spec/consensus/readme.md @@ -1,5 +1,8 @@ --- -cards: true +order: 1 +parent: + title: Consensus + order: 4 --- # Consensus diff --git a/spec/core/readme.md b/spec/core/readme.md index 1accd23be..87eece472 100644 --- a/spec/core/readme.md +++ b/spec/core/readme.md @@ -1,4 +1,9 @@ -# Core +--- +order: 1 +parent: + title: Core + order: 3 +--- This section describes the core types and functionality of the Tendermint protocol implementation. diff --git a/spec/light-client/README.md b/spec/light-client/README.md index 3dfba8c2b..573eddbaf 100644 --- a/spec/light-client/README.md +++ b/spec/light-client/README.md @@ -1,4 +1,9 @@ -# Light Client Protocol +--- +order: 1 +parent: + title: Light Client + order: 5 +--- NOTE: This specification is under heavy development and is not yet complete nor accurate. diff --git a/spec/p2p/readme.md b/spec/p2p/readme.md index 4d85d382c..96867aad0 100644 --- a/spec/p2p/readme.md +++ b/spec/p2p/readme.md @@ -1,5 +1,6 @@ --- -cards: true +order: 1 +parent: + title: P2P + order: 6 --- - -# P2P