# Decisions Architecture Decision Records (ADRs) and Product Requirements Documents (PRDs) collected from the component repositories. Each document lives next to the code it governs (`docs/adr/`, `docs/prd/` in the owning repo) and is rendered here via the submodule pins — so this page is as current as the last submodule bump. ## ops-db ```{toctree} :maxdepth: 1 :glob: ops-db-adr/* ``` ## ops-db-api ```{toctree} :maxdepth: 1 :glob: ops-db-api-adr/* ``` ```{toctree} :maxdepth: 1 ops-db-api-prd/index ``` ## ops-db-ui ```{toctree} :maxdepth: 1 ops-db-ui-prd/index ``` ## data-transfer ```{toctree} :maxdepth: 1 :glob: data-transfer-adr/* ``` ## workflow-manager ```{toctree} :maxdepth: 1 :glob: workflow-manager-adr/* ``` ## data-center-documentation Decisions about the documentation site itself live in this repo (`docs/adr/`), not in a component submodule. ```{toctree} :maxdepth: 1 data-center-documentation-adr/index ```