abci: reorder sidebar (#282)

This commit is contained in:
Sam Kleinman
2021-04-06 02:59:57 -04:00
committed by GitHub
parent 640b71038b
commit ea8238f090
3 changed files with 15 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
---
order: 1
title: Method and Types
---
# Methods and Types # Methods and Types
## Overview ## Overview

View File

@@ -1,3 +1,8 @@
---
order: 2
title: Applications
---
# Applications # Applications
Please ensure you've first read the spec for [ABCI Methods and Types](abci.md) Please ensure you've first read the spec for [ABCI Methods and Types](abci.md)

View File

@@ -1,3 +1,8 @@
---
order: 3
title: Client and Server
---
# Client and Server # Client and Server
This section is for those looking to implement their own ABCI Server, perhaps in This section is for those looking to implement their own ABCI Server, perhaps in