chore: switch from vuepress to vitepress
deploy / deploy (push) Failing after 7m39s

This commit is contained in:
2026-07-11 11:41:14 +02:00
parent 3aa57fcdda
commit b9558d4792
96 changed files with 491 additions and 2895 deletions
+3 -12
View File
@@ -8,19 +8,10 @@
"license": "AGPL-3.0",
"private": true,
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.30",
"@vuepress/plugin-slimsearch": "2.0.0-rc.131",
"@vuepress/plugin-umami-analytics": "2.0.0-rc.131",
"@vuepress/theme-default": "2.0.0-rc.132",
"sass-embedded": "^1.100.0",
"vuepress": "2.0.0-rc.30"
},
"dependencies": {
"less": "^4.6.7",
"nord": "^0.2.1"
"vitepress": "^2.0.0-alpha.18"
},
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs"
"dev": "vitepress dev",
"build": "vitepress build"
}
}