Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Living Documentation

Living Documentation is an approach to keeping project documentation continuously up to date by generating it directly from the systems teams already use — GitHub, Azure DevOps — instead of maintaining it by hand.

This repository is the entry point for the whole topic: it explains the concept, the architecture, and links out to every tool in the ecosystem.

Start here

Guides

Tutorials

One per source + output combination — see Getting Started & Worked examples for the full matrix.

Ecosystem

The pipeline has four stages: content is authored, a collector mines it into a common JSON shape, the toolkit normalizes it into a canonical dataset, and a generator renders that dataset into a documentation format.

Authoring

Content can be authored by hand or AI-accelerated — the pipeline itself always runs AI-free downstream of authoring. User Stories, Features, and Functionalities specifically can be authored two ways: directly in source code (preferred), or as issues/work items in GitHub or Azure DevOps.

What gets mined

Source Objects Status
GitHub Issues (User Stories, Features, Functionalities), labels Available
Source code User Stories, Features, Functionalities, Gherkin test scenarios Specced, not yet built
Azure DevOps Work items Planned
Azure DevOps Boards, pipelines, test plans, release notes Planned

Document types

What the pipeline produces. Each can be rendered as Markdown or PDF.

Document type Built from Requires
Technical project — User Stories, Features, Functionalities Mined from issues or source code (never hand-edited output) A collector source
Test catalog — the behaviours covered by Gherkin scenarios Mined from .feature files Gherkin feature files in the repo
Coverage matrix — which acceptance criteria have tests Cross-referencing the two above Technical project and test catalog, for the same system

The technical project has two views: inner (everything, as-is) and release (planned and no-longer-active / delivered ACs filtered out). Full structure, purpose, and the prerequisite matrix: Living Documentation Document Types.

What you get

Output Best for Status
Plain Markdown Docs committed alongside code Early stage
PDF Point-in-time deliverables — user stories, UI test catalogs, coverage matrices Available

Projects

Project Role Purpose
agentic-toolkit Authoring acceleration (optional) General-purpose AI-skills library; its living-doc-bdd-copilot agent + skill family accelerates authoring User Story/Feature/Functionality entities and Gherkin .feature files in the format living-doc-collector-gh mines — not required, since the whole pipeline runs AI-free and the same content can be hand-written.
living-doc-collector-gh Collector Mines a GitHub repository into JSON, in three toggleable modes: documentation issues (plus GitHub Projects state), living-doc header blocks in source code, and Gherkin UI-test scenarios.
living-doc-collector-ad Collector Mines an Azure DevOps organization's work items into JSON. (boards, pipelines, test plans, and release notes modes are planned, not yet built)
living-doc-utilities Shared library Core data models, transformation, and serialization logic shared by collectors, the toolkit, and generators.
living-doc-toolkit Toolkit Normalizes collector output into a canonical dataset consumed by generators.
living-doc-generator-markdown Generator Renders the canonical dataset as plain Markdown. (early stage)
living-doc-generator-pdf Generator Renders structured JSON (user stories, test catalogs, coverage matrices) as PDF via Jinja2 + WeasyPrint.

See docs/projects for a dedicated page per project. The table above describes the intended pipeline.

Contributing

See CONTRIBUTING.md for branch naming, PR conventions, and how to report issues.

License

Licensed under the Apache License 2.0.

About

No description, website, or topics provided.

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors