added wiki page

This commit is contained in:
2025-05-15 00:20:15 +02:00
parent cb848460c0
commit 77f31f7777
11 changed files with 6662 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name": "docs",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/starlight": "^0.34.3",
"astro": "^5.6.1",
"sharp": "^0.32.5"
}
}