Skip to content

Navigation Structure

The site uses MkDocs Material's tabbed navigation. Each top-level tab corresponds to a major component. Within each tab, pages are grouped into Features, User Guides, Developer Docs, and References.


IOU Architecture Docs
│
├── English (/)
│   ├── Home
│   ├── IOU Architecture (slides)
│   ├── RONL Business API
│   │   ├── Overview
│   │   ├── Features
│   │   ├── User Guides
│   │   ├── Developer Docs
│   │   └── References
│   ├── Norm Editor
│   │   ├── Overview
│   │   ├── Features
│   │   ├── User Guides
│   │   ├── Developer Docs
│   │   └── References
│   ├── CPSV Editor
│   │   ├── Overview
│   │   ├── Features
│   │   ├── User Guides
│   │   ├── Developer Docs
│   │   └── References
│   ├── Linked Data Explorer
│   │   ├── Overview
│   │   ├── Features
│   │   ├── User Guides
│   │   ├── Developer Docs
│   │   └── References
│   ├── CPRMV API
│   │   ├── Overview
│   │   ├── Features
│   │   ├── User Guides
│   │   ├── Developer Docs
│   │   └── References
│   └── Contributing
│       ├── Overview
│       ├── Development Workflow
│       │   ├── Overview
│       │   ├── Design & Handoff
│       │   ├── Working with Claude Code
│       │   └── Skills & Boundaries
│       ├── Documentation Architecture
│       │   ├── Overview
│       │   ├── Navigation Structure
│       │   ├── Technology Stack
│       │   └── OpenAPI Rendering
│       ├── Controls at a Glance
│       ├── Code Standards
│       ├── Branch Protection
│       ├── Supply-Chain Pinning
│       ├── Dependency Scanning
│       ├── Coverage Floor
│       ├── Build Provenance
│       ├── The GitLab Mirror
│       ├── ICTU Dependency Guideline
│       └── CI Posture (slides)
│
└── Nederlands (/nl/)
    └── (mirrors English structure — Dutch translations or placeholders)

This tree is generated by hand, and mkdocs.yml is the authority

The Contributing subtree above was reconciled against mkdocs.yml on 20 September 2026. It had drifted: the entire Development Workflow subsection and nine of the cross-cutting control pages were missing, having been added to the nav without being added here. Reconcile the two whenever a page joins the nav — a navigation diagram that omits a section is worse than none, because it reads as a complete map.

The component tabs are shown one level deep on purpose; only Contributing is expanded. The tree was reconciled against mkdocs.yml again on 27 September 2026: the RONL Business API subtree, until then expanded as an example, had drifted as far as the Contributing one once did, and the Norm Editor and CPRMV API tabs were missing. It is shown one level deep now, like the others. The tree carries no emoji: the code font cannot draw them at column width, and hooks/code_glyphs.py warns when a box diagram uses one.

The Dutch tree mirrors the English one, and falls back to the English page where no Dutch counterpart exists. As of 27 September 2026 that is six pages: OpenAPI Rendering, both components' API Specification pages (Linked Data Explorer and RONL Business API), the CPSV Editor's Data Model Diagrams, the IOU Architecture slide deck, and the Norm Editor's Changelog & Roadmap.