mirror of
https://github.com/m1k1o/neko.git
synced 2025-06-04 20:03:04 +02:00
fix links on webpage.
This commit is contained in:
parent
7f2dd28f99
commit
5e04c31222
28 changed files with 362 additions and 314 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue