Use astro-mermaid (client-side) for 3 diagrams: DAP architecture in swd-operations, exception hierarchy in error-handling and exceptions reference. Also fixes stale error-handling.mdx that was missing SWDError from the hierarchy diagram and import example.
22 lines
462 B
JSON
22 lines
462 B
JSON
{
|
|
"name": "openocd-python-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.35.0",
|
|
"@iconify-json/lucide": "^1.2.0",
|
|
"astro": "^5.17.2",
|
|
"astro-icon": "^1.1.0",
|
|
"astro-mermaid": "^1.3.1",
|
|
"mermaid": "^11.12.3",
|
|
"sharp": "^0.33.0"
|
|
}
|
|
}
|