From 3511fc1bee4e67e4c56653de23140480452da0f4 Mon Sep 17 00:00:00 2001 From: Dmitrii Iurco Date: Thu, 11 Jun 2026 15:36:13 -0400 Subject: [PATCH] =?UTF-8?q?fix:=20correct=20the=20list=20of=20former=20rep?= =?UTF-8?q?o=20doc=20files=20in=20ADR=20=E2=80=93=20004?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ADR – 004 The Wiki Is the Single Documentation Source.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.