Browse Source

abci: reorder sidebar (#282)

pull/7804/head
Sam Kleinman 4 years ago
committed by GitHub
parent
commit
ea8238f090
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 0 deletions
  1. +5
    -0
      spec/abci/abci.md
  2. +5
    -0
      spec/abci/apps.md
  3. +5
    -0
      spec/abci/client-server.md

+ 5
- 0
spec/abci/abci.md View File

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


+ 5
- 0
spec/abci/apps.md View File

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


+ 5
- 0
spec/abci/client-server.md View File

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


Loading…
Cancel
Save