website/docs: add docs for customisation

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2022-04-06 00:06:28 +02:00
parent e38d03b304
commit 21f92b4a65
3 changed files with 77 additions and 0 deletions

View File

@ -139,6 +139,26 @@ module.exports = {
"events/transports",
],
},
{
type: "category",
label: "Interfaces",
items: [
{
type: "category",
label: "User",
items: [
"interfaces/user/customization",
],
},
{
type: "category",
label: "Admin",
items: [
"interfaces/admin/customization",
],
},
],
},
{
type: "category",
label: "Users & Groups",