gommage dead doc links

This commit is contained in:
Igor Loskutov
2026-01-07 14:29:59 -05:00
parent 407c15299f
commit 1f2aeff8cc

View File

@@ -25,59 +25,23 @@ const sidebars: SidebarsConfig = {
'installation/self-hosted-gpu-setup', 'installation/self-hosted-gpu-setup',
'installation/auth-setup', 'installation/auth-setup',
'installation/daily-setup', 'installation/daily-setup',
{
type: 'category',
label: 'Other Integrations',
collapsed: true,
items: [
'installation/whereby-setup',
'installation/zulip-setup',
],
},
], ],
}, },
{ {
type: 'category', type: 'category',
label: 'Pipelines', label: 'Pipelines',
items: [ items: [
'pipelines/overview',
'pipelines/file-pipeline', 'pipelines/file-pipeline',
'pipelines/live-pipeline',
], ],
}, },
{ {
type: 'category', type: 'category',
label: 'Reference', label: 'Reference',
items: [ items: [
{
type: 'category',
label: 'Architecture',
items: [
'reference/architecture/overview',
'reference/architecture/backend',
'reference/architecture/frontend',
'reference/architecture/workers',
'reference/architecture/database',
],
},
{
type: 'category',
label: 'Processors',
items: [
'reference/processors/transcription',
'reference/processors/diarization',
'reference/processors/translation',
'reference/processors/analysis',
],
},
{ {
type: 'category', type: 'category',
label: 'API', label: 'API',
items: [ items: [
{
type: 'doc',
id: 'reference/api/overview',
},
{ {
type: 'link', type: 'link',
label: 'OpenAPI Reference', label: 'OpenAPI Reference',
@@ -85,7 +49,6 @@ const sidebars: SidebarsConfig = {
}, },
], ],
}, },
'reference/configuration',
], ],
}, },
'roadmap', 'roadmap',