Skip to content

Commit

Permalink
docs: formatting for main for abci (#18823)
Browse files Browse the repository at this point in the history
  • Loading branch information
samricotta authored Dec 19, 2023
1 parent 47770f3 commit 4bd2877
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/build/abci/01-prepare-proposal.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Prepare Proposal
# Prepare Proposal

`PrepareProposal` handles construction of the block, meaning that when a proposer
is preparing to propose a block, it requests the application to evaluate a
Expand Down
2 changes: 1 addition & 1 deletion docs/build/abci/02-process-proposal.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Process Proposal
# Process Proposal

`ProcessProposal` handles the validation of a proposal from `PrepareProposal`,
which also includes a block header. Meaning, that after a block has been proposed
Expand Down
4 changes: 0 additions & 4 deletions docs/build/abci/03-vote-extensions.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
---
sidebar_position: 1
---

# Vote Extensions

:::note Synopsis
Expand Down
5 changes: 5 additions & 0 deletions docs/build/abci/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"label": "ABCI",
"position": 2,
"link": null
}

0 comments on commit 4bd2877

Please sign in to comment.