]> Untitled Git - bitcoindevkit.org/commitdiff
nostr: add link under community, fix .well-known location
authorSteve Myers <steve@notmandatory.org>
Wed, 6 Mar 2024 00:40:26 +0000 (18:40 -0600)
committerSteve Myers <steve@notmandatory.org>
Wed, 6 Mar 2024 00:40:26 +0000 (18:40 -0600)
docs/.vuepress/config.js
docs/.vuepress/public/.well-known/nostr.json [new file with mode: 0644]
static/.well-known/nostr.json [deleted file]

index 49f1d7fd4ce988c4bd6a9ca2f65dcd5af5b2a26b..f7f8794dab6ed798e636ed89cbf47e9c34f9762d 100644 (file)
@@ -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 (file)
index 0000000..c4d27c8
--- /dev/null
@@ -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 (file)
index c4d27c8..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-{
-  "names": {
-    "_": "8b6d16db3516cac6db98df93a633ccb8116cb1088a25c2d86a70b9b17a63259a"
-  }
-}
\ No newline at end of file