From: Steve Myers Date: Wed, 6 Mar 2024 00:40:26 +0000 (-0600) Subject: nostr: add link under community, fix .well-known location X-Git-Url: http://internal-gitweb-vhost/script/%22https:/database/scripts/struct.SyncRequest.html?a=commitdiff_plain;h=18e72a30db50326cf2438c1e3ada4f2703ef6f53;p=bitcoindevkit.org nostr: add link under community, fix .well-known location --- diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 49f1d7fd4c..f7f8794dab 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -6,6 +6,7 @@ const baseUrl = 'https://bitcoindevkit.org' const githubUrl = 'https://github.com/bitcoindevkit' const discordUrl = 'https://discord.gg/dstn4dQ' const twitterUrl = 'https://twitter.com/intent/follow?screen_name=bitcoindevkit' +const nostrUrl = 'nostr:npub13dk3dke4zm9vdkucm7f6vv7vhqgkevgg3gju9kr2wzumz7nrykdq0dgnvc' const themeColor = '#ffffff' const docsSidebar = [ @@ -147,6 +148,11 @@ module.exports = { link: githubUrl, rel: 'noopener noreferrer' }, + { + text: 'Nostr', + link: nostrUrl, + rel: 'noopener noreferrer' + }, { text: 'Twitter', link: twitterUrl, diff --git a/docs/.vuepress/public/.well-known/nostr.json b/docs/.vuepress/public/.well-known/nostr.json new file mode 100644 index 0000000000..c4d27c88df --- /dev/null +++ b/docs/.vuepress/public/.well-known/nostr.json @@ -0,0 +1,5 @@ +{ + "names": { + "_": "8b6d16db3516cac6db98df93a633ccb8116cb1088a25c2d86a70b9b17a63259a" + } +} \ No newline at end of file diff --git a/static/.well-known/nostr.json b/static/.well-known/nostr.json deleted file mode 100644 index c4d27c88df..0000000000 --- a/static/.well-known/nostr.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "names": { - "_": "8b6d16db3516cac6db98df93a633ccb8116cb1088a25c2d86a70b9b17a63259a" - } -} \ No newline at end of file