From 3ec74444b05aef35a076f328e973b0f34a05efd6 Mon Sep 17 00:00:00 2001
From: Jason Rasmussen <jrasm91@gmail.com>
Date: Mon, 15 May 2023 14:25:46 -0400
Subject: [PATCH] docs: remove roadmap link (#2442)

---
 docs/docusaurus.config.js | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js
index e2c2c3d91c..d19c3a2594 100644
--- a/docs/docusaurus.config.js
+++ b/docs/docusaurus.config.js
@@ -110,11 +110,6 @@ const config = {
             label: 'GitHub',
             position: 'right',
           },
-          {
-            href: 'https://github.com/orgs/immich-app/projects/1',
-            label: 'Roadmap',
-            position: 'right',
-          },
         ],
       },
       footer: {
@@ -153,10 +148,6 @@ const config = {
                 label: 'GitHub',
                 href: 'https://github.com/immich-app/immich',
               },
-              {
-                label: 'Roadmap',
-                href: 'https://github.com/orgs/immich-app/projects/1',
-              },
             ],
           },
         ],