docs: update vitepress + enable detailed search by default

This commit is contained in:
Guillaume Chau
2024-01-15 09:57:04 +01:00
parent ca3f2f4f84
commit fb66dcebbb
4 changed files with 618 additions and 74 deletions
+3
View File
@@ -317,6 +317,9 @@ export default defineConfig({
},
search: {
provider: 'local',
options: {
detailedView: true,
},
},
},