Remove lightning- prefix from schemas/*.json and doc/*.md files#8038
Conversation
018866e to
edcb906
Compare
lightning- prefix from all schema *.json fileslightning- prefix from schemas/*.json and doc/*.md files
|
Look like this broke sql plugin completely? Might have to be deferred until next release? |
1878925 to
6bcc3ab
Compare
4532a08 to
314dddd
Compare
|
@endothermicdev While fixing other schema mappings, I realized that reckless wasn't being generated from its corresponding JSON schema. I’ve added the logic to correctly map it and generate the markdown and manpage from the JSON. I tried to copy all relevant information from the markdown to the JSON, but please double-check the information for accuracy. |
| doc/wait.7 \ | ||
| doc/waitsendpay.7 \ | ||
| doc/withdraw.7 \ | ||
| doc/xpay.7 |
There was a problem hiding this comment.
The .7 pages still need the lightning- prefix, as otherwise names are too general, unfortunately.
There was a problem hiding this comment.
This is the list of markdown pages (*.md). We are later prefixing lightning- to this list for generating MANPAGES.
4b672bc to
e065b30
Compare
There was a problem hiding this comment.
This is replacing the man page for the reckless tool with the schema conent (notes) for the plugin (which only passes through commands.) I think man page should still cover the tool, not the rpc access. We could add notes on reckless-rpc usage as well - I don't think there's enough content to warrant a second man page.
This commit will fail in `make` due to unchanged scripts. They will be added in the next commit.
Changelog-Changed: Removed lightning- prefix from schemas/.json and doc/.md files.
e065b30 to
0d8c252
Compare
|
Trivial rebase to fix flakes: we need to merge this ASAP to avoid merge hell. |
Changelog-Changed: Removed
lightning-prefix from schemas/.json and doc/.md files.