layout: add section titles (#240)

This commit is contained in:
Marko
2021-01-11 18:23:18 +01:00
committed by GitHub
parent ce146d00d7
commit fc569173a1
7 changed files with 29 additions and 9 deletions

View File

@@ -2,7 +2,7 @@
order: 1
title: Overview
parent:
title: Tendermint Spec
title: Spec
order: 7
---

View File

@@ -1,5 +1,8 @@
---
cards: true
order: 1
parent:
title: ABCI
order: 2
---
# ABCI

View File

@@ -1,5 +1,8 @@
---
order: false
order: 1
parent:
title: Blockchain
order: false
---
# Blockchain

View File

@@ -1,5 +1,8 @@
---
cards: true
order: 1
parent:
title: Consensus
order: 4
---
# Consensus

View File

@@ -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.

View File

@@ -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.

View File

@@ -1,5 +1,6 @@
---
cards: true
order: 1
parent:
title: P2P
order: 6
---
# P2P