diff --git a/docs/src/components/community-projects.tsx b/docs/src/components/community-projects.tsx index 7081b3cbc4..daf4138765 100644 --- a/docs/src/components/community-projects.tsx +++ b/docs/src/components/community-projects.tsx @@ -38,6 +38,11 @@ const projects: CommunityProjectProps[] = [ description: 'Documentation for simple podman setup using quadlets.', url: 'https://github.com/tbelway/immich-podman-quadlets/blob/main/docs/install/podman-quadlet.md', }, + { + title: 'Lightroom Publisher: mi.Immich.Publisher', + description: 'Lightroom plugin to publish photos from Lightroom collections to Immich albums.', + url: 'https://github.com/midzelis/mi.Immich.Publisher', + }, ]; function CommunityProject({ title, description, url }: CommunityProjectProps): JSX.Element {