From bbd415c2612e2a0d8cbef468242a2035079c0c2b Mon Sep 17 00:00:00 2001 From: gijsio <67470426+gijsio@users.noreply.github.com> Date: Fri, 23 Oct 2020 11:10:50 +0200 Subject: [PATCH] Update config.toml added coredump page to the menu --- config.toml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index c6cbf22..811eb0c 100644 --- a/config.toml +++ b/config.toml @@ -1710,19 +1710,25 @@ theme = "doc-theme" identifier = "advance@cli" parent = "advance" weight = 20 +[[menu.main]] + name = "Coredump" + url = "/advance/coredump/" + identifier = "advance@coredump" + parent= "advance" + weight = 30 [[menu.main]] name = "SecureBoot and Encryption" url = "/advance/encryption/" identifier = "advance@encryption" parent = "advance" - weight = 30 + weight = 40 [[menu.main]] name = "Frozen code" url = "/advance/frozen/" identifier = "advance@frozen" parent = "advance" - weight = 40 + weight = 50 [[menu.main]] name="License"