docs: formatting for main for abci (#18823)
This commit is contained in:
parent
47770f332c
commit
4bd2877f5a
2
docs/build/abci/01-prepare-proposal.md
vendored
2
docs/build/abci/01-prepare-proposal.md
vendored
@ -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
|
||||
|
||||
2
docs/build/abci/02-process-proposal.md
vendored
2
docs/build/abci/02-process-proposal.md
vendored
@ -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
|
||||
|
||||
4
docs/build/abci/03-vote-extensions.md
vendored
4
docs/build/abci/03-vote-extensions.md
vendored
@ -1,7 +1,3 @@
|
||||
---
|
||||
sidebar_position: 1
|
||||
---
|
||||
|
||||
# Vote Extensions
|
||||
|
||||
:::note Synopsis
|
||||
|
||||
5
docs/build/abci/_category_.json
vendored
Normal file
5
docs/build/abci/_category_.json
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"label": "ABCI",
|
||||
"position": 2,
|
||||
"link": null
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user