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 7b285ca commit 3fd21c5Copy full SHA for 3fd21c5
‎docs/.vitepress/config.ts
@@ -13,14 +13,15 @@ export default defineConfig({
13
themeConfig: {
14
// https://vitepress.dev/reference/default-theme-config
15
logo: '/favicon.svg',
16
-
+ search: {
17
+ provider: 'local'
18
+ },
19
nav: [
20
{ text: 'Guide', link: '/guide/getting-started', activeMatch: '/guide/' },
21
{ text: 'API', link: '/reference/props', activeMatch: '/reference/' },
22
{ text: 'Examples', link: '/examples/basic-example', activeMatch: '/examples/' },
23
{ text: 'Changelog', link: 'https://github.com/laurens94/vue-timeline-chart/releases' },
24
],
25
sidebar: [
26
{
27
text: 'Introduction',
0 commit comments