We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19e4f4d commit 4ae05e0Copy full SHA for 4ae05e0
docs/.vitepress/config.ts
@@ -69,7 +69,10 @@ export default defineConfig({
69
collapsed: true,
70
items: [
71
{ text: "Angstrom", link: "/libraries/parsers/angstrom" },
72
- { text: "Eio.Buf_read", link: "/libraries/concurrency/eio#buf_read" },
+ {
73
+ text: "Eio.Buf_read",
74
+ link: "/libraries/concurrency/eio#buf_read",
75
+ },
76
{ text: "Rpmfile", link: "/libraries/parsers/rpmfile" },
77
],
78
},
@@ -89,6 +92,10 @@ export default defineConfig({
89
92
{ icon: "github", link: "https://github.com/dx3mod/ocamlportal.ru" },
90
93
{ icon: "discord", link: "https://discord.gg/MJvmEsVXk8" },
91
94
95
+
96
+ search: {
97
+ provider: "local",
98
99
100
markdown: {
101
theme: {
0 commit comments