Vollständige Dokumentations-Site mit: - Einstieg: Einführung, Schnellstart, Kernkonzepte - Guides: Deployment, CI/CD, Env-Vars, Domains, Logs - API-Referenz: Überblick, Auth, Applications, Deployments - Referenz: Tech Stack, FAQ - Dockerfile + nginx für containerisiertes Deployment Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
18 lines
334 B
JSON
18 lines
334 B
JSON
{
|
|
"name": "btc-main-ai-docs",
|
|
"type": "module",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/starlight": "^0.32.0",
|
|
"astro": "^5.0.0",
|
|
"sharp": "^0.33.0"
|
|
}
|
|
}
|