docs: add minimap node docs to sidebar
This commit is contained in:
@@ -58,7 +58,7 @@ export default defineUserConfig({
|
||||
[
|
||||
docsearchPlugin({
|
||||
appId: 'F7BJNSM4M5',
|
||||
apiKey: process.env.ALGOLIA_API_KEY,
|
||||
apiKey: process.env.ALGOLIA_API_KEY!,
|
||||
indexName: 'vueflow',
|
||||
})
|
||||
],
|
||||
|
||||
@@ -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,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({
|
||||
|
||||
Reference in New Issue
Block a user