From 9c2740ebfed3bcb2cc772d44ee0ab4f9cebb7db1 Mon Sep 17 00:00:00 2001 From: Moritz Kaminski Date: Thu, 17 Aug 2023 18:00:01 +0200 Subject: [PATCH] Add Alby as menu item --- docs/.vuepress/config.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 97c7466..76aa3ea 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -106,6 +106,7 @@ module.exports = { { title: "Lightning Apps", children: [ + '/lightning/alby' '/lightning/bluewallet', '/lightning/rtl', '/lightning/lnbits', @@ -223,14 +224,14 @@ module.exports = { customMeta: (add, context) => { const { - $site, // Site configs provided by Vuepress + $site, // Site configs provided by Vuepress $page, // Page configs provided by Vuepress - + // All the computed options from above: siteTitle, title, description, author, tags, twitterCard, type, url, image, publishedAt, modifiedAt, } = context - + add('twitter:site', '@mynodebtc') add('twitter:creator', '@mynodebtc') add('twitter:image', 'http://mynodebtc.com/images/vertical_lightning_white_bg.png')