docs: add minimap node docs to sidebar

This commit is contained in:
bcakmakoglu
2022-06-19 21:22:20 +02:00
parent 04907fcc16
commit 597cfad39b
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ export default defineUserConfig({
[
docsearchPlugin({
appId: 'F7BJNSM4M5',
apiKey: process.env.ALGOLIA_API_KEY,
apiKey: process.env.ALGOLIA_API_KEY!,
indexName: 'vueflow',
})
],
+1
View File
@@ -76,6 +76,7 @@ export default {
children: [
'/guide/components/background',
'/guide/components/minimap',
'/guide/components/minimap-node',
'/guide/components/controls',
'/guide/components/control-button',
],
+1
View File
@@ -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({