From 3df625fe3ebafe82197aadb0d803eaf63a2f8dff Mon Sep 17 00:00:00 2001 From: Matt Corallo <649246+TheBlueMatt@users.noreply.github.com> Date: Wed, 3 Feb 2021 20:52:48 +0000 Subject: [PATCH 1/3] Dummy use-case text --- docs/use_cases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/use_cases.md b/docs/use_cases.md index 75dd54f64..a78b92da5 100644 --- a/docs/use_cases.md +++ b/docs/use_cases.md @@ -3,4 +3,4 @@ id: use_cases title: Use Cases for LDK --- -TODO +LDK is designed to provide incredible flexibility in integrating a lightning node into your application. It is not designed to be a stand-alone application and those seeking a full lightning node to run may wish to look elsewhere. LDK focuses on ensuring tight integration with existing on-chain wallets is easy, allowing reuse of existing blockchain download, key management, UTXO management, and on-disk/cloud storage. See (Getting Started)[getting_started#ldk-batteries] for more details on the interfaces LDK provides for integration. From 74853ad337034c63868e14fd101229dab1415dc1 Mon Sep 17 00:00:00 2001 From: Matt Corallo <649246+TheBlueMatt@users.noreply.github.com> Date: Wed, 3 Feb 2021 22:54:06 +0000 Subject: [PATCH 2/3] Fix link --- docs/use_cases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/use_cases.md b/docs/use_cases.md index a78b92da5..abda535b5 100644 --- a/docs/use_cases.md +++ b/docs/use_cases.md @@ -3,4 +3,4 @@ id: use_cases title: Use Cases for LDK --- -LDK is designed to provide incredible flexibility in integrating a lightning node into your application. It is not designed to be a stand-alone application and those seeking a full lightning node to run may wish to look elsewhere. LDK focuses on ensuring tight integration with existing on-chain wallets is easy, allowing reuse of existing blockchain download, key management, UTXO management, and on-disk/cloud storage. See (Getting Started)[getting_started#ldk-batteries] for more details on the interfaces LDK provides for integration. +LDK is designed to provide incredible flexibility in integrating a lightning node into your application. It is not designed to be a stand-alone application and those seeking a full lightning node to run may wish to look elsewhere. LDK focuses on ensuring tight integration with existing on-chain wallets is easy, allowing reuse of existing blockchain download, key management, UTXO management, and on-disk/cloud storage. See (Getting Started)[/docs/getting_started#ldk-batteries] for more details on the interfaces LDK provides for integration. From 814c1776fa5383b6dbef98f26efdbd2e1b1d4bfe Mon Sep 17 00:00:00 2001 From: Matt Corallo <649246+TheBlueMatt@users.noreply.github.com> Date: Wed, 3 Feb 2021 22:56:22 +0000 Subject: [PATCH 3/3] Just drop the link --- docs/use_cases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/use_cases.md b/docs/use_cases.md index abda535b5..ea2909c2a 100644 --- a/docs/use_cases.md +++ b/docs/use_cases.md @@ -3,4 +3,4 @@ id: use_cases title: Use Cases for LDK --- -LDK is designed to provide incredible flexibility in integrating a lightning node into your application. It is not designed to be a stand-alone application and those seeking a full lightning node to run may wish to look elsewhere. LDK focuses on ensuring tight integration with existing on-chain wallets is easy, allowing reuse of existing blockchain download, key management, UTXO management, and on-disk/cloud storage. See (Getting Started)[/docs/getting_started#ldk-batteries] for more details on the interfaces LDK provides for integration. +LDK is designed to provide incredible flexibility in integrating a lightning node into your application. It is not designed to be a stand-alone application and those seeking a full lightning node to run may wish to look elsewhere. LDK focuses on ensuring tight integration with existing on-chain wallets is easy, allowing reuse of existing blockchain download, key management, UTXO management, and on-disk/cloud storage. See the Getting Started page for more details on the interfaces LDK provides for integration.