bitcoin-core / bitcoincore.org

Bitcoin Core project website
https://bitcoincore.org/
MIT License
603 stars 470 forks source link

No RPC docs for version 22.0 on the website #820

Closed Ligonsker closed 2 years ago

Ligonsker commented 2 years ago

As the title says, there is no link to the RPC API of version 22.0 on bitcoincore.org

katesalazar commented 2 years ago
$ find _site/en/doc/*/rpc -type d | grep rpc$
_site/en/doc/0.16.0/rpc
_site/en/doc/0.16.1/rpc
_site/en/doc/0.16.2/rpc
_site/en/doc/0.16.3/rpc
_site/en/doc/0.17.0/rpc
_site/en/doc/0.18.0/rpc
_site/en/doc/0.19.0/rpc
_site/en/doc/0.20.0/rpc
_site/en/doc/0.21.0/rpc
$ _

There is no _site/en/doc/22.0/rpc

Sjors commented 2 years ago

I believe there's a script that allows anyone to make a PR for a new version, @harding used it last: https://github.com/bitcoin-core/bitcoincore.org/pull/745

katesalazar commented 2 years ago

I'm not going to pick this, but I appreciate the hints, thanks.