From e3cc0e5c8f463e66cbe882a1aab5e1b542002668 Mon Sep 17 00:00:00 2001 From: "Wiktor W." Date: Sat, 6 Jan 2024 14:27:07 +0100 Subject: [PATCH] Add git link to the top menu --- config.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index ad77b8a..d6234d1 100644 --- a/config.toml +++ b/config.toml @@ -4,14 +4,18 @@ title = "The Co-op Cloud" theme = "coopcloud.tech" enableemoji = true [menu] + [[menu.main]] + name = "Git" + url = "https://git.coopcloud.tech" + weight = 1 [[menu.main]] name = "Docs" url = "https://docs.coopcloud.tech" - weight = 1 + weight = 2 [[menu.main]] name = "Blog" url = "/blog/" - weight = 2 + weight = 3 [params] [params.links]