website/docs: remove tenants docs from sidebar for now (#8551)

remove tenants docs form sidebar for now

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Tana M Berry
2024-02-19 09:17:00 -06:00
committed by GitHub
parent c3fb84397a
commit aa87695f3c

View File

@ -423,17 +423,6 @@ const docsSidebar = {
"security/CVE-2022-46172",
],
},
{
type: "category",
label: "Advanced topics",
link: {
type: "generated-index",
title: "Advanced topics",
slug: "advanced",
description: "Documentation for advanced features",
},
items: ["advanced/tenancy"],
},
],
};