We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba30ca5 commit f0facafCopy full SHA for f0facaf
1 file changed
docs/.vitepress/config.mts
@@ -53,7 +53,14 @@ export default defineConfig({
53
{ icon: 'modrinth', link: 'https://modrinth.com/mod/allium' },
54
{ icon: 'github', link: 'https://github.com/moongardenmods/allium' },
55
{ icon: 'discord', link: "https://discord.gg/rWSaP222G9" },
56
- ]
+ ],
57
+
58
+ search: {
59
+ provider: 'local',
60
+ options: {
61
+ detailedView: true
62
+ }
63
64
},
65
66
markdown: {
0 commit comments