On this page
Repository structure
Active monorepo
Anything under archives/ is excluded from active documentation audits and public site composition.
Separate Rust repository
That repository contains Codepot Lang, compiler and analysis crates, target-neutral IR, CLI, LSP, formatter, standard library, and the VS Code extension.
Documentation ownership
All public site Markdown lives under root docs/ in the monorepo.
docs/navigation.json controls which files are published and their learning order. Each item uses a public flat slug and may point to a nested Markdown source.
docs/ecosystem.json is the central product and external-link configuration.
The site build validates and embeds these files into apps/site/src/generated/docs.ts.