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

11
web/docs/tsconfig.json Normal file
View File

@@ -0,0 +1,11 @@
{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@assets/*": ["src/assets/*"]
}
},
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"]
}