From 41b11f48ff99e726556a01d6c2b2d19cab1b6716 Mon Sep 17 00:00:00 2001 From: TheFrenchGhosty Date: Thu, 7 Oct 2021 16:01:47 +0200 Subject: [PATCH] Disable the internal documentation --- config/_default/menus.toml | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/config/_default/menus.toml b/config/_default/menus.toml index 1edddd1..2c5d299 100644 --- a/config/_default/menus.toml +++ b/config/_default/menus.toml @@ -1,24 +1,6 @@ -[[docs]] - name = "General" - weight = 10 - identifier = "general" - url = "/docs/general/" - -[[docs]] - 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 = "/docs/general/faq/" + url = "https://docs.invidious.io/" weight = 10 #[[main]]