Files
SnapOtter/apps/docs/package.json
T
Siddharth Kumar Sah 6668615750 docs: add VitePress documentation site with GitHub Pages deployment
Rewrites all documentation with accurate project details (Fastify, port
1349, single-container Docker, all 33+ tools, full database schema).
Adds getting started guide and configuration reference. Updates help and
settings dialogs to link to the docs site.
2026-03-22 21:00:37 +08:00

14 lines
289 B
JSON

{
"name": "@stirling-image/docs",
"version": "0.1.0",
"private": true,
"scripts": {
"docs:dev": "vitepress dev .",
"docs:build": "vitepress build .",
"docs:preview": "vitepress preview ."
},
"devDependencies": {
"tsx": "^4.19.0",
"vitepress": "^1.1.4"
}
}