diff options
| author | Xe Iaso <me@xeiaso.net> | 2025-04-03 07:54:24 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-03 07:54:24 -0400 |
| commit | b14aa6a0c33c525d1dcbbfc9233a22ffd4a17c32 (patch) | |
| tree | d1779bfab2a0f690fce1fa8a160f0c00b7775ae7 /docs | |
| parent | 21a9d77788653f30fef4f3b37e8163a833f1a5d9 (diff) | |
| download | anubis-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.md | 1 | ||||
| -rw-r--r-- | docs/docusaurus.config.ts | 2 | ||||
| -rw-r--r-- | docs/static/img/android-chrome-512x512.png | bin | 227688 -> 108267 bytes | |||
| -rw-r--r-- | docs/static/img/favicon.ico | bin | 15086 -> 15406 bytes | |||
| -rw-r--r-- | docs/static/img/favicon.webp | bin | 0 -> 6028 bytes | |||
| -rw-r--r-- | docs/static/img/happy.webp | bin | 59250 -> 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 Binary files differindex dddd387..cef21c5 100644 --- a/docs/static/img/android-chrome-512x512.png +++ b/docs/static/img/android-chrome-512x512.png diff --git a/docs/static/img/favicon.ico b/docs/static/img/favicon.ico Binary files differindex 593253c..fba094c 100644 --- a/docs/static/img/favicon.ico +++ b/docs/static/img/favicon.ico diff --git a/docs/static/img/favicon.webp b/docs/static/img/favicon.webp Binary files differnew file mode 100644 index 0000000..394a93e --- /dev/null +++ b/docs/static/img/favicon.webp diff --git a/docs/static/img/happy.webp b/docs/static/img/happy.webp Binary files differindex 31c78c8..40b979d 100644 --- a/docs/static/img/happy.webp +++ b/docs/static/img/happy.webp |
