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 diff --git a/screenshots/homepage.png b/screenshots/homepage.png index d4403659..b0dce115 100644 Binary files a/screenshots/homepage.png and b/screenshots/homepage.png differ