add customization section.

This commit is contained in:
Miroslav Šedivý 2025-03-31 22:39:44 +02:00
parent 2ee23a7de3
commit bfb917bbea
8 changed files with 115 additions and 33 deletions

View file

@ -54,6 +54,16 @@ const sidebars: SidebarsConfig = {
'configuration/plugins',
]
},
{
type: 'category',
label: 'Customization',
collapsed: false,
link: { type: "doc", id: "customization/README" },
items: [
'customization/browsers',
'customization/ui',
]
},
'migration-from-v2/README',
'reverse-proxy-setup',
{
@ -70,11 +80,6 @@ const sidebars: SidebarsConfig = {
//},
//{
// type: 'category',
// label: 'Application Customization',
// items: [{ type: "autogenerated", dirName: "app-customization" }]
//},
//{
// type: 'category',
// label: 'Developer Guide',
// items: [{ type: "autogenerated", dirName: "developer-guide" }]
//},