mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-08 22:21:45 +00:00
Invert the docs convention so the Mintlify-published site lives under docs/public/ and internal artifacts (strategy docs, brainstorms, plans, etc.) sit at docs/ root or docs/internal/. Tools that default to writing into docs/ now land in the catch-all instead of leaking into the published tree. - Move Mintlify content (administration/, agents/, api-reference/, changelog/, core-concepts/, examples/, execution/, getting-started/, human-tools/, integrations/, languages/, reference/, tutorials/, workflows/, images/, logo/, docs.json, favicon.svg, dot-highlight.js) into docs/public/. - Collapse docs-internal/ into docs/internal/. - Update Rust path references (fabro-api/build.rs, fabro-server, fabro-dev), TypeScript generator arg, CI path filters, clippy.toml reasons, AGENTS.md/CLAUDE.md, and README.md image refs. Mintlify dashboard project root must be updated to docs/public/ in a follow-up. .mintignore move/trim and .claude/skills/ updates land in a separate commit.
51 lines
2.6 KiB
XML
51 lines
2.6 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
|
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
<!-- Generated by graphviz version 14.1.2 (20260124.0452)
|
|
-->
|
|
<!-- Title: Hello Pages: 1 -->
|
|
<svg width="291pt" height="47pt"
|
|
viewBox="0.00 0.00 291.00 47.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 42.5)">
|
|
<title>Hello</title>
|
|
<polygon fill="white" stroke="none" points="-4,4 -4,-42.5 287.07,-42.5 287.07,4 -4,4"/>
|
|
<!-- start -->
|
|
<g id="node1" class="node">
|
|
<title>start</title>
|
|
<polygon fill="none" stroke="black" points="40.05,-37.25 0,-19.25 40.05,-1.25 80.1,-19.25 40.05,-37.25"/>
|
|
<polyline fill="none" stroke="black" points="10.95,-24.17 10.95,-14.33"/>
|
|
<polyline fill="none" stroke="black" points="29.11,-6.17 51,-6.17"/>
|
|
<polyline fill="none" stroke="black" points="69.16,-14.33 69.16,-24.17"/>
|
|
<polyline fill="none" stroke="black" points="51,-32.33 29.11,-32.33"/>
|
|
<text xml:space="preserve" text-anchor="middle" x="40.05" y="-14.2" font-family="Times,serif" font-size="14.00">Start</text>
|
|
</g>
|
|
<!-- compose -->
|
|
<g id="node3" class="node">
|
|
<title>compose</title>
|
|
<ellipse fill="none" stroke="black" cx="162.33" cy="-19.25" rx="46.23" ry="18"/>
|
|
<text xml:space="preserve" text-anchor="middle" x="162.33" y="-14.2" font-family="Times,serif" font-size="14.00">Compose</text>
|
|
</g>
|
|
<!-- start->compose -->
|
|
<g id="edge1" class="edge">
|
|
<title>start->compose</title>
|
|
<path fill="none" stroke="black" d="M81.1,-19.25C88.54,-19.25 96.44,-19.25 104.28,-19.25"/>
|
|
<polygon fill="black" stroke="black" points="104.12,-22.75 114.12,-19.25 104.12,-15.75 104.12,-22.75"/>
|
|
</g>
|
|
<!-- exit -->
|
|
<g id="node2" class="node">
|
|
<title>exit</title>
|
|
<polygon fill="none" stroke="black" points="283.07,-38.5 244.57,-38.5 244.57,0 283.07,0 283.07,-38.5"/>
|
|
<polyline fill="none" stroke="black" points="256.57,-38.5 244.57,-26.5"/>
|
|
<polyline fill="none" stroke="black" points="244.57,-12 256.57,0"/>
|
|
<polyline fill="none" stroke="black" points="271.07,0 283.07,-12"/>
|
|
<polyline fill="none" stroke="black" points="283.07,-26.5 271.07,-38.5"/>
|
|
<text xml:space="preserve" text-anchor="middle" x="263.82" y="-14.2" font-family="Times,serif" font-size="14.00">Exit</text>
|
|
</g>
|
|
<!-- compose->exit -->
|
|
<g id="edge2" class="edge">
|
|
<title>compose->exit</title>
|
|
<path fill="none" stroke="black" d="M209,-19.25C217.08,-19.25 225.31,-19.25 232.82,-19.25"/>
|
|
<polygon fill="black" stroke="black" points="232.75,-22.75 242.75,-19.25 232.75,-15.75 232.75,-22.75"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|