docs: add minimap node docs to sidebar
This commit is contained in:
@@ -58,7 +58,7 @@ export default defineUserConfig({
|
|||||||
[
|
[
|
||||||
docsearchPlugin({
|
docsearchPlugin({
|
||||||
appId: 'F7BJNSM4M5',
|
appId: 'F7BJNSM4M5',
|
||||||
apiKey: process.env.ALGOLIA_API_KEY,
|
apiKey: process.env.ALGOLIA_API_KEY!,
|
||||||
indexName: 'vueflow',
|
indexName: 'vueflow',
|
||||||
})
|
})
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -76,6 +76,7 @@ export default {
|
|||||||
children: [
|
children: [
|
||||||
'/guide/components/background',
|
'/guide/components/background',
|
||||||
'/guide/components/minimap',
|
'/guide/components/minimap',
|
||||||
|
'/guide/components/minimap-node',
|
||||||
'/guide/components/controls',
|
'/guide/components/controls',
|
||||||
'/guide/components/control-button',
|
'/guide/components/control-button',
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
import { defineConfig } from 'windicss/helpers'
|
import { defineConfig } from 'windicss/helpers'
|
||||||
import { resolve } from 'path'
|
import { resolve } from 'path'
|
||||||
import typography from 'windicss/plugin/typography'
|
import typography from 'windicss/plugin/typography'
|
||||||
|
// @ts-ignore
|
||||||
import scrollbar from '@windicss/plugin-scrollbar'
|
import scrollbar from '@windicss/plugin-scrollbar'
|
||||||
|
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
|
|||||||
Reference in New Issue
Block a user