mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2025-12-26 23:21:39 +01:00
42 lines
1.3 KiB
TypeScript
42 lines
1.3 KiB
TypeScript
export default [
|
|
{
|
|
text: 'Getting Started',
|
|
items: [
|
|
{text: 'Quick Start', link: '/en/quick-start'},
|
|
{text: 'Installation', link: '/en/installation'},
|
|
{text: 'Configure', link: '/en/configure'},
|
|
{text: 'Storage', link: '/en/configure/storage'},
|
|
{text: 'OIDC', link: '/en/configure/oidc'},
|
|
{text: 'Upgrade Guide', link: '/en/upgrade'},
|
|
{text: 'Migration Guide', link: '/en/migration'},
|
|
]
|
|
},
|
|
{
|
|
text: 'Users Guide',
|
|
items: [
|
|
{text: 'Organizing Items', link: '/en/user-guide/organizing-items'},
|
|
{text: 'Tips and Tricks', link: '/en/user-guide/tips-tricks'},
|
|
]
|
|
},
|
|
{
|
|
text: 'Advanced',
|
|
items: [
|
|
{text: 'Import CSV', link: '/en/import-csv'},
|
|
]
|
|
},
|
|
{
|
|
text: 'Contributing',
|
|
items: [
|
|
{text: 'Get Started', link: '/en/contribute/get-started'},
|
|
{text: 'Using Shadcn-vue', link: '/en/contribute/shadcn'},
|
|
{text: 'Bounty Program', link: '/en/contribute/bounty'}
|
|
]
|
|
},
|
|
{
|
|
text: 'Analytics',
|
|
items: [
|
|
{text: 'Purpose & Data', link: '/en/analytics'},
|
|
{text: 'Privacy Policy', link: '/en/analytics/privacy'},
|
|
]
|
|
}
|
|
] |