doc: Add signmessagewithkey to generate documentation
What changed, and why it matters
This commit only updates documentation build files. It adds a new manual page entry for an existing command (`signmessagewithkey`) and re-sorts some other entries alphabetically. There are no code changes and no security implications.
No security action needed. This is a routine documentation maintenance commit.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff modifies doc/Makefile and doc/index.rst to include doc/signmessagewithkey.7 in the generated documentation list. It also sorts several askrene-* entries alphabetically and fixes a minor whitespace issue. No source code, RPC logic, cryptography, or network handling is changed.
Changed components
doc/Makefiledoc/index.rstInspect captured patch +6 / −4
diff --git a/doc/Makefile b/doc/Makefile
index 7fe8bc0a..81469883 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -9,16 +9,16 @@ MARKDOWNPAGES := doc/addgossip.7 \
doc/askrene-age.7 \
doc/askrene-bias-channel.7 \
doc/askrene-bias-node.7 \
- doc/askrene-create-layer.7 \
- doc/askrene-remove-layer.7 \
doc/askrene-create-channel.7 \
- doc/askrene-update-channel.7 \
+ doc/askrene-create-layer.7 \
doc/askrene-disable-node.7 \
doc/askrene-inform-channel.7 \
doc/askrene-listlayers.7 \
doc/askrene-listreservations.7 \
+ doc/askrene-remove-layer.7 \
doc/askrene-reserve.7 \
doc/askrene-unreserve.7 \
+ doc/askrene-update-channel.7 \
doc/autoclean-once.7 \
doc/autoclean-status.7 \
doc/batching.7 \
@@ -58,7 +58,7 @@ MARKDOWNPAGES := doc/addgossip.7 \
doc/disableoffer.7 \
doc/disconnect.7 \
doc/emergencyrecover.7 \
- doc/enableoffer.7 \
+ doc/enableoffer.7 \
doc/exposesecret.7 \
doc/feerates.7 \
doc/fetchbip353.7 \
@@ -134,6 +134,7 @@ MARKDOWNPAGES := doc/addgossip.7 \
doc/showrunes.7 \
doc/signinvoice.7 \
doc/signmessage.7 \
+ doc/signmessagewithkey.7 \
doc/signpsbt.7 \
doc/splice_init.7 \
doc/splice_signed.7 \
diff --git a/doc/index.rst b/doc/index.rst
index f0193144..e2cdef4c 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -150,6 +150,7 @@ Core Lightning Documentation
showrunes <showrunes.7.md>
signinvoice <signinvoice.7.md>
signmessage <signmessage.7.md>
+ signmessagewithkey <signmessagewithkey.7.md>
signpsbt <signpsbt.7.md>
splice_init <splice_init.7.md>
splice_signed <splice_signed.7.md>
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.