Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 816 Bytes

File metadata and controls

23 lines (17 loc) · 816 Bytes

TOPOLOGY.md — a2ml-showcase

Purpose

Content showcase for A2ML (AI Attestation Markup Language): example documents, templates, and rendered output demonstrating A2ML format capabilities. No executable code — pure content and documentation repo. Generated output is produced by the Deno renderer via just render.

Module Map

a2ml-showcase/
├── content/       # A2ML source documents (examples, templates)
├── output/        # Rendered output (HTML, text)
├── deno.json      # Deno task runner config
└── template.html  # HTML rendering template

Data Flow

[content/*.a2ml] ──► [a2ml-deno renderer] ──► [output/]