adds starlight docs

This commit is contained in:
Christian Beutel
2024-06-09 16:11:12 +02:00
parent d9b5e7e0a5
commit 2a714486e3
24 changed files with 9900 additions and 0 deletions

26
docs/package.json Normal file
View File

@@ -0,0 +1,26 @@
{
"name": "docs",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/starlight": "^0.24.0",
"@astrojs/starlight-tailwind": "^2.0.3",
"@astrojs/svelte": "^5.5.0",
"@astrojs/tailwind": "^5.1.0",
"@fontsource/ibm-plex-mono": "^5.0.13",
"@fontsource/ibm-plex-sans": "^5.0.20",
"astro": "^4.8.6",
"sharp": "^0.32.5",
"svelte": "^4.2.18",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.5"
}
}