diff --git a/doc/node-operators-guide/analytics.md b/doc/node-operators-guide/analytics.md index d269de421..d58923883 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 33b7a15d7..4104ef167 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 de7c479a0..aaf8c23d4 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 e18d2b351..be288d921 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=\** 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=\** may be used to relocate the reckless directory from its default. Consider creating a permanent alias in this case.