Skip to content

Commit

Permalink
Update config.ts
Browse files Browse the repository at this point in the history
Influx still needs url, will show again after found
  • Loading branch information
Kyro3400 authored Sep 1, 2024
1 parent 847ae31 commit d2e3fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down

0 comments on commit d2e3fc1

Please sign in to comment.