mirror of
https://github.com/m1k1o/neko.git
synced 2025-07-30 06:50:55 +02:00
add customization section.
This commit is contained in:
parent
2ee23a7de3
commit
bfb917bbea
8 changed files with 115 additions and 33 deletions
|
@ -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" }]
|
||||
//},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue