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: 'Docker', link: '/install/docker' },
{ text: 'Local', link: '/install/local' } { text: 'Local', link: '/install/local' }
] ]
} },
{ text: 'Configure', link: '/configure/' }
], ],
sidebar: [ sidebar: [
@ -27,6 +28,26 @@ export default defineConfig({
{ text: 'Local', link: '/install/local' } { 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', text: 'Customize',
link: '/customize/', link: '/customize/',

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

Loading…
Cancel
Save