- fix fenced code blocks: reset the doubled inline-code background on 'pre code', readable monospace styling (applies to all technical docs) - DocsApp decorates rendered code blocks with a hover copy button - seed a 'Connect your broker' guide (guides/) — the lasting reference for the supply-side last mile: heartbeat loop (curl + Node) to stay online, the relay WebSocket, and how it fits together (accurate from the API) - verified live on docs.amerc.ai: guide renders, 3 code blocks, 3 copy buttons wired, clean styling
20 lines
417 B
JSON
20 lines
417 B
JSON
{
|
|
"name": "amerc-site",
|
|
"version": "0.58.0-docscode",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host 0.0.0.0",
|
|
"build": "vite build",
|
|
"preview": "vite preview --host 0.0.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@vitejs/plugin-react": "^5.0.0",
|
|
"lucide-react": "^0.468.0",
|
|
"marked": "^14.1.4",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"vite": "^7.0.0"
|
|
}
|
|
}
|