Skip to content

wiki

WikiProjection — MkDocs site generation from resource graphs

Field Value
Path wiki/
Layer projection
Status active

Purpose

Generates MkDocs-compatible markdown documentation from any #ExecutionPlan. Given a resource graph with resolved bindings, wiki/ produces a complete documentation site: index page, per-layer views, per-resource detail pages.

This is the same module that powers docs.quicue.ca — the #DocsProjection in this directory is a sibling projection that consumes registry data instead of resource graphs.

Key Schema

#WikiProjection takes: - Resources — the resource graph - Bound — resolved bindings from #BindCluster - Graph — topology from #InfraGraph - Plan — deployment layers from #DeploymentPlan

And produces files: {[path]: content} + stats + mkdocs nav fragment.