docs: add README, boost skill, and documentation site

This commit is contained in:
manukminasyan
2026-03-27 00:29:57 +04:00
parent 29fcbd8aec
commit b8d930df1a
25 changed files with 1741 additions and 3 deletions

22
docs/package.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "comments-docs",
"scripts": {
"dev": "nuxt dev --extends docus",
"build": "nuxt build --extends docus",
"generate": "nuxt build --preset github_pages",
"preview": "nuxt preview"
},
"dependencies": {
"@nuxt/image": "^1.11.0",
"@nuxt/scripts": "^0.12.1",
"@nuxt/ui": "^4.0.0",
"@unhead/vue": "^2.0.17",
"better-sqlite3": "^12.4.1",
"docus": "latest",
"nuxt": "^4.1.2",
"typescript": "^5.9.2"
},
"devDependencies": {
"nuxt-fathom": "^0.0.3"
}
}