fix links on webpage.

This commit is contained in:
Miroslav Šedivý 2025-03-22 23:02:57 +01:00
parent 7f2dd28f99
commit 5e04c31222
28 changed files with 362 additions and 314 deletions

View file

@ -20,7 +20,20 @@ const sidebars: SidebarsConfig = {
label: 'Getting Started',
className: 'menu__list-item-flat',
collapsible: false,
items: [{ type: "autogenerated", dirName: "getting-started" }]
items: [
'introduction',
'quick-start',
{
type: 'category',
label: 'Installation',
collapsed: false,
link: { type: "doc", id: "installation/README" },
items: [
'installation/docker-images',
'installation/examples',
]
},
]
},
{
type: 'category',
@ -28,7 +41,21 @@ const sidebars: SidebarsConfig = {
className: 'menu__list-item-flat',
collapsible: false,
items: [
{ type: "autogenerated", dirName: "reference" },
{
type: 'category',
label: 'Configuration',
collapsed: false,
link: { type: "doc", id: "configuration/README" },
items: [
'configuration/authentication',
'configuration/capture',
'configuration/desktop',
'configuration/webrtc',
'configuration/plugins',
]
},
'migration-from-v2/README',
'reverse-proxy-setup',
{
type: 'link',
label: 'API Reference',