From ef830bf244d78749554655dde54ed1eb355d28d6 Mon Sep 17 00:00:00 2001 From: Henk Verlinde Date: Tue, 1 Feb 2022 11:00:25 +0100 Subject: [PATCH] config: set to new default --- config/_default/menus/menus.en.toml | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 deletions(-) diff --git a/config/_default/menus/menus.en.toml b/config/_default/menus/menus.en.toml index 21daea8..5e24b86 100644 --- a/config/_default/menus/menus.en.toml +++ b/config/_default/menus/menus.en.toml @@ -45,31 +45,24 @@ weight = 20 [[main]] - name = "Prologue" + name = "Get Started" weight = 30 - identifier = "prologue" - url = "/docs/prologue/" - -[[main]] - name = "Introduction" - weight = 35 - identifier = "introduction" + identifier = "get-started" url = "/docs/prologue/introduction/" - parent = "prologue" [[main]] name = "Quick Start" weight = 40 identifier = "quick-start" url = "/docs/prologue/quick-start/" - parent = "prologue" + parent = "get-started" [[main]] - name = "Commands" - weight = 45 - identifier = "commands" - url = "/docs/prologue/commands/" - parent = "prologue" + name = "Tutorial" + weight = 50 + identifier = "tutorial" + url = "https://getdoks.org/tutorial/introduction/" + parent = "get-started" [[social]] name = "GitHub"