mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-05 06:24:37 +00:00
- 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)
18 lines
397 B
JSON
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"
|
|
}
|
|
}
|