docs: add Configure links

pull/249/head
Sylvie 6 months ago
parent 21095ed5f8
commit 2d55579cb7
No known key found for this signature in database
GPG Key ID: 75AB0FE5B983A3AF

@ -15,7 +15,8 @@ export default defineConfig({
{ text: 'Docker', link: '/install/docker' },
{ text: 'Local', link: '/install/local' }
]
}
},
{ text: 'Configure', link: '/configure/' }
],
sidebar: [
@ -27,6 +28,26 @@ export default defineConfig({
{ text: 'Local', link: '/install/local' }
]
},
{
text: 'Configure',
link: '/configure/',
items: [
{
text: 'SQL',
link: '/configure/sql',
items: [
{
text: 'MySQL',
link: '/configure/sql/mysql'
},
{
text: 'PostgreSQL',
link: '/configure/sql/postgresql'
}
]
}
]
},
{
text: 'Customize',
link: '/customize/',

@ -12,6 +12,9 @@ hero:
- theme: brand
text: Install
link: /install/
- theme: alt
text: Configure
link: /configure/
- theme: alt
text: Customize
link: /customize/

Loading…
Cancel
Save