diff --git a/backend/src/main/resources/content/milestone/2026-07/overview.md b/backend/src/main/resources/content/milestone/2026-07/overview.md index 2a3c230..d5f749c 100644 --- a/backend/src/main/resources/content/milestone/2026-07/overview.md +++ b/backend/src/main/resources/content/milestone/2026-07/overview.md @@ -33,14 +33,3 @@ July 2026 release. **38 open** issues across 12 repos as of 2026-07-10 — the b > **Note:** `milestone=` is the **per-repo** numeric id — a `2026-07` link differs per repo. > The counts above are a point-in-time snapshot; the links are always live. - -## Everything at once (cross-repo rollup) -Gitea has no cross-repo milestone web page, so the authoritative "all repos" view is the search API -(by milestone **name**, no ids): - -```bash -GET /repos/issues/search?state=open&type=issues&milestones=2026-07&owner=hiveiq-src -``` - -See the milestone-viewing section of [[processes.gitea-issues]] for the copy-paste one-liner that -regenerates this table for any month.