Skip to content

Commit debed2a

Browse files
author
Conor Okus
committed
Adds tabs for more case study organisation
1 parent 07c5a6c commit debed2a

File tree

4 files changed

+41
-16
lines changed

4 files changed

+41
-16
lines changed

docs/.vuepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ module.exports = {
262262
]
263263
}
264264
],
265-
copyright: 'Copyright © 2022 LDK Developers'
265+
copyright: 'Copyright © 2023 LDK Developers'
266266
}
267267
}
268268
}

docs/case-studies.md

Lines changed: 32 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@ actionLink: "https://github.com/orgs/lightningdevkit/discussions/1554"
88
features:
99
- title: "The Eye of Satoshi"
1010
details: "A watchtower with a specific focus on lightning"
11-
imageSrc: "/"
12-
imageAlt: "teos logo"
11+
image: "/"
12+
imageAlt: ""
1313
caseStudyLink: "/blog/teos-uses-ldk-to-build-open-source-watchtower/"
1414
- title: "Cash App"
1515
details: "The easy way to send, spend, bank, and invest"
16-
imageSrc: "/img/cash-app-logo.png"
16+
image: "/img/cash-app-logo.png"
1717
imageAlt: "cash app logo"
1818
caseStudyLink: "/blog/cashapp-enables-lightning-withdrawals-and-deposits-using-ldk/"
1919
- title: "Sensei"
2020
details: "A lightning node implementation for everyone"
21-
imageSrc: "/"
22-
imageAlt: "sensei logo"
21+
image: "/"
22+
imageAlt: ""
2323
caseStudyLink: "/blog/sensei-uses-ldk-to-build-a-multi-node-lightning-server-application/"
2424
editLink: false
2525
lastUpdated: false
@@ -29,9 +29,34 @@ lastUpdated: false
2929
Meet all the projects using LDK!
3030
</h1>
3131

32-
<CodeSwitcher :languages="{noncustodial:'Non-Custodial Wallets', custodial:'Custodial Wallets', infra:'Non-Custodial Infrastructure', router:'LN Router', lsp:'LSP', experiments:'Experiments', education: 'Educational Apps'}">
32+
<CodeSwitcher :languages="{noncustodial:'Non-Custodial Wallets', custodial:'Custodial Wallets', infra:'Non-Custodial Infrastructure', router:'LN Routers', lsp:'LSPs', experiments:'Experiments', education: 'Educational Apps'}">
3333
<template v-slot:noncustodial>
34-
34+
<div class="case-studies">
35+
<div class="case-study-item">
36+
<img src="./assets/cash-app-logo.png" target="_blank" />
37+
<h3><a>Blue Wallet</a></h3>
38+
</div>
39+
<div class="case-study-item">
40+
<img src="./assets/cash-app-logo.png" target="_blank" />
41+
<h3><a>Mercury</a></h3>
42+
</div>
43+
<div class="case-study-item">
44+
<img src="./assets/cash-app-logo.png" target="_blank" />
45+
<h3><a>Portico</a></h3>
46+
</div>
47+
<div class="case-study-item">
48+
<img src="./assets/cash-app-logo.png" target="_blank" />
49+
<h3><a>Portico</a></h3>
50+
</div>
51+
<div class="case-study-item">
52+
<img src="./assets/cash-app-logo.png" target="_blank" />
53+
<h3><a>Portico</a></h3>
54+
</div>
55+
<div class="case-study-item">
56+
<img src="./assets/cash-app-logo.png" target="_blank" />
57+
<h3><a>Portico</a></h3>
58+
</div>
59+
</div>
3560
</template>
3661

3762
<template v-slot:custodial>

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"devDependencies": {
3333
"broken-link-checker": "0.7.8",
3434
"serve": "14.0.1",
35-
"squarecrypto-vuepress-devkit-theme": "0.4.4",
35+
"squarecrypto-vuepress-devkit-theme": "^0.4.5",
3636
"start-server-and-test": "1.14.0",
3737
"vuepress": "1.9.7"
3838
}

0 commit comments

Comments
 (0)