From 0cf2c29b5c115c3c31df8f7145e1bdc1d1bd9ec5 Mon Sep 17 00:00:00 2001 From: Adi Shankara Date: Fri, 15 Sep 2023 11:51:32 +0400 Subject: [PATCH] fix paths for doc files and make them public --- .../advanced-db-backup.md} | 4 +--- doc/beginners-guide/{ => backup-and-recovery}/hsm-secret.md | 6 ++---- doc/beginners-guide/beginners-guide.md | 2 +- 3 files changed, 4 insertions(+), 8 deletions(-) rename doc/beginners-guide/{db-backup.md => backup-and-recovery/advanced-db-backup.md} (99%) rename doc/beginners-guide/{ => backup-and-recovery}/hsm-secret.md (93%) diff --git a/doc/beginners-guide/db-backup.md b/doc/beginners-guide/backup-and-recovery/advanced-db-backup.md similarity index 99% rename from doc/beginners-guide/db-backup.md rename to doc/beginners-guide/backup-and-recovery/advanced-db-backup.md index 57cbebc63..637434589 100644 --- a/doc/beginners-guide/db-backup.md +++ b/doc/beginners-guide/backup-and-recovery/advanced-db-backup.md @@ -2,9 +2,7 @@ title: "Advanced DB Backup" slug: "advanced-db-backup" excerpt: "Learn the various DB backup techniques." -hidden: true -createdAt: "2023-08-31T16:28:17.292Z" -updatedAt: "2023-08-31T16:28:17.292Z" +hidden: false --- To recover in-channel funds, you need to use one or more of the backup strategies below. diff --git a/doc/beginners-guide/hsm-secret.md b/doc/beginners-guide/backup-and-recovery/hsm-secret.md similarity index 93% rename from doc/beginners-guide/hsm-secret.md rename to doc/beginners-guide/backup-and-recovery/hsm-secret.md index a6e341a9a..59be59611 100644 --- a/doc/beginners-guide/hsm-secret.md +++ b/doc/beginners-guide/backup-and-recovery/hsm-secret.md @@ -1,10 +1,8 @@ --- title: "HSM Secret" -slug: "hsm-secret-methods" +slug: "hsm-secret" excerpt: "Learn about various cool HSM secret methods." -hidden: true -createdAt: "2023-08-31T17:52:17.292Z" -updatedAt: "2023-08-31T17:52:17.292Z" +hidden: false --- diff --git a/doc/beginners-guide/beginners-guide.md b/doc/beginners-guide/beginners-guide.md index 7d2910169..c0866bdbb 100644 --- a/doc/beginners-guide/beginners-guide.md +++ b/doc/beginners-guide/beginners-guide.md @@ -65,4 +65,4 @@ Once you've started for the first time, there's a script called `contrib/bootstr There are also numerous plugins available for Core Lightning which add capabilities: see the [Plugins](doc:plugins) guide, and check out the plugin collection at: , including [helpme](https://github.com/lightningd/plugins/tree/master/helpme) which guides you through setting up your first channels and customising your node. -For a less reckless experience, you can encrypt the HD wallet seed: see [HD wallet encryption](doc:backup-and-recovery###hsm-secret-backup). +For a less reckless experience, you can encrypt the HD wallet seed: see [HD wallet encryption](doc:backup-and-recovery#hsm-secret-backup).