From 73222926c55dd6f6db0c2b79fc3b5c7eee364f23 Mon Sep 17 00:00:00 2001 From: AQ00111111 Date: Mon, 5 Aug 2024 03:03:57 +0100 Subject: [PATCH] Update .vuepress config.js Disabled ko-fi link and 'verified' --- docs/.vuepress/config.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 87e2e3f..8b2b023 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -89,7 +89,7 @@ const config = { nav: [ // TODO update? { text: 'Projects', link: '/projects/' }, - { text: 'Verified', link: '/verified/' }, +// { text: 'Verified', link: '/verified/' }, { text: 'Governance', link: '/governance/' }, { text: 'LBRY Communities', link: '/hives/' } ], @@ -115,10 +115,10 @@ const config = { text: 'Branding', link: '/branding/' }, - { - text: 'Ko-fi Donations', - link: 'https://ko-fi.com/lbryfoundation' - }, +// { +// text: 'Ko-fi Donations', +// link: 'https://ko-fi.com/lbryfoundation' +// }, { text: 'GitHub Repo', link: 'https://github.com/LBRYFoundation/lbry.org'