From d2e3fc1570fab7a697b23015498e2e1bb0fe6bfc Mon Sep 17 00:00:00 2001 From: Jon <66625200+Kyro3400@users.noreply.github.com> Date: Sun, 1 Sep 2024 14:13:59 -0400 Subject: [PATCH] Update config.ts Influx still needs url, will show again after found --- config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.ts b/config.ts index fcdec51..5fbfc28 100644 --- a/config.ts +++ b/config.ts @@ -47,7 +47,7 @@ export const navLinks: Link[] = [ { label: "Postgres", link: "/server/database/postgres" }, { label: "Redis", link: "/server/database/redis" }, { label: "MariaDB", link: "/server/database/mariadb" }, - { label: "InfluxDB", link: "/server/database/influxdb" }, + //{ label: "InfluxDB", link: "/server/database/influxdb" }, { label: "Development", title: true }, { label: "All In One (AIO)", link: "/server/development/aio" },