- Starlight documentation for mcnanovna and mcpositioner - 19 pages covering tools, prompts, hardware, and tutorials - Docker deployment with dev/prod modes - Makefile for docker compose management - Custom SVG logos and hero illustration
18 lines
389 B
JSON
18 lines
389 B
JSON
{
|
|
"name": "mcnanovna-docs",
|
|
"version": "2026.02.04",
|
|
"description": "Documentation for mcnanovna and mcpositioner MCP servers",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/starlight": "^0.32.4",
|
|
"astro": "^5.17.1",
|
|
"sharp": "^0.34.1"
|
|
}
|
|
}
|