mirror of
https://github.com/supabase/supabase.git
synced 2026-07-06 14:44:23 +08:00
13 lines
307 B
TypeScript
13 lines
307 B
TypeScript
const Nav = [
|
|
{
|
|
label: 'Auth',
|
|
items: [
|
|
{ name: 'Auth Server', url: '/reference/auth', items: [] },
|
|
{ name: 'Configuration', url: '/reference/auth/config', items: [] },
|
|
{ name: 'Release Notes', url: '/reference/auth/release-notes', items: [] },
|
|
],
|
|
},
|
|
]
|
|
|
|
export default Nav
|