docs: Migrated to astro v7 for live docs

This commit is contained in:
2026-07-09 04:53:00 +05:30
parent 093f8de4c5
commit d9940a036a
26 changed files with 4273 additions and 516 deletions

17
web/docs/package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "docs",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"dependencies": {
"@astrojs/starlight": "^0.41.3",
"astro": "^7.0.7",
"sharp": "^0.33.5"
}
}