Files
homebox/docs/.vitepress/menus/en.mts
Tonya 096b682f0a Improve oidc docs and fix attachment issue (#1153)
* fix: sort auth issues for oidc

* feat: improve oidc docs
2025-12-21 22:11:38 +00:00

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'},
]
}
]