frappe_docker/docs/package.json
adithya c81d6c794b fix: Contain all docs and related in docs folder
The package.json and pnpm-lock.yaml are not part of the main repo but
specific to the docs. The workflow will now target this folder for
running.
2026-03-15 18:47:35 +05:30

11 lines
No EOL
245 B
JSON

{
"devDependencies": {
"vitepress": "2.0.0-alpha.15",
"vitepress-sidebar": "^1.33.1"
},
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
}
}