Skip to content

Commit

Permalink
doc: Tiny corrections in documentation
Browse files Browse the repository at this point in the history
Changelog-None.
  • Loading branch information
ShahanaFarooqui committed Jul 18, 2024
1 parent 3c04b6f commit 6bfa303
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 30 deletions.
20 changes: 5 additions & 15 deletions contrib/msggen/msggen/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -9182,17 +9182,7 @@
"id": {
"type": "pubkey",
"description": [
"The public key of the peer to terminate the connection. It can be discovered in the output of the listpeers command, which returns a set of peers:",
"{",
" 'peers':",
" [",
" {",
" 'id': '0563aea81...',",
" 'connected': true,",
" ...",
" }",
" ]",
"}"
"The public key of the peer to terminate the connection. It can be discovered as peer_id in the output of the listpeerchannels command."
]
},
"force": {
Expand All @@ -9216,8 +9206,8 @@
"Michael Hawkins <<[email protected]>>."
],
"see_also": [
"lightning-connect(1)",
"lightning-listpeers(1)"
"lightning-connect(7)",
"lightning-listpeerchannels(7)"
],
"resources": [
"Main web site: <https://github.com/ElementsProject/lightning>"
Expand Down Expand Up @@ -24724,13 +24714,13 @@
],
"see_also": [
"lightning-cli(1)",
"lightning-listconfigs(1)",
"lightning-listconfigs(7)",
"[writing plugins][writing plugins]"
],
"resources": [
"Main web site: <https://github.com/ElementsProject/lightning>",
"",
"[writing plugins]: PLUGINS.md"
"[writing plugins]: https://docs.corelightning.org/docs/plugin-development"
],
"examples": [
{
Expand Down
16 changes: 3 additions & 13 deletions doc/schemas/lightning-disconnect.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,7 @@
"id": {
"type": "pubkey",
"description": [
"The public key of the peer to terminate the connection. It can be discovered in the output of the listpeers command, which returns a set of peers:",
"{",
" 'peers':",
" [",
" {",
" 'id': '0563aea81...',",
" 'connected': true,",
" ...",
" }",
" ]",
"}"
"The public key of the peer to terminate the connection. It can be discovered as peer_id in the output of the listpeerchannels command."
]
},
"force": {
Expand All @@ -49,8 +39,8 @@
"Michael Hawkins <<[email protected]>>."
],
"see_also": [
"lightning-connect(1)",
"lightning-listpeers(1)"
"lightning-connect(7)",
"lightning-listpeerchannels(7)"
],
"resources": [
"Main web site: <https://github.com/ElementsProject/lightning>"
Expand Down
4 changes: 2 additions & 2 deletions doc/schemas/lightning-plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,13 +177,13 @@
],
"see_also": [
"lightning-cli(1)",
"lightning-listconfigs(1)",
"lightning-listconfigs(7)",
"[writing plugins][writing plugins]"
],
"resources": [
"Main web site: <https://github.com/ElementsProject/lightning>",
"",
"[writing plugins]: PLUGINS.md"
"[writing plugins]: https://docs.corelightning.org/docs/plugin-development"
],
"examples": [
{
Expand Down

0 comments on commit 6bfa303

Please sign in to comment.