docs: formatting for main for abci (#18823)

This commit is contained in:
samricotta 2023-12-19 17:29:19 +01:00 committed by GitHub
parent 47770f332c
commit 4bd2877f5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 6 deletions

View File

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

View File

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

View File

@ -1,7 +1,3 @@
---
sidebar_position: 1
---
# Vote Extensions
:::note Synopsis

5
docs/build/abci/_category_.json vendored Normal file
View File

@ -0,0 +1,5 @@
{
"label": "ABCI",
"position": 2,
"link": null
}