diff --git a/docs/src/.vuepress/config.ts b/docs/src/.vuepress/config.ts index 66ddc5f7..8b635dc6 100644 --- a/docs/src/.vuepress/config.ts +++ b/docs/src/.vuepress/config.ts @@ -58,7 +58,7 @@ export default defineUserConfig({ [ docsearchPlugin({ appId: 'F7BJNSM4M5', - apiKey: process.env.ALGOLIA_API_KEY, + apiKey: process.env.ALGOLIA_API_KEY!, indexName: 'vueflow', }) ], diff --git a/docs/src/.vuepress/theme/index.ts b/docs/src/.vuepress/theme/index.ts index 164de7b0..da0653d7 100644 --- a/docs/src/.vuepress/theme/index.ts +++ b/docs/src/.vuepress/theme/index.ts @@ -76,6 +76,7 @@ export default { children: [ '/guide/components/background', '/guide/components/minimap', + '/guide/components/minimap-node', '/guide/components/controls', '/guide/components/control-button', ], diff --git a/docs/src/.vuepress/windi.config.ts b/docs/src/.vuepress/windi.config.ts index 0f5ab637..c3655f43 100644 --- a/docs/src/.vuepress/windi.config.ts +++ b/docs/src/.vuepress/windi.config.ts @@ -1,6 +1,7 @@ import { defineConfig } from 'windicss/helpers' import { resolve } from 'path' import typography from 'windicss/plugin/typography' +// @ts-ignore import scrollbar from '@windicss/plugin-scrollbar' export default defineConfig({