From f7ed0fad3ced79e4e976ae64da4f960627cc0a72 Mon Sep 17 00:00:00 2001 From: TheFrenchGhosty Date: Sun, 5 Sep 2021 19:24:57 +0200 Subject: [PATCH] Make it ready for the documentation --- config/_default/menus.toml | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/config/_default/menus.toml b/config/_default/menus.toml index 5188599..1edddd1 100644 --- a/config/_default/menus.toml +++ b/config/_default/menus.toml @@ -1,18 +1,24 @@ [[docs]] - name = "Prologue" + name = "General" weight = 10 - identifier = "prologue" - url = "https://docs.invidious.io/" + identifier = "general" + url = "/docs/general/" [[docs]] - name = "Help" - weight = 60 - identifier = "help" - url = "https://docs.invidious.io/" + name = "For Administrators" + weight = 10 + identifier = "for-administrators" + url = "/docs/for-administrators/" + +[[docs]] + name = "For Developers" + weight = 10 + identifier = "for-developers" + url = "/docs/for-developers/" [[main]] name = "Documentation" - url = "https://docs.invidious.io/" + url = "/docs/general/faq/" weight = 10 #[[main]]