From e9d7dd1c27b8dcad68d38ed2f7a7a01860947875 Mon Sep 17 00:00:00 2001 From: Timur Osmanov <54434686+TOsmanov@users.noreply.github.com> Date: Thu, 12 Aug 2021 22:12:53 +0300 Subject: [PATCH] Add a link to GitHub repository to the top menu (#3543) * add a link to github in the top menu * fix markup --- site/config.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/site/config.toml b/site/config.toml index 390309ec..f0c55e78 100644 --- a/site/config.toml +++ b/site/config.toml @@ -49,6 +49,11 @@ anchor = "smart" name = "Try it now" weight = 50 url = "https://cvat.org" +[[menu.main]] + name = "GitHub" + weight = 60 + url = "https://github.com/openvinotoolkit/cvat" + pre = "" [services] [services.googleAnalytics]