This is an automated email from the ASF dual-hosted git repository.
alxndrsn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pouchdb.git
The following commit(s) were added to refs/heads/master by this push:
new 4946b43ff docs: replace Twitter logo with Bluesky & Mastodon (#9139)
4946b43ff is described below
commit 4946b43ff98d24e1cd64d27272885f67cf566a5f
Author: Alex Anderson <[email protected]>
AuthorDate: Mon Dec 8 12:20:14 2025 +0300
docs: replace Twitter logo with Bluesky & Mastodon (#9139)
Bluesky logo:
* source: https://commons.wikimedia.org/wiki/File:Bluesky_Logo.svg
* author: Eric Bailey
* licence: public domain
Mastodon logo:
* source: https://joinmastodon.org/branding
* licence: "If you want to use our art, please keep it tasteful!"
---
docs/_layouts/default.html | 22 +++++++++++++++++++---
docs/manifest.appcache | 2 +-
docs/static/img/friends/bluesky.svg | 1 +
docs/static/img/friends/mastodon.svg | 1 +
docs/static/img/friends/twitter.svg | 1 -
5 files changed, 22 insertions(+), 5 deletions(-)
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html
index be769c211..91af7c73a 100644
--- a/docs/_layouts/default.html
+++ b/docs/_layouts/default.html
@@ -96,14 +96,28 @@
<div class="col-xs-4 col-md-offset-0 col-md-2">
<a
- href="https://twitter.com/pouchdb"
+ href="https://bsky.app/profile/pouchdb.bsky.social"
target="_blank"
rel="noopener noreferrer"
>
<img
class="icon"
- src="{{ site.baseurl}}/static/img/friends/twitter.svg"
- alt="PouchDB's Twitter"
+ src="{{ site.baseurl}}/static/img/friends/bluesky.svg"
+ alt="PouchDB's Bluesky"
+ />
+ </a>
+ </div>
+
+ <div class="col-xs-4 col-md-offset-0 col-md-2">
+ <a
+ href="https://fosstodon.org/@pouchdb"
+ target="_blank"
+ rel="noopener noreferrer"
+ >
+ <img
+ class="icon"
+ src="{{ site.baseurl}}/static/img/friends/mastodon.svg"
+ alt="PouchDB's Mastodon"
/>
</a>
</div>
@@ -174,6 +188,8 @@
<div class="col-sm-3">
<h3 class="nav-head">Discuss</h3>
<ul class="nav nav-silent">
+ <li><a
href="https://bsky.app/profile/pouchdb.bsky.social">Bluesky</a></li>
+ <li><a href="https://fosstodon.org/@pouchdb">Mastodon</a></li>
<li><a
href="https://github.com/apache/pouchdb/discussions">GitHub Discussions</a></li>
<li><a
href="https://join.slack.com/t/couchdb/shared_invite/zt-3aqucllea-C92fkzW5oO_VhllRCqFbcw">Slack</a></li>
<li><a
href="http://stackoverflow.com/questions/tagged/pouchdb">StackOverflow</a></li>
diff --git a/docs/manifest.appcache b/docs/manifest.appcache
index aa1a56b5a..03144a0b9 100644
--- a/docs/manifest.appcache
+++ b/docs/manifest.appcache
@@ -46,7 +46,7 @@
https://fonts.gstatic.com/s/opensans/v10/k3k702ZOKiLJc3WVjuplzBampu5_7CjHW5spxoe
/static/img/friends/couchdb.svg
/static/img/friends/github.svg
/static/img/friends/leveldb.svg
-/static/img/friends/twitter.svg
+/static/img/friends/bluesky.svg
/static/img/browser-logos/android_32x32.png
/static/img/browser-logos/chrome-android_32x32.png
diff --git a/docs/static/img/friends/bluesky.svg
b/docs/static/img/friends/bluesky.svg
new file mode 100644
index 000000000..3c7de7c58
--- /dev/null
+++ b/docs/static/img/friends/bluesky.svg
@@ -0,0 +1 @@
+<svg width="600" height="530" version="1.1"
xmlns="http://www.w3.org/2000/svg"><path d="m135.72 44.03c66.496 49.921 138.02
151.14 164.28 205.46 26.262-54.316 97.782-155.54 164.28-205.46 47.98-36.021
125.72-63.892 125.72 24.795 0 17.712-10.155 148.79-16.111 170.07-20.703
73.984-96.144 92.854-163.25 81.433 117.3 19.964 147.14 86.092 82.697
152.22-122.39
125.59-175.91-31.511-189.63-71.766-2.514-7.3797-3.6904-10.832-3.7077-7.8964-0.0174-2.9357-1.1937
0.51669-3.7077 7.8964-13.714 40.255-67.23 [...]
diff --git a/docs/static/img/friends/mastodon.svg
b/docs/static/img/friends/mastodon.svg
new file mode 100644
index 000000000..90e604f12
--- /dev/null
+++ b/docs/static/img/friends/mastodon.svg
@@ -0,0 +1 @@
+<svg width="75" height="79" viewBox="0 0 75 79" fill="none"
xmlns="http://www.w3.org/2000/svg"><path d="M73.8393 17.4898C72.6973 9.00165
65.2994 2.31235 56.5296 1.01614C55.05 0.797115 49.4441 0 36.4582
0H36.3612C23.3717 0 20.585 0.797115 19.1054 1.01614C10.5798 2.27644 2.79399
8.28712 0.904997 16.8758C-0.00358524 21.1056 -0.100549 25.7949 0.0682394
30.0965C0.308852 36.2651 0.355538 42.423 0.91577 48.5665C1.30307 52.6474
1.97872 56.6957 2.93763 60.6812C4.73325 68.042 12.0019 74.1676 19.12 [...]
diff --git a/docs/static/img/friends/twitter.svg
b/docs/static/img/friends/twitter.svg
deleted file mode 100644
index 2ee681dcb..000000000
--- a/docs/static/img/friends/twitter.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg xmlns="http://www.w3.org/2000/svg" width="12.98mm" height="10.549mm"
viewBox="0 0 45.993 37.38"><path fill="#6babe1" d="M14.465 37.38c-5.33
0-10.29-1.562-14.465-4.24.738.088 1.49.133 2.25.133 4.422 0 8.49-1.51
11.72-4.04-4.13-.077-7.614-2.805-8.814-6.554.578.11 1.17.17 1.777.17.86 0
1.694-.116 2.486-.332-4.317-.867-7.57-4.68-7.57-9.252l.002-.12c1.272.708 2.727
1.132 4.274 1.18-2.533-1.69-4.2-4.58-4.2-7.853 0-1.73.466-3.35 1.278-4.745
4.654 5.71 11.607 9.465 19.45 9.86-.162-.692-.245 [...]