Scaffolds docs-site/ with the warehack.ing cookie-cutter pattern (Caddy + Node multi-stage Dockerfile, caddy-docker-proxy labels, HMR via WSS). 21 content pages following Diataxis structure: - Start Here: overview, installation, first-steps tutorial - How-To Guides: media players, systemd, notifications, battery/network, bluetooth, service exploration, permissions - Reference: discovery tools, interaction tools, shortcut tools, resources, prompts, environment variables - Explanation: architecture, session vs system bus, confirmation flow, security layers Terminal-green + slate theme. Builds to 22 static HTML pages.
20 lines
402 B
JSON
20 lines
402 B
JSON
{
|
|
"name": "mcdbus-docs",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/sitemap": "^3.3.1",
|
|
"@astrojs/starlight": "^0.37.6",
|
|
"@tailwindcss/vite": "^4.1.3",
|
|
"astro": "^5.7.10",
|
|
"sharp": "^0.33.0",
|
|
"tailwindcss": "^4.1.3"
|
|
}
|
|
}
|