From 4fa4a146398e730f026bc7a3752d55021a62a16f Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Tue, 26 Mar 2024 12:11:46 +0000 Subject: docs: Update logo in all screenshots --- docs/docs/04-screenshots.md | 4 ++++ docs/docusaurus.config.ts | 1 + docs/static/img/logo-full-white.svg | 16 ++++++++++++++++ docs/static/img/screenshots/admin.png | Bin 237460 -> 137646 bytes docs/static/img/screenshots/all-lists.png | Bin 188073 -> 101961 bytes docs/static/img/screenshots/all-tags.png | Bin 278520 -> 173687 bytes docs/static/img/screenshots/homepage-dark.png | Bin 2905164 -> 2028193 bytes docs/static/img/screenshots/homepage.png | Bin 3196208 -> 3195946 bytes docs/static/img/screenshots/settings.png | Bin 259583 -> 159198 bytes docs/static/img/screenshots/share-sheet.png | Bin 987806 -> 957354 bytes 10 files changed, 21 insertions(+) create mode 100644 docs/static/img/logo-full-white.svg (limited to 'docs') diff --git a/docs/docs/04-screenshots.md b/docs/docs/04-screenshots.md index 4c211276..07830566 100644 --- a/docs/docs/04-screenshots.md +++ b/docs/docs/04-screenshots.md @@ -16,6 +16,10 @@ ![All Lists](/img/screenshots/all-lists.png) +## Bookmark Preview + +![Bookmark Preview](/img/screenshots/bookmark-preview.png) + ## Settings ![Settings](/img/screenshots/settings.png) diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts index 0e070ffd..7a091164 100644 --- a/docs/docusaurus.config.ts +++ b/docs/docusaurus.config.ts @@ -55,6 +55,7 @@ const config: Config = { logo: { alt: 'Hoarder Logo', src: 'img/logo-full.svg', + srcDark: 'img/logo-full-white.svg', width: "120px", }, items: [ diff --git a/docs/static/img/logo-full-white.svg b/docs/static/img/logo-full-white.svg new file mode 100644 index 00000000..7b8fb9c3 --- /dev/null +++ b/docs/static/img/logo-full-white.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/docs/static/img/screenshots/admin.png b/docs/static/img/screenshots/admin.png index cbc0cd86..32fcf12c 100644 Binary files a/docs/static/img/screenshots/admin.png and b/docs/static/img/screenshots/admin.png differ diff --git a/docs/static/img/screenshots/all-lists.png b/docs/static/img/screenshots/all-lists.png index befecb4b..e2eb7c3d 100644 Binary files a/docs/static/img/screenshots/all-lists.png and b/docs/static/img/screenshots/all-lists.png differ diff --git a/docs/static/img/screenshots/all-tags.png b/docs/static/img/screenshots/all-tags.png index 669ba5a4..2023d41d 100644 Binary files a/docs/static/img/screenshots/all-tags.png and b/docs/static/img/screenshots/all-tags.png differ diff --git a/docs/static/img/screenshots/homepage-dark.png b/docs/static/img/screenshots/homepage-dark.png index 41279c84..03cbbc1d 100644 Binary files a/docs/static/img/screenshots/homepage-dark.png and b/docs/static/img/screenshots/homepage-dark.png differ diff --git a/docs/static/img/screenshots/homepage.png b/docs/static/img/screenshots/homepage.png index d4403659..b0dce115 100644 Binary files a/docs/static/img/screenshots/homepage.png and b/docs/static/img/screenshots/homepage.png differ diff --git a/docs/static/img/screenshots/settings.png b/docs/static/img/screenshots/settings.png index ed59ae33..55e3cfcb 100644 Binary files a/docs/static/img/screenshots/settings.png and b/docs/static/img/screenshots/settings.png differ diff --git a/docs/static/img/screenshots/share-sheet.png b/docs/static/img/screenshots/share-sheet.png index 538b9540..f045cc94 100644 Binary files a/docs/static/img/screenshots/share-sheet.png and b/docs/static/img/screenshots/share-sheet.png differ -- cgit v1.2.3-70-g09d2