Files
hapi/docs/package.json
T
weishu 460c393006 docs: add documentation site with VitePress setup
- Initialize VitePress documentation site with config, index, and guides
- Add guides for quick-start, installation, PWA, how-it-works, FAQ, and why HAPI
- Update .gitignore to exclude VitePress cache directory
- Update logo.svg with actual icon from web/public/icon.svg
- Simplify README.md with link to full installation guide
- Remove redundant WHY_NOT_HAPPY.md (content migrated to why-hapi guide)
2025-12-31 20:41:02 +08:00

18 lines
397 B
JSON

{
"name": "hapi-docs",
"version": "1.0.0",
"description": "HAPI Documentation",
"type": "module",
"scripts": {
"docs:dev": "vitepress dev",
"docs:build": "vitepress build",
"docs:preview": "vitepress preview"
},
"keywords": ["hapi", "ai", "agent", "documentation"],
"author": "",
"license": "LGPL-3.0-or-later",
"devDependencies": {
"vitepress": "^1.6.4"
}
}