From d764a59011b21ca9ad31462389bfcc0ae9dc1e9b Mon Sep 17 00:00:00 2001 From: Qhilm <3350433+Qhilm@users.noreply.github.com> Date: Wed, 8 Oct 2025 19:21:44 +0200 Subject: [PATCH] docs: add Immich-Stack to community-projects (#21563) docs: add Immich Stack community project Co-authored-by: Jason Rasmussen --- docs/src/components/community-projects.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/src/components/community-projects.tsx b/docs/src/components/community-projects.tsx index 932cc5ceb0..6b74ae7ad8 100644 --- a/docs/src/components/community-projects.tsx +++ b/docs/src/components/community-projects.tsx @@ -115,6 +115,11 @@ const projects: CommunityProjectProps[] = [ description: 'Auto-stack photos with identical filenames and differing extensions (i.e. JPG+RAW)', url: 'https://github.com/sid3windr/immich-stack', }, + { + title: 'Immich Stack', + description: 'Automatically groups similar photos into stacks within the Immich photo management system.', + url: 'https://github.com/Majorfi/immich-stack/', + }, ]; function CommunityProject({ title, description, url }: CommunityProjectProps): JSX.Element {