This commit is contained in:
musistudio
2026-01-01 21:17:41 +08:00
parent 5ac38d3d0f
commit e7608ada4a
76 changed files with 8652 additions and 1187 deletions

View File

@@ -33,6 +33,7 @@ const sidebars: SidebarsConfig = {
{
type: 'category',
label: 'Configuration',
key: 'server-configuration-category',
link: {
type: 'generated-index',
title: 'Server Configuration',
@@ -57,7 +58,6 @@ const sidebars: SidebarsConfig = {
},
items: [
'server/advanced/custom-router',
'server/advanced/agents',
'server/advanced/presets',
],
},
@@ -89,12 +89,15 @@ const sidebars: SidebarsConfig = {
'cli/commands/start',
'cli/commands/model',
'cli/commands/status',
'cli/commands/statusline',
'cli/commands/preset',
'cli/commands/other',
],
},
{
type: 'category',
label: 'Configuration',
key: 'cli-configuration-category',
link: {
type: 'generated-index',
title: 'CLI Configuration',