mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-20 14:05:23 +01:00
doc: add instructions for generating RPC docs
Added instructions on how to generate the up to date RPC docs for the bitcoincore.org website in the relevant release-process subsection.
This commit is contained in:
parent
b7e12b350d
commit
e147af7624
1 changed files with 12 additions and 0 deletions
|
@ -326,6 +326,18 @@ bitcoin.org (see below for bitcoin.org update instructions).
|
|||
|
||||
- bitcoincore.org RPC documentation update
|
||||
|
||||
- Install [golang](https://golang.org/doc/install)
|
||||
|
||||
- Install the new Bitcoin Core release
|
||||
|
||||
- Run bitcoind on regtest
|
||||
|
||||
- Clone the [bitcoincore.org repository](https://github.com/bitcoin-core/bitcoincore.org)
|
||||
|
||||
- Run: `go run generate.go` while being in `contrib/doc-gen` folder, and with bitcoin-cli in PATH
|
||||
|
||||
- Add the generated files to git
|
||||
|
||||
- Update packaging repo
|
||||
|
||||
- Push the flatpak to flathub, e.g. https://github.com/flathub/org.bitcoincore.bitcoin-qt/pull/2
|
||||
|
|
Loading…
Add table
Reference in a new issue