Skip to content

Commit f3c4f97

Browse files
authored
Merge pull request #56 from MoritzKa/master
Add Alby as menu item
2 parents 8de6178 + cbc51a7 commit f3c4f97

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/.vuepress/config.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ module.exports = {
106106
{
107107
title: "Lightning Apps",
108108
children: [
109+
'/lightning/alby'
109110
'/lightning/bluewallet',
110111
'/lightning/rtl',
111112
'/lightning/lnbits',
@@ -223,14 +224,14 @@ module.exports = {
223224

224225
customMeta: (add, context) => {
225226
const {
226-
$site, // Site configs provided by Vuepress
227+
$site, // Site configs provided by Vuepress
227228
$page, // Page configs provided by Vuepress
228-
229+
229230
// All the computed options from above:
230231
siteTitle, title, description, author, tags,
231232
twitterCard, type, url, image, publishedAt, modifiedAt,
232233
} = context
233-
234+
234235
add('twitter:site', '@mynodebtc')
235236
add('twitter:creator', '@mynodebtc')
236237
add('twitter:image', 'http://mynodebtc.com/images/vertical_lightning_white_bg.png')

0 commit comments

Comments
 (0)