From 8a819e5802bcb0e6f02b94ae603533d4d4438847 Mon Sep 17 00:00:00 2001 From: Paul Osinski Date: Tue, 30 Apr 2024 15:17:18 -0400 Subject: [PATCH 1/3] add knowledge base link --- docs/config.dev.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/config.dev.toml b/docs/config.dev.toml index 23b9cf30c52..8ede22bb8dd 100644 --- a/docs/config.dev.toml +++ b/docs/config.dev.toml @@ -77,6 +77,12 @@ weight = 1 pre = "" url = "https://github.com/DefectDojo/django-DefectDojo" +[[menu.main]] + name = "Knowledge Base" + weight = 50 + pre = "" + url = "https://support.defectdojo.com" + [markup] [markup.goldmark] [markup.goldmark.renderer] From 8b314463fc249a728df9123931f3426c26c12617 Mon Sep 17 00:00:00 2001 From: Paul Osinski Date: Tue, 29 Oct 2024 12:09:32 -0400 Subject: [PATCH 2/3] update logo for docs --- docs/assets/icons/logo.svg | 259 +++---------------------------------- 1 file changed, 15 insertions(+), 244 deletions(-) diff --git a/docs/assets/icons/logo.svg b/docs/assets/icons/logo.svg index 71a24baac76..75983a52716 100644 --- a/docs/assets/icons/logo.svg +++ b/docs/assets/icons/logo.svg @@ -1,244 +1,15 @@ - - - - - - - - image/svg+xml - - - - - - - - - + + + + + + + \ No newline at end of file From 6b821ffe01f8095c3b999f7531443eb2d4882b62 Mon Sep 17 00:00:00 2001 From: Paul Osinski Date: Tue, 29 Oct 2024 14:51:42 -0400 Subject: [PATCH 3/3] add knowledge base link to master --- docs/config.master.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/config.master.toml b/docs/config.master.toml index 5771eb8367b..e6878c0b1f8 100644 --- a/docs/config.master.toml +++ b/docs/config.master.toml @@ -77,6 +77,12 @@ weight = 1 pre = "" url = "https://github.com/DefectDojo/django-DefectDojo" +[[menu.main]] + name = "Knowledge Base" + weight = 50 + pre = "" + url = "https://support.defectdojo.com" + [markup] [markup.goldmark] [markup.goldmark.renderer]