docs(architecture): add generated runtime diagram and receipts
Add the generated Gitty runtime architecture documentation produced by archify: rendered HTML, JSON specification and delivery/browser receipts, visual-check screenshots and contact sheets, and accompanying diagram JSON/visual files under docs/diagrams. These are auto-generated static documentation artifacts (archify metadata present) and should not be edited by hand.
This commit is contained in:
@@ -0,0 +1,91 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"ok": true,
|
||||
"command": "validate",
|
||||
"type": "workflow",
|
||||
"input": "/mnt/data/Development/GitLite/docs/diagrams/clone-repository.json",
|
||||
"checks": [
|
||||
{
|
||||
"name": "single_svg",
|
||||
"ok": true,
|
||||
"details": [
|
||||
"found 1 <svg> block(s)"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "finite_svg",
|
||||
"ok": true,
|
||||
"details": []
|
||||
},
|
||||
{
|
||||
"name": "orthogonal_arrows",
|
||||
"ok": true,
|
||||
"details": []
|
||||
},
|
||||
{
|
||||
"name": "label_route_clearance",
|
||||
"ok": true,
|
||||
"details": []
|
||||
},
|
||||
{
|
||||
"name": "relationship_crossings",
|
||||
"ok": true,
|
||||
"details": []
|
||||
},
|
||||
{
|
||||
"name": "relationship_corridors",
|
||||
"ok": true,
|
||||
"details": []
|
||||
},
|
||||
{
|
||||
"name": "container_border_runs",
|
||||
"ok": true,
|
||||
"details": []
|
||||
},
|
||||
{
|
||||
"name": "route_rhythm",
|
||||
"ok": true,
|
||||
"details": []
|
||||
},
|
||||
{
|
||||
"name": "legend_clearance",
|
||||
"ok": true,
|
||||
"details": []
|
||||
}
|
||||
],
|
||||
"composition": {
|
||||
"schemaVersion": 1,
|
||||
"profile": "showcase",
|
||||
"status": "pass",
|
||||
"summary": {
|
||||
"errors": 0,
|
||||
"warnings": 0
|
||||
},
|
||||
"metrics": {
|
||||
"properCrossings": 0,
|
||||
"ambiguousCorridors": 0,
|
||||
"containerBorderRuns": 0,
|
||||
"labelRouteClearanceIssues": 0,
|
||||
"minLabelRouteClearance": 72.6,
|
||||
"desktopReadabilityIssues": 0,
|
||||
"minProjectedNodeTextPx": null,
|
||||
"maxBends": 3,
|
||||
"routesOverSuggestedBends": 1,
|
||||
"maxStretch": 1.159,
|
||||
"routesOverSuggestedStretch": 0,
|
||||
"minSegmentPx": 16,
|
||||
"minInteriorSegmentPx": 93.5,
|
||||
"shortSegmentCount": 0,
|
||||
"shortEndpointSegmentCount": 0,
|
||||
"shortInteriorSegmentCount": 0,
|
||||
"microSegmentCount": 0
|
||||
},
|
||||
"suggestedLimits": {
|
||||
"bendsPerRelationship": 2,
|
||||
"stretch": 1.35,
|
||||
"segmentPx": 16,
|
||||
"microSegmentPx": 8
|
||||
},
|
||||
"issues": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user