Page MenuHomePhabricator

Backport doc-gen from bitcoincore.org
AbandonedPublic

Authored by jasonbcox on Jun 15 2020, 20:15.

Details

Reviewers
deadalnix
Group Reviewers
Restricted Project
Summary

This patch backports a golang program that generates RPC help markdown from bitcoind.
Minor changes were made to accommodate assumptions made by Jekyll. No indexing, styling, or other
improvements have been made yet. These will come in following diffs.

I did not include the generated docs in this diff either, as some follow-up diffs will make
modifications that change all of the generated docs. I will commit them to source control when
it makes sense to do so.

Depends on D6589 for config maintenance.

Test Plan
cd ./contrib/doc-gen
PATH="~/projects/bitcoin-abc/build/src:$PATH" go run generate.go
cd ../..
make serve

Verify RPC help pages exist.

Diff Detail

Repository
rABCWEB Bitcoin ABC Website
Branch
rpc-gen
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 11504
Build 22152: arc lint + arc unit