Skip to content

Commit 4ae05e0

Browse files
committed
Добавлен поиск
1 parent 19e4f4d commit 4ae05e0

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/.vitepress/config.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,10 @@ export default defineConfig({
6969
collapsed: true,
7070
items: [
7171
{ text: "Angstrom", link: "/libraries/parsers/angstrom" },
72-
{ text: "Eio.Buf_read", link: "/libraries/concurrency/eio#buf_read" },
72+
{
73+
text: "Eio.Buf_read",
74+
link: "/libraries/concurrency/eio#buf_read",
75+
},
7376
{ text: "Rpmfile", link: "/libraries/parsers/rpmfile" },
7477
],
7578
},
@@ -89,6 +92,10 @@ export default defineConfig({
8992
{ icon: "github", link: "https://github.com/dx3mod/ocamlportal.ru" },
9093
{ icon: "discord", link: "https://discord.gg/MJvmEsVXk8" },
9194
],
95+
96+
search: {
97+
provider: "local",
98+
},
9299
},
93100
markdown: {
94101
theme: {

0 commit comments

Comments
 (0)