aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2025-04-03 07:54:24 -0400
committerGitHub <noreply@github.com>2025-04-03 07:54:24 -0400
commitb14aa6a0c33c525d1dcbbfc9233a22ffd4a17c32 (patch)
treed1779bfab2a0f690fce1fa8a160f0c00b7775ae7 /docs
parent21a9d77788653f30fef4f3b37e8163a833f1a5d9 (diff)
downloadanubis-b14aa6a0c33c525d1dcbbfc9233a22ffd4a17c32.tar.xz
anubis-b14aa6a0c33c525d1dcbbfc9233a22ffd4a17c32.zip
Add new Anubis mascot (#204)
* Add new Anubis mascot Signed-off-by: Xe Iaso <me@xeiaso.net> * web: add artist credit to footer Signed-off-by: Xe Iaso <me@xeiaso.net> --------- Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'docs')
-rw-r--r--docs/docs/CHANGELOG.md1
-rw-r--r--docs/docusaurus.config.ts2
-rw-r--r--docs/static/img/android-chrome-512x512.pngbin227688 -> 108267 bytes
-rw-r--r--docs/static/img/favicon.icobin15086 -> 15406 bytes
-rw-r--r--docs/static/img/favicon.webpbin0 -> 6028 bytes
-rw-r--r--docs/static/img/happy.webpbin59250 -> 30584 bytes
6 files changed, 2 insertions, 1 deletions
diff --git a/docs/docs/CHANGELOG.md b/docs/docs/CHANGELOG.md
index 273d8d9..2527946 100644
--- a/docs/docs/CHANGELOG.md
+++ b/docs/docs/CHANGELOG.md
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+- The placeholder Anubis mascot has been replaced with a design by [CELPHASE](https://bsky.app/profile/celphase.bsky.social).
- Allow iMessage's link preview fetcher through Anubis by default.
- Added a periodic cleanup routine for the decaymap that removes expired entries, ensuring stale data is properly pruned.
- Added a no-store Cache-Control header to the challenge page
diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts
index 42eaa98..4320504 100644
--- a/docs/docusaurus.config.ts
+++ b/docs/docusaurus.config.ts
@@ -76,7 +76,7 @@ const config: Config = {
title: 'Anubis',
logo: {
alt: 'A happy jackal woman with brown hair and red eyes',
- src: 'img/happy.webp',
+ src: 'img/favicon.webp',
},
items: [
{
diff --git a/docs/static/img/android-chrome-512x512.png b/docs/static/img/android-chrome-512x512.png
index dddd387..cef21c5 100644
--- a/docs/static/img/android-chrome-512x512.png
+++ b/docs/static/img/android-chrome-512x512.png
Binary files differ
diff --git a/docs/static/img/favicon.ico b/docs/static/img/favicon.ico
index 593253c..fba094c 100644
--- a/docs/static/img/favicon.ico
+++ b/docs/static/img/favicon.ico
Binary files differ
diff --git a/docs/static/img/favicon.webp b/docs/static/img/favicon.webp
new file mode 100644
index 0000000..394a93e
--- /dev/null
+++ b/docs/static/img/favicon.webp
Binary files differ
diff --git a/docs/static/img/happy.webp b/docs/static/img/happy.webp
index 31c78c8..40b979d 100644
--- a/docs/static/img/happy.webp
+++ b/docs/static/img/happy.webp
Binary files differ