mcaxl/docs/public/favicon.svg
Ryan Malloy 314a80d6de docs: deployment scaffolding + logos + live cluster examples
Three additions to the docs site, all atomic to docs/:

1. Deployment configs (Dockerfile + Caddyfile + docker-compose.yml +
   .env.example + Makefile) mirroring bingham/cucx's pattern. The
   compose service uses caddy-docker-proxy labels with the operator's
   .mcp.l.supported.systems wildcard DNS pattern; suggested subdomain
   is mcaxl-docs.mcp.l.supported.systems.

2. Logo + favicon (forest-green palette matching the existing custom.css
   accent). Wordmark uses ui-monospace with currentColor so Starlight
   inverts on light/dark; icon-mark is a terminal chevron + three
   diminishing query-row lines (audit-by-query motif).

3. Live cluster examples in reference/tools.md for axl_version,
   axl_list_tables (route% pattern), and axl_describe_table
   (routepartition). Outputs sanitized per python.md PII rules
   (15.0.1.12900(234) → 15.0(1); cluster-fingerprinting build string
   removed).

Build clean: 17 pages built, pagefind search index across all,
favicon resolves to /favicon.svg, logo fingerprinted into _astro/.

Not yet deployed — operator wires docker compose up when ready.
2026-04-29 04:19:20 -06:00

9 lines
659 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" role="img" aria-label="mcaxl">
<rect x="1" y="1" width="30" height="30" rx="6" fill="#103e34"/>
<path d="M7 11 L12 16 L7 21" fill="none" stroke="#4f9a78" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round"/>
<line x1="15" y1="13" x2="26" y2="13" stroke="#a8cdb8" stroke-width="2" stroke-linecap="round"/>
<line x1="15" y1="17" x2="22" y2="17" stroke="#a8cdb8" stroke-width="2" stroke-linecap="round" opacity="0.75"/>
<line x1="15" y1="21" x2="24" y2="21" stroke="#a8cdb8" stroke-width="2" stroke-linecap="round" opacity="0.55"/>
</svg>