feat: enable local search with detailed view in VitePress configuration

This commit is contained in:
Firman Ramdhani
2026-06-24 17:51:34 +07:00
parent cccc2c40fc
commit e313967075
+6
View File
@@ -10,6 +10,12 @@ const config = withMermaid(
['link', { rel: 'icon', href: '/favicon.svg' }] // Jika Anda menggunakan favicon.svg
],
themeConfig: {
search: {
provider: 'local',
options: {
detailedView: true
}
},
logo: '/logo.svg',
nav: [
{ text: 'Docs', link: '/overview' },