docs: Updated `node-operators-guide` docs for v10
What changed, and why it matters
This commit only updates documentation metadata (front-matter formatting, visibility settings, and timestamps) in the Core Lightning node operator guide. No code, configuration, or security behavior is changed.
No security action required; this is a routine documentation formatting update.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff modifies four Markdown files under doc/node-operators-guide/, converting YAML front-matter fields from quoted strings to unquoted strings, replacing hidden/createdAt/updatedAt keys with content.excerpt and privacy.view fields, and adding a trailing newline. There are no executable, cryptographic, network, or permission changes.
Changed components
doc/node-operators-guide/analytics.mddoc/node-operators-guide/channel-management.mddoc/node-operators-guide/faq.mddoc/node-operators-guide/plugins.mdInspect captured patch +27 / −25
diff --git a/doc/node-operators-guide/analytics.md b/doc/node-operators-guide/analytics.md
index d269de42..d5892388 100644
--- a/doc/node-operators-guide/analytics.md
+++ b/doc/node-operators-guide/analytics.md
@@ -1,10 +1,10 @@
---
-title: "Analytics"
-slug: "analytics"
-excerpt: "Analyse your node data for effective node management."
-hidden: false
-createdAt: "2022-12-09T09:54:38.377Z"
-updatedAt: "2023-02-21T13:39:32.669Z"
+title: Analytics
+slug: analytics
+content:
+ excerpt: Analyse your node data for effective node management.
+privacy:
+ view: public
---
## Using SQL plugin
diff --git a/doc/node-operators-guide/channel-management.md b/doc/node-operators-guide/channel-management.md
index 33b7a15d..4104ef16 100644
--- a/doc/node-operators-guide/channel-management.md
+++ b/doc/node-operators-guide/channel-management.md
@@ -1,8 +1,10 @@
---
-title: "Channel Management"
-slug: "channel-management"
-excerpt: "Manage your channels and liquidity effectively and efficiently with careful planning and active monitoring."
-hidden: true
-createdAt: "2022-11-18T14:28:10.211Z"
-updatedAt: "2023-02-08T15:10:28.588Z"
+title: Channel Management
+slug: channel-management
+content:
+ excerpt: >-
+ Manage your channels and liquidity effectively and efficiently with careful planning and active monitoring.
+privacy:
+ view: anyone_with_link
---
+
diff --git a/doc/node-operators-guide/faq.md b/doc/node-operators-guide/faq.md
index de7c479a..aaf8c23d 100644
--- a/doc/node-operators-guide/faq.md
+++ b/doc/node-operators-guide/faq.md
@@ -1,10 +1,10 @@
---
-title: "Troubleshooting & FAQ"
-slug: "faq"
-excerpt: "Common issues and frequently asked questions on operating a CLN node."
-hidden: false
-createdAt: "2023-01-25T13:15:09.290Z"
-updatedAt: "2023-07-05T09:42:38.017Z"
+title: Troubleshooting & FAQ
+slug: faq
+content:
+ excerpt: Common issues and frequently asked questions on operating a CLN node.
+privacy:
+ view: public
---
# General questions
diff --git a/doc/node-operators-guide/plugins.md b/doc/node-operators-guide/plugins.md
index e18d2b35..be288d92 100644
--- a/doc/node-operators-guide/plugins.md
+++ b/doc/node-operators-guide/plugins.md
@@ -1,10 +1,10 @@
---
-title: "Plugins"
-slug: "plugins"
-excerpt: "Leverage a plethora of plugins on Core Lightning."
-hidden: false
-createdAt: "2022-12-09T09:55:05.629Z"
-updatedAt: "2023-02-14T12:47:46.112Z"
+title: Plugins
+slug: plugins
+content:
+ excerpt: Leverage a plethora of plugins on Core Lightning.
+privacy:
+ view: public
---
Power up your Core Lightning node and tailor it for your business needs with community built plugins.
@@ -116,4 +116,4 @@ Available option flags:
## Troubleshooting
-Plugins must be executable. For python plugins, the shebang is invoked, so **python3** should be available in your environment. This can be verified with **which Python3**. The default reckless directory is $USER/.lightning/reckless and it should be possible for the lightningd user to execute files located here. If this is a problem, the option flag **reckless -d=\<my\_alternate\_dir>** may be used to relocate the reckless directory from its default. Consider creating a permanent alias in this case.
\ No newline at end of file
+Plugins must be executable. For python plugins, the shebang is invoked, so **python3** should be available in your environment. This can be verified with **which Python3**. The default reckless directory is $USER/.lightning/reckless and it should be possible for the lightningd user to execute files located here. If this is a problem, the option flag **reckless -d=\<my\_alternate\_dir>** may be used to relocate the reckless directory from its default. Consider creating a permanent alias in this case.
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.