From 623289a29792681be14f19c94f48f3d392aa0331 Mon Sep 17 00:00:00 2001 From: thunderbiscuit Date: Tue, 13 Jun 2023 13:56:41 -0400 Subject: [PATCH] Add template for case studies --- docs/.vuepress/config.js | 4 + docs/.vuepress/public/img/bitcoindevkit.svg | 16 +++ docs/case-studies.md | 134 ++++++++++++++++++++ 3 files changed, 154 insertions(+) create mode 100644 docs/.vuepress/public/img/bitcoindevkit.svg create mode 100644 docs/case-studies.md diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 1c9667b38a..3241c788b9 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -105,6 +105,10 @@ module.exports = { text: 'Tutorials', link: '/tutorials/hello-world' }, + { + text: 'Case Studies', + link: '/case-studies' + }, { text: 'Blog', link: '/blog/' diff --git a/docs/.vuepress/public/img/bitcoindevkit.svg b/docs/.vuepress/public/img/bitcoindevkit.svg new file mode 100644 index 0000000000..6a99430c5f --- /dev/null +++ b/docs/.vuepress/public/img/bitcoindevkit.svg @@ -0,0 +1,16 @@ + + + Logo Rounded + Created with Sketch. + + + + + + + + diff --git a/docs/case-studies.md b/docs/case-studies.md new file mode 100644 index 0000000000..8d733b5d33 --- /dev/null +++ b/docs/case-studies.md @@ -0,0 +1,134 @@ +--- +cases: true +sidebar: false +tagline: "Bitcoin applications building with BDK" +description: "A list of bitcoin applications and services building with BDK" +actionText: "Add your project" +actionLink: "https://github.com/orgs/lightningdevkit/discussions/1554" +editLink: false +lastUpdated: false +--- + +

+ Meet the projects building with BDK +

+ + + + + + + + + + + + + + + + + + -- 2.49.0