Docs Automation Baseline#
This page documents the shared docs and CI baseline for
design-research-analysis.
The analysis repo now matches the common module-repo posture: public docs stay in sync with README and examples, and example health is reported explicitly. Release state is tracked in GitHub milestones and release branches rather than generated README callouts.
Workflow Responsibilities#
ci.ymlowns lint, type, test, coverage, docs-consistency, and docstring checks.examples.ymlowns example execution, example-doc generation, and example-derived badge metrics.docs-pages.ymlowns the published docs build.workflow.ymlremains the aggregate maintainer workflow entry point.
Analysis-Specific Notes#
design-research-analysis does not need a repo-specific generator on the
scale of the problems catalog. Its repo-specific documentation work stays
centered on two maintained onboarding surfaces:
Experiments-To-Analysis Handoff for exported
events.csvinputs.Unified Table Schema for the stable downstream column contract.
That means the shared baseline is intentionally enough here: the custom work is in the content of the analysis docs, not in a one-off automation pipeline.
When To Update This Page#
Refresh this page whenever workflow ownership changes or when a new docs, examples, or badge utility becomes part of the shared analysis maintainer loop.