docs: docs-site initial

This commit is contained in:
3252a8
2026-05-26 16:04:04 +03:00
parent f30e729f1f
commit 5833b18052
14 changed files with 6644 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"private": true,
"type": "module",
"scripts": {
"sync:docs": "node ./scripts/sync-docs.mjs",
"dev": "npm run sync:docs && astro dev",
"build": "npm run sync:docs && astro build",
"preview": "astro preview"
},
"dependencies": {
"@astrojs/starlight": "^0.39.2",
"astro": "^6.3.7",
"typescript": "^6.0.3"
},
"engines": {
"node": ">=22.0.0"
}
}