From f37d8e8e3cdb26d4088b90d34d40fd18cd96ebe2 Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Mon, 24 Oct 2022 14:55:41 +0200 Subject: [PATCH] microsite: Add Gitea to sidebar Signed-off-by: Johan Haals --- microsite/sidebars.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/microsite/sidebars.json b/microsite/sidebars.json index 1f171e1832..2660e2fae6 100644 --- a/microsite/sidebars.json +++ b/microsite/sidebars.json @@ -200,6 +200,11 @@ "integrations/gitlab/discovery" ] }, + { + "type": "subcategory", + "label": "Gitea", + "ids": ["integrations/gitea/locations"] + }, { "type": "subcategory", "label": "Google GCS",