From 10de1a351f4e19a4135a26f5a5eec8520785ffa3 Mon Sep 17 00:00:00 2001 From: Sk3pper <13051136+Sk3pper@users.noreply.github.com> Date: Fri, 9 Aug 2024 17:43:33 +0200 Subject: [PATCH] disable courses section --- data/en/sections/courses.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/en/sections/courses.yaml b/data/en/sections/courses.yaml index 250abe2..7ebf7aa 100644 --- a/data/en/sections/courses.yaml +++ b/data/en/sections/courses.yaml @@ -1,7 +1,7 @@ section: name: Courses # Title of section (default: "") id: courses # url id/slug of section *Required* - enable: true # Boolean to determine if this section is enabled (default: false) + enable: false # Boolean to determine if this section is enabled (default: false) weight: 7 # Order to display section in (default: alphabetical followed by weight) showOnNavbar: true # Boolean to determine if a link should be shown for this section on the navbar hideTitle: false # Can optionally hide the title in sections (default: false)