docs: add meticulous
This commit is contained in:
@@ -62,6 +62,8 @@ function changelogSidebarEntries(): DefaultTheme.SidebarItem[] {
|
||||
export default defineConfigWithTheme<DefaultTheme.Config>({
|
||||
title: 'Vue Flow',
|
||||
description: 'Visualize your ideas with Vue Flow, a highly customizable Vue3 Flowchart library.',
|
||||
dir: 'ltr',
|
||||
lang: 'en-US',
|
||||
head: head as HeadConfig[],
|
||||
|
||||
outDir: resolve(__dirname, '../../dist'),
|
||||
@@ -80,6 +82,7 @@ export default defineConfigWithTheme<DefaultTheme.Config>({
|
||||
},
|
||||
define: {
|
||||
__ANALYTICS_ID__: process.env.VERCEL_ANALYTICS_ID,
|
||||
__METICULOUS_PROJECT_ID__: process.env.METICULOUS_PROJECT_ID,
|
||||
},
|
||||
plugins: [
|
||||
copyVueFlowPlugin(),
|
||||
|
||||
Reference in New Issue
Block a user