Skip to content
This repository has been archived by the owner on Feb 23, 2022. It is now read-only.

abci: reorder sidebar #282

Merged
merged 1 commit into from
Apr 6, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions spec/abci/abci.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
order: 1
title: Method and Types
---

# Methods and Types

## Overview
Expand Down
5 changes: 5 additions & 0 deletions spec/abci/apps.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
order: 2
title: Applications
---

# Applications

Please ensure you've first read the spec for [ABCI Methods and Types](abci.md)
Expand Down
5 changes: 5 additions & 0 deletions spec/abci/client-server.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down