Skip to content

Commit e37fa4f

Browse files
author
Conor Okus
committed
Add hero section for case studies page
1 parent 294bdc1 commit e37fa4f

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

docs/.vuepress/config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,10 @@ module.exports = {
151151
text: 'Tutorials',
152152
link: '/tutorials/getting-started'
153153
},
154+
{
155+
text: 'Case Studies',
156+
link: '/case-studies'
157+
},
154158
{
155159
text: 'Blog',
156160
link: '/blog/'

docs/case-studies.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
cases: true
3+
sidebar: false
4+
heroText: "Case Studies"
5+
tagline: "A list of bitcoin applications building with LDK. If you’re using LDK we’d love to hear about your experience!"
6+
actionText: "Let us know!"
7+
actionLink: "https://github.com/orgs/lightningdevkit/discussions/1554"
8+
editLink: false
9+
---

0 commit comments

Comments
 (0)