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 dc234ad commit 8c7a09dCopy full SHA for 8c7a09d
www/vocs.config.ts
@@ -2,7 +2,9 @@ import { defineConfig } from 'vocs'
2
3
export default defineConfig({
4
title: 'MCP-Go',
5
- search: {},
+ search: {
6
+ fuzzy: true
7
+ },
8
baseUrl: 'https://mcp-go.dev',
9
basePath: '/',
10
logoUrl: '/logo.png',
0 commit comments