diff --git a/ADR – 004 The Wiki Is the Single Documentation Source.md b/ADR – 004 The Wiki Is the Single Documentation Source.md index a43dc31..22dcf51 100644 --- a/ADR – 004 The Wiki Is the Single Documentation Source.md +++ b/ADR – 004 The Wiki Is the Single Documentation Source.md @@ -8,9 +8,9 @@ As PIC grew, documentation accumulated in multiple places: - `QUICKSTART.md` — install guide in the repo root - `Personal Internet Cell – Project Wiki.md` — a monolithic ~5,000-word markdown file in the repo -- `docs/` directory — several topic-specific markdown files +- `api/API_DOCUMENTATION.md` — a 1,285-line endpoint reference that still described localhost-only auth and DHCP +- `docs/service-developer-guide.md` — the service manifest reference - `webui/README.md` — frontend notes for developers -- `Dev-API.md` / `Dev-Architecture.md` — developer docs checked into the repo These sources drifted rapidly from reality. Because they lived in the git repo, updating them required a code review and merge. Docs for last month's code frequently shipped alongside this month's features. Users reading the README on the repository landing page followed instructions that no longer applied.