Add Starlight documentation site with full content
Astro 5 + Starlight docs site with 17 pages covering all 30 mcserial
tools. Structured using Diataxis framework: tutorials, guides, reference,
and concepts. Includes Docker + caddy-docker-proxy deployment for
mcserial.l.zmesh.systems with HMR support behind reverse proxy.
Content pages:
- Landing page with feature overview and quick start
- Tutorials: getting started, loopback testing (loop://)
- Guides: RS-232 basics, RS-485/Modbus, file transfers, network ports
- Reference: common tools, RS-232 tools, RS-485 tools, file transfer
tools, URL schemes, MCP resources, environment variables
- Concepts: RS-232 vs RS-485, flow control
2026-02-02 22:01:48 -07:00
|
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="none">
|
2026-02-02 22:42:48 -07:00
|
|
|
<!-- DE-9 connector favicon -->
|
|
|
|
|
<circle cx="3" cy="16" r="2" stroke="#0d9488" stroke-width="1" fill="none"/>
|
|
|
|
|
<circle cx="29" cy="16" r="2" stroke="#0d9488" stroke-width="1" fill="none"/>
|
|
|
|
|
<path d="M 7,10 L 25,10 A 3,6 0 0 1 23,22 L 9,22 A 3,6 0 0 1 7,10 Z"
|
|
|
|
|
stroke="#0d9488" stroke-width="1.5" fill="none"/>
|
|
|
|
|
<circle cx="10" cy="14" r="1.1" fill="#0d9488"/>
|
|
|
|
|
<circle cx="13" cy="14" r="1.1" fill="#0d9488"/>
|
|
|
|
|
<circle cx="16" cy="14" r="1.1" fill="#0d9488"/>
|
|
|
|
|
<circle cx="19" cy="14" r="1.1" fill="#0d9488"/>
|
|
|
|
|
<circle cx="22" cy="14" r="1.1" fill="#0d9488"/>
|
|
|
|
|
<circle cx="11.5" cy="18" r="1.1" fill="#0d9488"/>
|
|
|
|
|
<circle cx="14.5" cy="18" r="1.1" fill="#0d9488"/>
|
|
|
|
|
<circle cx="17.5" cy="18" r="1.1" fill="#0d9488"/>
|
|
|
|
|
<circle cx="20.5" cy="18" r="1.1" fill="#0d9488"/>
|
Add Starlight documentation site with full content
Astro 5 + Starlight docs site with 17 pages covering all 30 mcserial
tools. Structured using Diataxis framework: tutorials, guides, reference,
and concepts. Includes Docker + caddy-docker-proxy deployment for
mcserial.l.zmesh.systems with HMR support behind reverse proxy.
Content pages:
- Landing page with feature overview and quick start
- Tutorials: getting started, loopback testing (loop://)
- Guides: RS-232 basics, RS-485/Modbus, file transfers, network ports
- Reference: common tools, RS-232 tools, RS-485 tools, file transfer
tools, URL schemes, MCP resources, environment variables
- Concepts: RS-232 vs RS-485, flow control
2026-02-02 22:01:48 -07:00
|
|
|
</svg>
|