Skip to content

Commit

Permalink
update vuepress version
Browse files Browse the repository at this point in the history
  • Loading branch information
Shelikhoo authored and xiaokangwang committed Feb 11, 2025
1 parent 0c7777e commit 4937233
Show file tree
Hide file tree
Showing 3 changed files with 2,086 additions and 1,383 deletions.
5 changes: 5 additions & 0 deletions docs/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import {defaultTheme} from '@vuepress/theme-default'
import {docsearchPlugin} from '@vuepress/plugin-docsearch'
import {registerComponentsPlugin} from '@vuepress/plugin-register-components'
import { getDirname, path } from '@vuepress/utils'
import { viteBundler } from '@vuepress/bundler-vite'

const __dirname = getDirname(import.meta.url)

Expand Down Expand Up @@ -41,6 +42,10 @@ export default defineUserConfig({
description: 'Project V is a collection of tools that can help you build your own basic communication network',
}
},
bundler: viteBundler({
viteOptions: {},
vuePluginOptions: {},
}),
theme: defaultTheme({
repo: 'v2fly',
docsRepo: 'v2fly/v2fly-github-io',
Expand Down
14 changes: 10 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,18 @@
"docs/**/*.{md,markdown}": "lint-md"
},
"devDependencies": {
"@vuepress/plugin-docsearch": "^2.0.0-beta.61",
"@vuepress/plugin-register-components": "^2.0.0-beta.61",
"@vuepress/plugin-docsearch": "^2.0.0-rc.19",
"@vuepress/plugin-register-components": "^2.0.0-rc.19",
"lint-staged": "^15.4.3",
"vuepress": "^2.0.0-beta.61"
"sass-embedded": "^1.83.4",
"vuepress": "^2.0.0-rc.19"
},
"dependencies": {
"uuid": "^11.0.5"
"@algolia/client-search": ">= 4.9.1 < 6",
"@vuepress/bundler-vite": "^2.0.0-rc.19",
"@vuepress/theme-default": "^2.0.0-rc.76",
"search-insights": ">= 1 < 3",
"uuid": "^11.0.5",
"vue": "^3.5.0"
}
}
Loading

0 comments on commit 4937233

Please sign in to comment.