Skip to content

Commit 7a328c9

Browse files
committed
docs: add TOPOLOGY.md
1 parent f32d978 commit 7a328c9

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

TOPOLOGY.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<!-- SPDX-License-Identifier: PMPL-1.0-or-later -->
2+
<!-- Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk> -->
3+
# TOPOLOGY.md — a2ml-showcase
4+
5+
## Purpose
6+
7+
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`.
8+
9+
## Module Map
10+
11+
```
12+
a2ml-showcase/
13+
├── content/ # A2ML source documents (examples, templates)
14+
├── output/ # Rendered output (HTML, text)
15+
├── deno.json # Deno task runner config
16+
└── template.html # HTML rendering template
17+
```
18+
19+
## Data Flow
20+
21+
```
22+
[content/*.a2ml] ──► [a2ml-deno renderer] ──► [output/]
23+
```

0 commit comments

Comments
 (0)