mirror of
https://github.com/remnawave/panel.git
synced 2026-04-27 18:20:27 +00:00
docs: simplify tutorial sidebar structure and adjust category positions for better organization
This commit is contained in:
46
sidebars.ts
46
sidebars.ts
@@ -14,51 +14,7 @@ Create as many sidebars as you want.
|
||||
*/
|
||||
const sidebars: SidebarsConfig = {
|
||||
// By default, Docusaurus generates a sidebar from the docs folder structure
|
||||
// tutorialSidebar: [{ type: 'autogenerated', dirName: '.' }]
|
||||
|
||||
tutorialSidebar: [
|
||||
'index',
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Installation',
|
||||
collapsed: false,
|
||||
items: [
|
||||
'installation/quick-start',
|
||||
'installation/env-variables',
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Reverse Proxies',
|
||||
items: [
|
||||
'installation/reverse-proxies/nginx',
|
||||
'installation/reverse-proxies/caddy',
|
||||
'installation/reverse-proxies/try-cloudflare'
|
||||
]
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Node install',
|
||||
items: ['installation/node/quick-start', 'installation/node/env-variables']
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Subscription Templating',
|
||||
collapsed: false,
|
||||
items: ['subscription-templating/subscription-templates']
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Panel Overview',
|
||||
items: ['panel-overview/home']
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Migrating',
|
||||
items: ['migrating/marzban']
|
||||
},
|
||||
'donate'
|
||||
]
|
||||
tutorialSidebar: [{ type: 'autogenerated', dirName: '.' }]
|
||||
}
|
||||
|
||||
export default sidebars
|
||||
|
||||
Reference in New Issue
Block a user