mcilspy/docs-site/public/favicon.svg
Ryan Malloy 643576111c docs: add Starlight docs site for mcilspy.warehack.ing
Follows the warehack.ing cookie-cutter pattern (Caddy + multi-stage Docker).
34 content pages covering Getting Started, 7 Guides, 16 Tool Reference pages,
MCP Prompts, Data Models, Changelog, and Development docs. Steel blue + amber
theme with Pagefind search and Mermaid diagram support.
2026-03-02 18:18:43 -07:00

31 lines
1.9 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<!-- Binary background circle -->
<circle cx="16" cy="16" r="15" fill="#0f172a" stroke="#334155" stroke-width="1"/>
<!-- Binary digits (faded) -->
<text x="5" y="10" font-family="monospace" font-size="4" fill="#334155" opacity="0.6">01</text>
<text x="14" y="10" font-family="monospace" font-size="4" fill="#334155" opacity="0.6">10</text>
<text x="23" y="10" font-family="monospace" font-size="4" fill="#334155" opacity="0.5">01</text>
<text x="5" y="15" font-family="monospace" font-size="4" fill="#334155" opacity="0.5">11</text>
<text x="14" y="15" font-family="monospace" font-size="4" fill="#334155" opacity="0.4">00</text>
<text x="23" y="15" font-family="monospace" font-size="4" fill="#334155" opacity="0.6">10</text>
<text x="5" y="20" font-family="monospace" font-size="4" fill="#334155" opacity="0.4">10</text>
<text x="14" y="20" font-family="monospace" font-size="4" fill="#334155" opacity="0.5">01</text>
<text x="23" y="20" font-family="monospace" font-size="4" fill="#334155" opacity="0.4">11</text>
<text x="5" y="25" font-family="monospace" font-size="4" fill="#334155" opacity="0.5">01</text>
<text x="14" y="25" font-family="monospace" font-size="4" fill="#334155" opacity="0.6">10</text>
<text x="23" y="25" font-family="monospace" font-size="4" fill="#334155" opacity="0.5">00</text>
<!-- Magnifying glass body -->
<circle cx="14" cy="14" r="7" fill="none" stroke="#f59e0b" stroke-width="2"/>
<!-- Glass lens highlight -->
<circle cx="14" cy="14" r="5" fill="#f59e0b" opacity="0.1"/>
<!-- Magnifying glass handle -->
<line x1="19.5" y1="19.5" x2="26" y2="26" stroke="#f59e0b" stroke-width="2.5" stroke-linecap="round"/>
<!-- C# symbol inside lens -->
<text x="14" y="16.5" font-family="sans-serif" font-size="8" font-weight="bold" fill="#f59e0b" text-anchor="middle">C#</text>
</svg>