From 52329993be4802b6370294a8ae73c761fcc797c8 Mon Sep 17 00:00:00 2001 From: shuuri-labs <61762328+shuuri-labs@users.noreply.github.com> Date: Thu, 22 Jan 2026 17:42:46 +0100 Subject: [PATCH] Remove environment variables navigation entry (#570) --- src/components/NavigationDocs.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/NavigationDocs.jsx b/src/components/NavigationDocs.jsx index 750bd8a4..ee8f079a 100644 --- a/src/components/NavigationDocs.jsx +++ b/src/components/NavigationDocs.jsx @@ -324,7 +324,6 @@ export const docsNavigation = [ }, { title: 'Reverse Proxy', href: '/selfhosted/reverse-proxy' }, { title: 'Advanced Guide', href: '/selfhosted/selfhosted-guide' }, - { title: 'Environment Variables', href: '/selfhosted/environment-variables' }, { title: 'Configuration Files', href: '/selfhosted/configuration-files' }, { title: 'Management SQLite Store', href: '/selfhosted/sqlite-store' }, { title: 'Management Postgres Store', href: '/selfhosted/postgres-store' },